asgard-ai-platform/grad-fama-french
Apply the Fama-French three-factor model to decompose asset returns into market, size, and value factors. Use this skill when the user needs to explain cross-sectional return differences, evaluate fund performance beyond CAPM alpha, assess small-cap or value tilts in a portfolio, or when they ask 'why do small caps earn more', 'is value premium real', or 'what factors drive returns'.
npx skills add https://github.com/asgard-ai-platform/skills --skill grad-fama-french
Fama and French (1993) extended CAPM by adding two factors — size (SMB) and value (HML) — to explain cross-sectional variation in stock returns that CAPM alone cannot capture. The model shows that small-cap and high book-to-market stocks earn systematic premiums.
IRON LAW: Single-factor models (CAPM) underestimate expected returns
for small-cap and value stocks. Size and value represent systematic
risk factors that command their own premia.
Key assumptions:
Ri - Rf = ai + bi(Rm-Rf) + si(SMB) + hi(HML) + ei. See references/ for construction details.
If alpha (ai) is statistically insignificant, returns are explained by factor exposures — no manager skill.
## Fama-French Analysis: [Fund / Portfolio]
### Regression Results
| Factor | Loading | t-stat | Interpretation |
|--------|---------|--------|----------------|
| Market (Rm-Rf) | x.xx | x.xx | [market exposure] |
| SMB | x.xx | x.xx | [size tilt] |
| HML | x.xx | x.xx | [value tilt] |
| Alpha | x.xx% | x.xx | [skill or luck] |
### R-squared
- Three-factor R2: x% vs CAPM R2: x%
### Conclusions
- [Factor attribution summary]
- [Manager skill assessment]
Take asgard-ai-platform/grad-fama-french from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.