solana-dev
Use when user asks to "build a Solana dapp", "write an Anchor program", "create a token", "debug Solana errors", "set up wallet connection", "test my Solana program", "fuzz my Solana program", "deploy to devnet", "send a v1 transaction", "support larger transactions", "fix maxSupportedTransactionVersion", or "explain Solana concepts" (rent, accounts, PDAs, CPIs). Also for program architecture — state layout,…
- installs 8w
- 22,576
- 30-day movement
- starts with the next reading
- Related entries
- 5
- Connections
- 0
An agent skill that acts as an end-to-end Solana development playbook, covering dapp building, Anchor/Pinocchio programs, wallet connection, testing, deployment, and the v1 transaction format. It encodes opinionated stack decisions (kit-first clients, Surfpool for local networks) and bundles reference docs on concepts, errors, migration, and codegen.
Load it when your agent needs Solana-specific correctness, defaults, and references instead of guessing at SDKs, tooling, and transaction pitfalls.
Use it to
- Build and test an Anchor or Pinocchio program
- Set up wallet connection with @solana/kit plugins
- Deploy to devnet and send v1 transactions
- Debug common Solana errors and fix maxSupportedTransactionVersion
- Explain concepts like rent, PDAs, and CPIs or run quick RPC lookups
For AI coding agents and developers building Solana dapps and programs
- Host repository
- solana-foundation/solana-dev-skill
- Version
- 2.4.0
- Installs, lifetime
- 68k
- Installs, 8 weeks
- 23k
- Compatible with
- Requires Node.js 20.18+, Rust toolchain, Solana CLI, Anchor CLI
- Licence
- MIT
- Host stars
- 559
- Host language
- TypeScript