Solana Dev (Solana Foundation)
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"…
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"…
Real data. Real impact.
Emerging
Developers
Per week
Excellent
Skills give you superpowers. Install in 30 seconds.
What it does. 1) SDK: @solana/kit (v7+) first - Build clients with
createClient() from @solana/kit, then .use(...) plugins:
signer() / signerFromFile() / generatedSigner() from @solana/kit-plugin-signer — they set both payer and identity to the same keypair (the common case). For fresh local/devnet signers, install the RPC/LiteSVM plugin after generatedSigner(), then fund with airdropSigner(...). Reach for the role-specific variants (payer() + identity()) only when fees and authority must come from different keypairs. - Use @solana-program/* program plugins (e.g., tokenProgram()) for fluent instruction APIs. - Prefer Kit types (Address, Signer, transaction message APIs, codecs). - Transaction v1 (4096-byte transactions, SIMD-0385) is the one exception to the plugin-client default: rpcTransactionPlanner throws on version: 1 today, so v1 needs @solana/kit 8 and the manual pipe() path. See transactions-v1.md.Highlights
When to use it. 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"…
Install
npx skills add solana-foundation/solana-dev-skill --skill solana-dev
Or copy the skill folder manually:
git clone https://github.com/solana-foundation/solana-dev-skill.git cp -r solana-dev-skill/skills/solana-dev/ ~/.claude/skills/solana-dev
Source: solana-foundation/solana-dev-skill — 560 stars, MIT, last pushed 2026-09-02.
MIT
npx skills add solana-foundation/solana-dev-skill --skill solana-dev4,600+ AI skills, agents & workflows. Install in 60 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.