solanabr

Clmm Tax — Development skill for Claude Code

Development community

Build a per-wallet CLMM tax-lot ledger (FIFO default, HIFO/SPECID supported); not tax advice.

How to install Clmm Tax

Installs to ~/.claude/skills/solanabr-position-manager-skill-clmm-tax/SKILL.md

Terminal
mkdir -p ~/.claude/skills/solanabr-position-manager-skill-clmm-tax && curl -fsSL https://raw.githubusercontent.com/solanabr/position-manager-skill/HEAD/commands/clmm-tax.md -o ~/.claude/skills/solanabr-position-manager-skill-clmm-tax/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Clmm Tax does


description: Build a per-wallet CLMM tax-lot ledger (FIFO default, HIFO/SPECID supported); not tax advice

/clmm-tax

Builds a per-wallet tax-lot ledger from LP add/remove/fee-claim events. Supports FIFO (default), HIFO, and SPEC-ID cost-basis methods.

**NOT TAX ADVICE. This is a record-keeping tool. Consult a CPA or tax attorney for your specific situation. LP add/remove taxability is unsettled law; ambiguous lots are flagged for CPA review.**

Regulatory Context (informational on

Alternatives in Development

  • Supported Languages 22.1k ★
  • Memory Gc — Inspect or rotate the autopilot ledger JSONL files (findings.jsonl, negatives.jsonl) 3.8k ★
  • Understand Anything — Claude Code skills that turn any codebase into an interactive knowledge graph you can explore, search, and ask 2.5k ★

Full documentation available on GitHub

View Source Repository