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 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: