lightning
Installation
SKILL.md
/lightning
World-class Lightning lifecycle. Audit, plan, execute, verify—every time.
What This Does
Examines your Lightning setup, finds all gaps, fixes them, and verifies payments 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/lightning-$(date +%Y%m%d)
Config-only changes (node config, env vars, services) don't require a branch. Code changes do.
Related skills