Solana Ecosystem skills for AI agents
12 practitioner-grade solana ecosystem skills, each a focused Markdown document your agent loads into context on demand. Search them from Claude Desktop, Cursor or any MCP client, or pull one with the CLI.
All 12 skills
- Anchor Framework Deep
Anchor is a framework for Solana smart contract development that provides a set of tools, macros, and an Interface Definition Language (IDL) to simplify writing secure and efficient on-chain programs. You leverage Anchor when building complex Solana dApps, needing robust account validation, streamlined testing, and a clear client-side interface.
287 lines - Solana Account Model
This skill covers the fundamental architecture of Solana's account model, explaining how data is stored, owned, and accessed on the blockchain. You leverage this understanding to design efficient data structures, manage on-chain state, and interact with programs, forming the bedrock for any Solana dApp development.
233 lines - Solana Blinks Actions
This skill covers the end-to-end process of creating interactive Solana Blinks (Blockchain Links) that enable users to initiate on-chain actions directly from URLs. You learn to define blink metadata, handle dynamic parameters, construct serialized transactions on your backend, and integrate these frictionless interactions into any web or social platform. You leverage Blinks to significantly enhance user experience by streamlining dApp interactions, reducing onboarding friction, and allowing users to engage with your dApp's core functionalities with a single click, without requiring a full UI load.
239 lines - Solana CPI Patterns
This skill covers the secure and efficient implementation of Cross-Program Invocations (CPI) on Solana, enabling your programs to interact with other on-chain programs and protocols. You leverage CPI when building composable dApps that integrate with existing DeFi, NFT, or utility protocols, or when structuring your own complex program into modular, reusable components.
302 lines - Solana DEFI Protocols
This skill covers the strategies and technical patterns for interacting with established DeFi protocols on Solana, including Automated Market Makers (AMMs), lending/borrowing platforms, and liquid staking solutions. You leverage this skill when building dApps that require access to existing liquidity, financial primitives, or composability, integrating with audited and battle-tested protocols rather than reinventing core DeFi functionalities.
171 lines - Solana NFT Metaplex
This skill covers the end-to-end process of creating, managing, and distributing NFTs on Solana using the Metaplex protocol suite, including Token Metadata, Candy Machine, and Auction House. You leverage Metaplex when building any Solana NFT project, from generative art collections and gaming assets to fractionalized real estate, ensuring your NFTs are interoperable and display correctly across the ecosystem.
313 lines - Solana Program Library
The Solana Program Library (SPL) is a collection of audited, on-chain programs maintained by the Solana team. It provides standard, reusable building blocks for common functionalities like token management, stake pools, and associated token accounts, significantly accelerating dApp development and ensuring security.
269 lines - Solana RPC Optimization
This skill teaches you how to reduce RPC call volume, improve transaction reliability, handle rate limits, and select appropriate commitment levels for your Solana dApps. You apply these optimization techniques to build high-performance, resilient Solana applications that deliver a smooth user experience and operate efficiently under high demand.
270 lines - Solana Testing Bankrun
This skill covers using Bankrun for rapid, isolated, and deterministic testing of Solana programs. You leverage Bankrun when you need to unit test or integration test your Solana programs locally without the overhead of `solana-test-validator`, enabling faster development cycles and more reliable simulations.
245 lines - Solana Token Program
The Solana Token Program (SPL Token program) is the official on-chain program for creating, managing, and transferring fungible and non-fungible tokens on Solana. You leverage this skill to implement custom token economies, issue NFTs, manage asset custody, and build decentralized applications that interact with standardized digital assets.
282 lines - Solana Transaction Optimization
This skill focuses on strategies and techniques to reduce transaction costs, increase transaction reliability, and improve user experience on Solana by optimizing transaction size, compute unit consumption, and priority fee application. You leverage these optimization methods when building high-throughput Solana dApps, interacting with congested programs, or ensuring predictable and affordable transaction execution for your users.
302 lines - Solana Validator Setup
This skill guides you through the process of setting up and operating a Solana validator, enabling you to participate in network consensus, process transactions, and earn staking rewards. You leverage this skill when contributing to the decentralization and security of the Solana network, ensuring high availability and performance for your validator node.
162 lines