This is an opinionated, end-to-end Solana development playbook that defaults to framework-kit for UI and @solana/kit for everything else, with clear guidance on when to reach for Pinocchio over Anchor and when to use web3.js compatibility adapters. It covers wallet connection flows, on-chain program development, client SDK generation with Codama, and local testing with LiteSVM, Mollusk, and Surfpool. The skill hooks into the Solana MCP server for live documentation search and includes agent safety guardrails around transaction signing and untrusted on-chain data. Use this when you need a coherent stance on the Solana toolchain rather than piecing together fragmented tutorials.
npx skills add https://github.com/guibibeau/solana-dev-skill --skill solana-dev