From fogo-dev-skill
End-to-end Fogo blockchain development playbook (Mar 2026). Covers Fogo Sessions, deployment, DeFi ecosystem, program analysis, and SVM-compatible development on the fastest L1. Companion to solana-dev-skill for base SVM knowledge.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fogo-dev-skill:fogo-devThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fogo is a high-performance L1 blockchain built on the Solana Virtual Machine (SVM) with Firedancer.
Fogo is a high-performance L1 blockchain built on the Solana Virtual Machine (SVM) with Firedancer. ~40ms block times, ~1.3s finality, full Solana compatibility. Any Solana program deploys on Fogo without code changes.
| Layer | Default | Why |
|---|---|---|
| Network | Fogo testnet → mainnet | SVM-compatible, 40ms blocks |
| RPC | https://testnet.fogo.io / https://mainnet.fogo.io | Official endpoints |
| CLI | Solana CLI pointed at Fogo RPC | Full compatibility |
| Programs | Anchor (Rust) | Same as Solana, deploy unchanged |
| Frontend | framework-kit + @fogo/sessions-sdk-react | Gasless UX via Sessions |
| UX Pattern | Fogo Sessions (sign-once, gasless) | Main differentiator |
| Explorer | fogoscan.com | Fogo block explorer |
| Staking | Brasa (stFOGO) or Ignition | Liquid staking options |
npx claudepluginhub tung-lee/fogo-dev-skill --plugin fogo-dev-skillBuilds production-ready Web3 apps, smart contracts, and decentralized systems including DeFi protocols, NFTs, DAOs. Covers Solidity, Rust, Ethereum L2, Solana, security audits.