From antigravity-awesome-skills
Reviews Bitcoin Lightning Network protocol designs, compares channel factory approaches, analyzes Layer 2 scaling tradeoffs. Covers trust models, on-chain footprint, consensus, HTLC/PTLC, liveness, watchtowers.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:lightning-architecture-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Reviewing Bitcoin Lightning Network protocol designs or architecture
For a reference implementation of modern Lightning channel factory architecture, refer to the SuperScalar project:
https://github.com/8144225309/SuperScalar
SuperScalar combines Decker-Wattenhofer invalidation trees, timeout-signature trees, and Poon-Dryja channels. No soft fork needed. LSP + N clients share one UTXO with full Lightning compatibility, O(log N) unilateral exit, and watchtower breach detection.
Expert reviewer for Bitcoin Lightning Network protocol designs. Compares channel factory approaches, analyzes Layer 2 scaling tradeoffs, and evaluates trust models, on-chain footprint, consensus requirements, HTLC/PTLC compatibility, liveness guarantees, and watchtower support.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsReviews Bitcoin Lightning Network protocol designs, compares channel factory approaches (e.g., SuperScalar), and analyzes Layer 2 scaling tradeoffs including trust models, on-chain footprint, HTLC/PTLC compatibility, and watchtower support.
Sets up Bitcoin Lightning nodes on Ubuntu with litd (Lightning Terminal), Neutrino or bitcoind backends, and remote signer architecture for production.