solana-dev

Routes Solana development tasks to protocol-specific skills, references, and workflow guides.

Updated Jul 28, 2026
One-click install
npx skills add https://github.com/IagoPrandi/zeroclaw-plugin --skill solana-dev-iagoprandi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: solana-dev
Source: https://github.com/IagoPrandi/zeroclaw-plugin/tree/main/.claude/skills/solana-dev
Command: npx skills add https://github.com/IagoPrandi/zeroclaw-plugin --skill solana-dev-iagoprandi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Solana development spans dozens of protocols, frameworks, and security tools, making it hard to know which guidance applies to a given task. This Skill acts as a unified hub that routes any Solana question to the correct specialized skill file, so you load only the instructions you need. ## Core Features & Use Cases - Task Routing: A routing table maps requests (wallet connection, Anchor programs, DeFi integration, game development, deployment) to the right skill file across Solana Foundation, SendAI, Trail of Bits, Cloudflare, and other submodule skills. - Local Reference Guides: Includes production-ready references for Token-2022 extensions, Axum/Tokio backend patterns, and devnet/mainnet deployment workflows with multisig and CI/CD. - Use Case: When asked to integrate Jupiter swaps into an app, the hub directs the agent to the SendAI Jupiter skill; when asked to audit a program, it routes to Trail of Bits vulnerability scanner skills and the local security reference. ## Quick Start Ask the agent to help with any Solana development task, such as building an Anchor program or integrating a DeFi protocol, and it will load the appropriate routed skill.

Frequently Asked Questions about solana-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the right Solana skill for my development task?▼

Use the task routing table in the hub: match your request (e.g., wallet connection, Anchor code, DeFi swaps, deployment) to the listed primary skill, then load that linked skill file. Each route points to a specific reference or submodule skill.

What protocols does the Solana development skill hub cover?▼

It covers DeFi protocols like Jupiter, Drift, Raydium, Orca, Kamino, and Metaplex via SendAI skills, plus oracles (Pyth, Switchboard), infrastructure (Helius, QuickNode), security tools (Trail of Bits), and deployment platforms (Cloudflare, Vercel).

Does this skill support Token-2022 extensions development?▼

Yes, it includes a dedicated Token-2022 reference covering transfer hooks, confidential transfers, transfer fees, metadata pointers, CPI guard, soulbound tokens, and all other extension types with Anchor and native Rust patterns.

Can I use this skill for Solana security auditing?▼

Yes, it routes to Trail of Bits skills including a Solana vulnerability scanner, audit preparation assistant, and code maturity assessor, plus a local security reference with vulnerability categories and checklists.

How do I deploy a Solana program to mainnet with multisig?▼

The deployment reference covers the full workflow: write a verified buffer, transfer upgrade authority to a Squads multisig, create an upgrade proposal, and verify post-upgrade. It also includes CI/CD pipeline templates and rollback procedures.

What are the limitations of this skill hub?▼

The hub itself contains only routing logic and three local references; most protocol guidance lives in external submodule skills that must be present under the ext/ directory. Missing submodules mean those routes cannot be loaded.