bitcoin
Installation
SKILL.md
/bitcoin
World-class Bitcoin lifecycle. Audit, fix, verify—every time.
What This Does
Examines your Bitcoin integration, finds every gap, fixes them, and verifies the full payment flow end-to-end. No partial modes. Every run does the full cycle.
Branching
Assumes you start on master/main. Before making code changes:
git checkout -b fix/bitcoin-$(date +%Y%m%d)
Configuration-only changes (env vars, node settings) don't require a branch. Code changes do.
Process
Related skills