calculating-crypto-taxes

Calculate cryptocurrency tax obligations with cost basis tracking, capital gains computation, and Form 8949 generation.

Content Preview
---
name: calculating-crypto-taxes
description: |
  Calculate cryptocurrency tax obligations with cost basis tracking, capital gains computation, and Form 8949 generation.
  Use when calculating crypto taxes, generating tax reports, comparing cost basis methods, or identifying taxable events.
  Trigger with phrases like "calculate crypto taxes", "generate tax report", "cost basis FIFO", "capital gains", "Form 8949", or "crypto taxable events".

allowed-tools: Read, Write, Bash(crypto:tax-*)
vers
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/calculating-crypto-taxes.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/crypto/crypto-tax-calculator/skills/calculating-crypto-taxes/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/crypto/crypto-tax-calculator/skills/calculating-crypto-taxes/SKILL.md

Related Skills