Stats
Actions
Tags
From team-analyst
Guides actuarial reserving analysis for insurance/reinsurance workflows. Copies templates, runs Python scripts, and tracks progress via PROGRESS.md.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-analyst:reserving-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Follow Every Time BEFORE reading PROGRESS.md**
agents/selector-chain-ladder-ldf-ai-open-ended.agent.mdagents/selector-chain-ladder-ldf-ai-rules-based.agent.mdagents/selector-tail-curve-ai-open-ended.agent.mdagents/selector-tail-curve-ai-rules-based.agent.mdagents/selector-ultimates-ai-open-ended.agent.mdagents/selector-ultimates-ai-rules-based.agent.mdassets/PROGRESS.mdassets/REPLICATE.mdassets/REPORT.mdassets/closing-summary.mdassets/data-validation.mdassets/project-setup-form.mdassets/welcome-message.mdscripts/1a-load-and-validate.pyscripts/1b-calculate-ldfs.pyscripts/1c-diagnostics.pyscripts/1d-ldf-averages.pyscripts/2a-chainladder-create-excel.pyscripts/2b-chainladder-update-selections.pyscripts/2c-tail-methods-diagnostics.pyFollow Every Time BEFORE reading PROGRESS.md
PROGRESS.md file in the project folder and use it to understand what the next step is.PROGRESS.md exists:
assets/ to project directory. Use copy commands, do NOT read and write the files.Then, process to complete each step:
cp {BASE_DIRECTORY}/{skill_path} {PROJECT_FOLDER}/{target_path}. DO NOT use create_file or Write tool for copying files from assets. Convert Windows paths to Unix: C:\Users\... → /mnt/c/Users/... If copy fails, STOP and debug.Skill folder structure:
assets/ - Templates (PROGRESS.md, REPORT.md, REPLICATE.md, welcome message) and selection framework guidescripts/ - Numbered Python workflow scripts (1a-7) and modules/ subdirectory with shared utilitiesagents/ - Selector subagents for LDF, tail curve method, and ultimate selections (rules-based and open-ended variants)Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub cas-team-analyst/team-analyst --plugin team-analyst