lightning-architecture-review

lightning-architecture-review is a skill for Claude Code, Codex from 8144225309/superscalar-mcp. It costs 52 tokens per session (196 once invoked), scanned A, original, MIT.

A review guide for Bitcoin Lightning Network designs. Lightning Network is a Bitcoin payment system that moves transactions off the main chain through payment channels.

In plain words
What is it for?
Use it to review channel factories, which let multiple users share a channel setup, and to examine Layer 2 scaling designs, payment compatibility, exits, and watchtowers.
Why use it?
It helps compare design choices and expose trade-offs involving trust, on-chain activity, scaling, and whether participants or monitoring services must stay available.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review channel factories, which let multiple users share a channel setup, and to examine Layer 2 scaling designs, payment compatibility, exits, and watchtowers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/8144225309/superscalar-mcp/lightning-architecture-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add 8144225309/superscalar-mcp --skill lightning-architecture-review
Clone the repo
git clone --depth 1 https://github.com/8144225309/superscalar-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for lightning-architecture-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/8144225309/superscalar-mcp/lightning-architecture-review/github.svg)](https://agentmods.dev/skills/8144225309/superscalar-mcp/lightning-architecture-review)
Your own site
<a href="https://agentmods.dev/skills/8144225309/superscalar-mcp/lightning-architecture-review"><img src="https://agentmods.dev/badge/skills/8144225309/superscalar-mcp/lightning-architecture-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for lightning-architecture-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/8144225309/superscalar-mcp/lightning-architecture-review"><img src="https://agentmods.dev/badge/skills/8144225309/superscalar-mcp/lightning-architecture-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 196 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.00196
Opus 5 $0.00026 $0.00098
Sonnet 5 $0.00010 $0.00039
Haiku 4.5 $0.00005 $0.00020

Measured 12d ago against content hash 2394be247ee2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

lightning-architecture-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/lightning-architecture-review/SKILL.md · 16 lines

What it actually says

/lightning-architecture-review

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.

Website: https://SuperScalar.win Original proposal: https://delvingbitcoin.org/t/superscalar-laddered-timeout-tree-structured-decker-wattenhofer-factories/1143

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 16 lines · 52 tokens per session scan A 2394be247ee2

Subscribe to this mod's changes

lightning-architecture-review is a skill published in the GitHub repository 8144225309/superscalar-mcp (0 stars, last pushed 6mo ago), licensed MIT. It adds 52 tokens to every session and 196 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

sparkbtcbot

Give an AI agent a self-custodial Bitcoin wallet on the Spark L2. Covers wallet init from a BIP39 mnemonic, zero-fee Spark and BTKN/LRC20 token transfers, Lightning invoices (create and pay), Spark native invoices, L402 paywall payment, L1 deposits and cooperative withdrawals, and message signing. Make sure to use…

echennells/sparkbtcbot · 215 tokens

saturnzap

Non-custodial Lightning wallet for AI agents via sz CLI: send/receive sats, pay invoices, auto-pay HTTP 402 (L402), manage channels and liquidity. Use when: (1) paying for API access with Lightning, (2) creating or paying BOLT11 invoices, (3) checking wallet balance or channel health, (4) managing peers and channels.…

lqwdtech/SaturnZap · 98 tokens

bootstrap-dpyc-operator

Turn an existing REST API, stdio MCP, or HTTP MCP into a monetized DPYC Tollbooth Operator MCP — Bitcoin Lightning micropayments, Nostr identity, per-tool dynamic pricing. Use when someone wants to monetize their API or MCP with the DPYC ("Don't Pester Your Customer") protocol, or asks to "make my MCP paid", "add a…

lonniev/tollbooth-sample · 101 tokens

btcpay-mcp

MCP server for BTCPay Server — enables AI agents to manage Bitcoin and Lightning merchant payments. 21 tools, 77 tests, MIT license.

ThomsenDrake/btcpay-mcp · 37 tokens

lightning-memory

Decentralized agent memory with Nostr identity and Lightning L402 payments.

singularityjason/lightning-memory · 19 tokens

satrank-l402

Discover and score L402 endpoints on Bitcoin Lightning before paying. Use when an agent needs to call a paid API and wants a Bayesian trust posterior + offline-verifiable Nostr assertion. Bitcoin-pure, no x402/EVM.

proofoftrust21/satrank · 52 tokens