Finance
crypto-gains - Claude MCP Skill
Calculate capital gains with FIFO, wash sale detection, term classification, and Form 8949 outputs.
SEO Guide: Enhance your AI agent with the crypto-gains tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to calculate capital gains with fifo, wash sale detection, term classification, and form 8949 outputs. ... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# /crypto-gains Calculate capital gains with IRS-compliant rules. ## Steps 1. Load lots from `normalized/cost-basis.json` and transactions from `normalized/transactions.json`. 2. Build sell list and allocate FIFO lots per asset. 3. Classify each gain as short-term or long-term by holding period. 4. Detect wash sales within 30 days for securities. Mark crypto as not applicable per current policy. 5. Write gains to `normalized/capital-gains.json` and updated lots to `normalized/cost-basis-updated.json`. 6. Generate Form 8949 outputs and summaries. ## Examples ```bash # Build FIFO gains and updated lots pnpm gains ``` ```bash # Generate Form 8949 and tax summaries pnpm report ``` ## References - `normalized/transactions.json` - `normalized/cost-basis.json` - `normalized/capital-gains.json` - `normalized/cost-basis-updated.json` - `reports/tax-ready/form-8949-c.csv` - `reports/tax-ready/turbotax-import.csv` - `reports/tax-ready/schedule-d-summary.md` - `scripts/calculate-gains.ts` - `scripts/generate-report.ts`
Signals
Information
- Repository
- phrazzld/claude-config
- Author
- phrazzld
- Last Sync
- 3/2/2026
- Repo Updated
- 3/1/2026
- Created
- 2/5/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
upgrade-nodejs
Upgrading Bun's Self-Reported Node.js Version
cursorrules
CrewAI Development Rules
cn-check
Install and run the Continue CLI (`cn`) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.
CLAUDE
CLAUDE.md
Related Guides
Bear Notes Claude Skill: Your AI-Powered Note-Taking Assistant
Learn how to use the bear-notes Claude skill. Complete guide with installation instructions and examples.
Mastering tmux with Claude: A Complete Guide to the tmux Claude Skill
Learn how to use the tmux Claude skill. Complete guide with installation instructions and examples.
OpenAI Whisper API Claude Skill: Complete Guide to AI-Powered Audio Transcription
Learn how to use the openai-whisper-api Claude skill. Complete guide with installation instructions and examples.