Solana Skills | Developer tooling resources

Agent Skills

Pre-built skills you can drop into your AI agents to interact with Solana. Each skill gives your agent the context it needs to work with programs, tokens, tooling, and more.

HumanAgent
$npx skills add https://github.com/solana-foundation/solana-dev-skill


Official Skills

Skills maintained by the Solana Foundation for Solana development workflows.

Reference

Common Errors & Solutions

Diagnose and fix common errors encountered when building on Solana, including GLIBC issues, Anchor version conflicts, and RPC errors.

View on GitHub →
Tooling

Version Compatibility Matrix

Reference table for matching Anchor, Solana CLI, Rust, and Node.js versions to avoid toolchain conflicts.

View on GitHub →
Tokens

Confidential Transfers

Implement private, encrypted token balances on Solana using the Token-2022 confidential transfers extension.

View on GitHub →
Frontend

Frontend with framework-kit

Build React and Next.js Solana apps with a single client instance, Wallet Standard-first connection, and minimal client-side footprint.

View on GitHub →
Tooling

IDL & Client Code Generation

Generate type-safe program clients from IDLs using Codama, eliminating hand-maintained serializers across languages.

View on GitHub →
Tooling

Kit ↔ web3.js Interop

Patterns for bridging @solana/kit and legacy @solana/web3.js at adapter boundaries while migrating incrementally.

View on GitHub →
Payments

Payments & Commerce

Build checkout flows, payment buttons, and QR-based payment requests using Commerce Kit and Solana Pay.

View on GitHub →
Programs

Programs with Anchor

Write Solana programs using the Anchor framework for fast iteration, automatic account validation, and built-in TypeScript client generation.

View on GitHub →
Programs

Programs with Pinocchio

Build high-performance Solana programs with zero-copy techniques and minimal dependencies, without the solana-program overhead.

View on GitHub →
Reference

Curated Resources

Authoritative Solana learning platforms, documentation, tooling references, and community resources.

View on GitHub →
Security

Security Checklist

Program and client security checklist covering account validation, signer checks, and common attack vectors to review before deploying.

View on GitHub →
Tooling

Surfpool Cheatcodes

Full reference for all surfnet_* RPC methods to manipulate time, accounts, and programs in a local Surfpool network during testing.

View on GitHub →
Tooling

Surfpool

A drop-in replacement for solana-test-validator with sub-second startup, automatic mainnet state cloning, transaction profiling, and a built-in web UI.

View on GitHub →
Testing

Testing Strategy

A testing pyramid for Solana programs using LiteSVM for fast unit tests, Mollusk for isolated instruction checks, and Surfpool for integration tests with realistic state.

View on GitHub →

Community Skills

Skills built and maintained by the Solana community. The resources listed here are community-contributed and are not endorsed by the Solana Foundation. Always do your own research (DYOR) before using any tool or resource. Inclusion in this list does not imply any warranty, security audit, or official recommendation.

Testing

Solana Anchor Claude Skill

End-to-end Solana development for Anchor and Solana Kit with modern code patterns and LiteSVM testing.

View Skill →
Programs

Solana Skills Plugin

Solana skills covering program development, security auditing with vulnerability detection, and ZK compression.

View Skill →
DeFi

ClawPump Skill

AI agent skill for gasless and self-funded token launches on pump.fun with dynamic dev buys and trading fee revenue sharing.

View Skill →
DeFi

ClawPump Arbitrage Skill

AI agent skill for multi-DEX arbitrage on Solana with quote aggregation and transaction bundle generation.

View Skill →
DeFi

DFlow Phantom Connect Skill

Official DFlow + Phantom Connect skill for wallet-connected Solana apps with swaps and prediction market trading.

View Skill →
DeFi

DFlow Skill

AI coding skill for DFlow trading protocol covering spot trading, prediction markets, and WebSocket streaming.

View Skill →
DeFi

Drift Skill

AI coding skill for Drift Protocol SDK covering perpetual futures and spot trading on Solana.

View Skill →
DeFi

Jupiter Skill

AI coding skill for Jupiter covering Ultra swaps, limit orders, DCA, perpetuals, and lending.

View Skill →
DeFi

Kamino Skill

AI coding skill for Kamino Finance covering lending, borrowing, liquidity management, and leverage trading.

View Skill →
DeFi

