plugins marketplace
← All plugins

crypto-tax-calculator

v1.27.0

Calculate crypto taxes with FIFO/LIFO methods and generate tax reports

Claude Code1 skill

by Intent Solutions IOMIT2.6kupdated 10 hours ago

Source

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

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/crypto/crypto-tax-calculator/ inside the repository.

Layout

plugins/crypto/crypto-tax-calculator/
├── .claude-plugin/plugin.json
└── skills/calculating-crypto-taxes/SKILL.md

Skills1

calculating-crypto-taxesskills/calculating-crypto-taxes/SKILL.md

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".

Manifests1

plugins/crypto/crypto-tax-calculator/.claude-plugin/plugin.json
{
  "name": "crypto-tax-calculator",
  "version": "1.27.0",
  "description": "Calculate crypto taxes with FIFO/LIFO methods and generate tax reports",
  "author": {
    "name": "Intent Solutions IO",
    "email": "jeremy@intentsolutions.ai",
    "url": "https://intentsolutions.ai"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "crypto",
    "tax",
    "calculator",
    "fifo",
    "lifo",
    "capital gains"
  ]
}