Snapshot before the quality program (relevance gates, tiered mapping, QA linter). v1 is the immutable before/after reference; evidence crawl was at ~175/3039 occupations when tagged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PDKeXvpT6tENSvyQGLV1Uq
31 lines
2.7 KiB
Markdown
31 lines
2.7 KiB
Markdown
# External AI agent skills — investment-manager
|
|
|
|
Proven, publicly available AI agent skills mapped to this occupation.
|
|
Nothing is copied from the sources: every entry is a name, a one-line
|
|
summary and a link to the upstream skill package. Each section names
|
|
its source repository, commit, license and retrieval date.
|
|
|
|
_Matched deterministically (ISCO group + title/competence keywords) by
|
|
`pipeline/p5_enrich_ai_skills.py` on 2026-07-07._
|
|
|
|
## Source: anthropics/skills
|
|
|
|
- Repository: [https://github.com/anthropics/skills](https://github.com/anthropics/skills) (commit `9d2f1ae`, retrieved 2026-07-07)
|
|
- License: Apache-2.0; the document skills (docx/pdf/pptx/xlsx) are source-available — see the LICENSE.txt in the upstream skill folder
|
|
|
|
| Skill | What it adds | Upstream |
|
|
|---|---|---|
|
|
| `docx` | Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting … | [source](https://github.com/anthropics/skills/tree/main/skills/docx) |
|
|
| `pdf` | Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating … | [source](https://github.com/anthropics/skills/tree/main/skills/pdf) |
|
|
| `xlsx` | Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, … | [source](https://github.com/anthropics/skills/tree/main/skills/xlsx) |
|
|
|
|
## Source: wshobson/agents
|
|
|
|
- Repository: [https://github.com/wshobson/agents](https://github.com/wshobson/agents) (commit `6fd3247`, retrieved 2026-07-07)
|
|
- License: MIT (c) Seth Hobson
|
|
|
|
| Skill | What it adds | Upstream |
|
|
|---|---|---|
|
|
| `backtesting-frameworks` | Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting … | [source](https://github.com/wshobson/agents/tree/main/plugins/quantitative-trading/skills/backtesting-frameworks) |
|
|
| `risk-metrics-calculation` | Calculate portfolio risk metrics including VaR, CVaR, Sharpe, Sortino, and drawdown analysis. Use when measuring portfolio risk, implementing risk limits, or building risk monitoring systems. | [source](https://github.com/wshobson/agents/tree/main/plugins/quantitative-trading/skills/risk-metrics-calculation) |
|