Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add cas-team-analyst/team-analyst --skill reserving-analysisgit clone --depth 1 https://github.com/cas-team-analyst/team-analystWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/cas-team-analyst/team-analyst/reserving-analysis)<a href="https://agentmods.dev/skills/cas-team-analyst/team-analyst/reserving-analysis"><img src="https://agentmods.dev/badge/skills/cas-team-analyst/team-analyst/reserving-analysis/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/cas-team-analyst/team-analyst/reserving-analysis"><img src="https://agentmods.dev/badge/skills/cas-team-analyst/team-analyst/reserving-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00032 | $0.00399 |
| Opus 5 | $0.00016 | $0.00199 |
| Sonnet 5 | $0.00006 | $0.00080 |
| Haiku 4.5 | $0.00003 | $0.00040 |
Grade A, and why
reserving-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Startup Steps
Follow Every Time BEFORE reading PROGRESS.md
-
Confirm to the user which version of the skill this is: v20260830.
-
Determine whether you're running as a local Cowork agent (VM/filesystem access to the user's machine) or a cloud Claude agent (no access to the user's local folders). If Cowork: Identify and mount the project folder. Do not use your own folder (may cause max path length issues), ask the user to select one. Obtain permission to modify it. Identify and mount the plugin skill folder (if applicable, NOT the anthropic-skills folder) so you can copy files from it into the project folder.
-
Check for existing
PROGRESS.mdfile in the project folder and use it to understand what the next step is. -
Only if no
PROGRESS.mdexists:- Copy PROGRESS.md, REPORT.md, and REPLICATE.md from
assets/to project directory. Use copy commands, do NOT read and write the files.
- Copy PROGRESS.md, REPORT.md, and REPLICATE.md from
-
Begin the next incomplete step in PROGRESS.md.
Cowork Agent Guidelines
Applies only when running as a Cowork agent (see Startup Steps).
-
File operations: To work from assets file: mount skill folder first, then copy files with
cp {BASE_DIRECTORY}/{skill_path} {PROJECT_FOLDER}/{target_path}. DO NOT usecreate_fileor Write tool for copying files from assets. Convert Windows paths to Unix:C:\Users\...→/mnt/c/Users/...If copy fails, STOP and debug. -
Fix bugs with targeted edits AFTER copying - NEVER rewrite entire files.
-
Cache out of date? Suggest close/reopen Cowork.
-
Never use unicode symbols in commands.
What ships with it
49 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/selector-chain-ladder-ldf-ai-framework.agent.md 18 KB
- agents/selector-chain-ladder-ldf-ai-open-ended.agent.md 3.8 KB
- agents/selector-tail-curve-ai-framework.agent.md 15 KB
- agents/selector-tail-curve-ai-open-ended.agent.md 2.6 KB
- agents/selector-ultimates-ai-framework.agent.md 16 KB
- agents/selector-ultimates-ai-open-ended.agent.md 3.6 KB
- assets/closing-summary.md 5.8 KB
- assets/data-validation.md 1.3 KB
- assets/PROGRESS.md 24 KB
- assets/project-setup-form.md 805 B
- assets/REPLICATE.md 5.5 KB
- assets/REPORT.md 15 KB
- assets/welcome-message.md 1.9 KB
- scripts/1a-load-and-validate.py 12 KB runs code
- scripts/1b-calculate-ldfs.py 5.3 KB runs code
- scripts/1c-diagnostics.py 13 KB runs code
- scripts/1d-ldf-averages.py 7.9 KB runs code
- scripts/2a-chainladder-create-excel.py 19 KB runs code
- scripts/2b-chainladder-update-selections.py 13 KB runs code
- scripts/2c-tail-methods-diagnostics.py 35 KB runs code
- scripts/2d-tail-create-excel.py 34 KB runs code
- scripts/2e-tail-update-selections.py 10 KB runs code
- scripts/2f-chainladder-ultimates.py 22 KB runs code
- scripts/3-ie-ultimates.py 17 KB runs code
- scripts/4-bf-ultimates.py 10 KB runs code
- scripts/5a-ultimates-create-excel.py 12 KB runs code
- scripts/5b-ultimates-update-selections.py 7.8 KB runs code
- scripts/5c-summary-indications.py 10.0 KB runs code
- scripts/6-analysis-create-excel.py 75 KB runs code
- scripts/7-tech-review.py 73 KB runs code
- scripts/conftest.py 206 B runs code
- scripts/create_file_summary.py 1.7 KB runs code
- scripts/modules/__init__.py 0 B runs code
- scripts/modules/analysis_loaders.py 7.5 KB runs code
- scripts/modules/average_names.py 1.8 KB runs code
- scripts/modules/calculations.py 5.6 KB runs code
- scripts/modules/config.py 338 B runs code
- scripts/modules/diagnostics_sheet.py 3.7 KB runs code
- scripts/modules/markdown_utils.py 518 B runs code
- scripts/modules/validators.py 11 KB runs code
- scripts/modules/xl_notes.py 6.1 KB runs code
- scripts/modules/xl_selections.py 6.5 KB runs code
- scripts/modules/xl_styles.py 7.3 KB runs code
- scripts/modules/xl_utils.py 4.0 KB runs code
- scripts/modules/xl_values.py 636 B runs code
- scripts/modules/xl_writers.py 15 KB runs code
- scripts/preview_data_file.py 7.9 KB runs code
- scripts/requirements.txt 179 B
- scripts/tests/__init__.py 0 B runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 32 lines · 32 tokens per session scan A 3595938863a1
reserving-analysis is a skill published in the GitHub repository cas-team-analyst/team-analyst (11 stars, last pushed 5d ago), licensed MIT. It adds 32 tokens to every session and 399 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
sector-rotation
An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.
strategy-pivot-designer
Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.
twitter-reader
Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…
chenhao-limit-up
A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.
trading-risk-gate
Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.
vectorbt
High-performance vectorized backtesting with parameter optimization, portfolio simulation, and rich performance metrics.