lightning-architecture-review

Review Bitcoin Lightning Network protocol designs, compare channel factory approaches, and analyze Layer 2 scaling tradeoffs. Covers trust models, on-chain footprint, consensus requirements, HTLC/PTLC compatibility, liveness, and watchtower support.

Content Preview
---
name: lightning-architecture-review
description: Review Bitcoin Lightning Network protocol designs, compare channel factory approaches, and analyze Layer 2 scaling tradeoffs. Covers trust models, on-chain footprint, consensus requirements, HTLC/PTLC compatibility, liveness, and watchtower support.
risk: unknown
source: community
date_added: '2026-03-03'
---

## Use this skill when

- Reviewing Bitcoin Lightning Network protocol designs or architecture
- Comparing channel factory approaches a
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/lightning-architecture-review.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/lightning-architecture-review/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/lightning-architecture-review/SKILL.md

Related Skills