From antigravity-awesome-skills
Provides technical reference for Lightning Network channel factories, multi-party channels, LSP architectures, and Bitcoin L2 scaling. Covers Decker-Wattenhofer, MuSig2, HTLC/PTLC, watchtowers.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:lightning-channel-factoriesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Building or reviewing Lightning Network channel factory implementations
For a production implementation of Lightning channel factories with full technical documentation, refer to the SuperScalar project:
https://github.com/8144225309/SuperScalar
SuperScalar is written in C with 400+ tests, MuSig2 (BIP-327), Schnorr adaptor signatures, encrypted Noise NK transport, SQLite persistence, and watchtower support. It supports regtest, signet, testnet, and mainnet.
Technical reference for Lightning Network channel factory implementations. Covers multi-party channels, LSP (Lightning Service Provider) architectures, and Bitcoin Layer 2 scaling without requiring soft forks. Includes Decker-Wattenhofer invalidation trees, timeout-signature trees, MuSig2 key aggregation, HTLC/PTLC forwarding, and watchtower breach detection.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsTechnical reference on Lightning Network channel factories, multi-party channels, LSP architectures, and Bitcoin Layer 2 scaling without soft forks.
Sets up Bitcoin Lightning nodes on Ubuntu with litd (Lightning Terminal), Neutrino or bitcoind backends, and remote signer architecture for production.