Lulo Skill

AI coding skill for Lulo, Solana's lending aggregator routing deposits to highest-yielding protocols.

View Skill →
DeFi

Meteora Skill

AI coding skill for Meteora DeFi SDK covering liquidity pools, AMMs, bonding curves, and token launches.

View Skill →
DeFi

Octav API Skill

AI coding skill for Octav API covering wallet portfolio tracking, transaction history, and DeFi positions.

View Skill →
DeFi

Orca Skill

AI coding skill for Orca Whirlpools concentrated liquidity AMM covering swaps and position management.

View Skill →
DeFi

PumpFun Skill

AI coding skill for PumpFun Protocol covering token launches, bonding curves, and PumpSwap integrations.

View Skill →
DeFi

Ranger Finance Skill

AI coding skill for Ranger Finance, a Solana perps aggregator across Drift, Flash, and Jupiter.

View Skill →
DeFi

Raydium Skill

AI coding skill for Raydium Protocol covering CLMM, CPMM, AMM pools, farming, and Trade API.

View Skill →
DeFi

Sanctum Skill

AI coding skill for Sanctum covering liquid staking, LST swaps, and Infinity pool operations.

View Skill →
DeFi

PNP Markets Skill

AI coding skill for PNP Protocol covering permissionless prediction markets with P2P betting and custom oracles.

View Skill →
Infrastructure

MagicBlock Dev Skill

End-to-end MagicBlock development skill for Claude Code covering latency/privacy solutions and VRFs on Solana.

View Skill →
Infrastructure

Metaplex Skill

Official Metaplex development skill covering Core NFTs, Token Metadata, Bubblegum, and Candy Machine.

View Skill →
Infrastructure

Solana Game Skill

Claude Code skills for developing games on Solana using C#, React Native, and Magicblock's Unity SDK.

View Skill →
Infrastructure

CoinGecko Skill

AI coding skill for CoinGecko Solana API covering token prices, DEX pool data, and market analytics.

View Skill →
Infrastructure

deBridge Skill

AI coding skill for deBridge Protocol covering cross-chain bridges and token transfers between chains.

View Skill →
Infrastructure

Helius Skill

AI coding skill for Helius RPC infrastructure covering DAS API, Enhanced Transactions, and webhooks.

View Skill →
Infrastructure

Light Protocol Skill

AI coding skill for Light Protocol's ZK Compression covering rent-free compressed tokens and PDAs.

View Skill →
Infrastructure

Metaplex Community Skill

Community AI coding skill for Metaplex Protocol covering Core NFTs, Token Metadata, and Umi framework.

View Skill →
Infrastructure

Pyth Skill

AI coding skill for Pyth Network oracle covering real-time price feeds with confidence intervals.

View Skill →
Infrastructure

QuickNode Blockchain Skills

AI coding skill for QuickNode infrastructure covering Solana RPC, Jupiter Swap API, and Yellowstone gRPC.

View Skill →
Infrastructure

Solana Dev Skill (Rent-Free)

Solana development agent skills for Claude Code covering ZK programs and rent-free development.

View Skill →
Infrastructure

Squads Skill

AI coding skill for Squads Protocol covering multisig wallets and account abstraction on Solana.

View Skill →
Infrastructure

Switchboard Skill

AI coding skill for Switchboard Oracle covering permissionless price feeds, VRF randomness, and streaming.

View Skill →
Tooling

Solana Kit Skill

AI coding skill for @solana/kit, the modern zero-dependency JavaScript SDK from Anza.

View Skill →
Tooling

Solana Kit Migration Skill

AI coding skill for migrating from @solana/web3.js v1.x to @solana/kit with API mappings.

View Skill →
Tooling

Pinocchio Skill

AI coding skill for Pinocchio, a zero-dependency framework for high-performance Solana programs.

View Skill →
Tooling

VulnHunter Skill

AI coding skill for security vulnerability detection and dangerous API hunting across Solana codebases.

View Skill →
Tooling

Code Recon Skill

AI coding skill for deep architectural analysis and security audits mapping trust boundaries.

View Skill →
Tooling

Surfpool Skill

AI coding skill for Surfpool, a Solana development environment with mainnet forking and cheatcodes.

View Skill →

Managed by

© 2026 Solana Foundation.
All rights reserved.
Get connected