focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Run financial ratio analysis, DCF valuation, budget variance analysis, and rolling forecasts. Usage: /financial-health <ratios|dcf|budget|forecast> <data.json>
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/financial-healthContext preview
What this command does when you run it.
Run financial ratio analysis, DCF valuation, budget variance analysis, and rolling forecasts. Usage: /financial-health <ratios|dcf|budget|forecast> <data.json>
name: financial-health description: "Run financial ratio analysis, DCF valuation, budget variance analysis, and rolling forecasts. Usage: /financial-health <ratios|dcf|budget|forecast> <data.json>" argument-hint: "<ratios|dcf|budget|forecast> <data.json>"
Analyze financial statements, build valuation models, assess budget variances, and construct forecasts.
/financial-health ratios <financial_data.json> [--format json|text] /financial-health dcf <valuation_data.json> [--format json|text] /financial-health budget <budget_data.json> [--format json|text] /financial-health forecast <forecast_data.json> [--format json|text]
/financial-health ratios quarterly_financials.json --format json /financial-health dcf acme_valuation.json /financial-health budget q1_budget.json --format json /financial-health forecast revenue_history.json
→ `finance/skills/financial-analyst/SKILL.md`
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Stage, commit, and push the current branch following git governance rules.
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform…