End-to-end Solana development playbook (Jan 2026). Prefer Solana Foundation framework-kit (@solana/client + @solana/react-hooks) for React/Next.js UI. Prefer @solana/kit for all new client/RPC/transaction code. When legacy dependencies require web3.js, isolate it behind @solana/web3-compat (or @solana/web3.js as a true legacy fallback). Covers wallet-standard-first connection (incl. ConnectorKit), Anchor/Pinocchio programs, Codama-based client generation, LiteSVM/Mollusk/Surfpool testing, and security checklists.
Use the skills CLI to install this skill with one command. Auto-detects all installed AI assistants.
Method 1 - skills CLI
npx skills i GuiBibeau/solana-dev-skill/skillMethod 2 - openskills (supports sync & update)
npx openskills install GuiBibeau/solana-dev-skillAuto-detects Claude Code, Cursor, Codex CLI, Gemini CLI, and more. One install, works everywhere.
Installation Path
Download and extract to one of the following locations:
No setup needed. Let our cloud agents run this skill for you.
Select Provider
Select Model
Best for coding tasks
Environment setup included
Use this Skill when the user asks for:
@solana/client + @solana/react-hooks.Address, Signer, transaction message APIs, codecs).@solana-program/* instruction builders over hand-rolled instruction data.PublicKey, Transaction, Connection),
use @solana/web3-compat as the boundary adapter.When solving a Solana task:
Always be explicit about:
When you implement changes, provide: