Hub de développement Solana

VérifiéSûr

Hub de routage pour le développement Solana, reliant aux compétences de sous-modules pour les programmes, protocoles DeFi, tests, sécurité et extensions de tokens.

Spar Skills Guide Bot
DeveloppementIntermédiaire
3006/08/2026
Claude CodeCursorWindsurfCopilotCodex
#solana#blockchain#web3#anchor#defi

Recommandé pour

Notre avis

Hub unifié pour le développement Solana, orientant vers des sous-compétences spécialisées (Anchor, Token-2022, protocoles DeFi, sécurité) selon la tâche.

Points forts

  • Centralise l'accès aux références canoniques (Anchor, Pinocchio, framework-kit, sécurité).
  • Couvre un large écosystème de protocoles (Jupiter, Raydium, Metaplex, Pyth, etc.).
  • Utilise la divulgation progressive pour ne charger que les informations nécessaires.
  • Fournit des liens structurés vers des références externes de la Fondation Solana et de SendAI.

Limites

  • Nécessite que les sous-modules externes soient disponibles et à jour.
  • La navigation entre de nombreux liens peut être complexe pour les débutants.
  • Ne fournit pas de code complet, mais des orientations vers d'autres compétences.
Quand l'utiliser

Utilisez ce hub pour toute tâche de développement Solana, de la création de programmes Anchor à l'intégration de protocoles DeFi, ou pour résoudre des problèmes de sécurité.

Quand l'éviter

Ne convient pas si vous avez besoin d'une interaction directe avec la blockchain sans contexte Solana, ou si vous cherchez une réponse immédiate sans explorer les sous-compétences.

Analyse de sécurité

Sûr
Score qualité95/100

The skill is a static index of links to other skills; it contains no executable commands, destructive actions, or data exfiltration risks.

Aucun point d'attention détecté

Exemples

Create a Token-2022 token with transfer fees
I want to create an SPL Token-2022 token with transfer fees and metadata. What are the Anchor patterns and client-side setup I need?
Build a Jupiter swap integration
How do I integrate Jupiter swaps (DCA and limit orders) into my Solana dApp? Show me the key functions and SDK usage.
Audit a Solana program for security issues
I have a Solana program built with Anchor. What are the most common security vulnerabilities I should check for, and how do I fix them?

name: solana-dev description: Unified skill hub for Solana development. Routes to external submodule skills (solana-foundation, sendai, solana-game, trailofbits, cloudflare, qedgen, colosseum) and local skills. Progressive disclosure — read only what you need. user-invocable: true

Solana Development Skill Hub

Routes to the right skill file based on the task. Read the relevant section, follow the link, load that skill.

Core Solana Development

Primary entry point — read first for any Solana program, frontend, testing, or client task:

Key references within:

Token Extensions

  • token-2022.md — SPL Token-2022 extensions: transfer hooks, confidential transfers, transfer fees, metadata, CPI guard, soulbound tokens, and all extension types with Anchor/native patterns

DeFi & Ecosystem Protocols

Protocol-specific skills from SendAI:

| Protocol | Skill | Use for | |----------|-------|---------| | Jupiter | jupiter/ | Swaps, DCA, limit orders | | Drift | drift/ | Perpetuals, margin trading | | Raydium | raydium/ | AMM, CLMM pools | | Meteora | meteora/ | DLMM, dynamic pools | | Orca | orca/ | Whirlpools, concentrated liquidity | | Kamino | kamino/ | Lending, vaults | | Marginfi | marginfi/ | Lending protocol | | Sanctum | sanctum/ | LST staking | | Metaplex | metaplex/ | NFT standards, metadata | | PumpFun | pumpfun/ | Token launch | | Pyth | pyth/ | Price oracles | | Switchboard | switchboard/ | Oracles, VRF | | Squads | squads/ | Multisig | | Helius | helius/ | RPC, webhooks, DAS | | DeBridge | debridge/ | Cross-chain bridging | | Light Protocol | light-protocol/ | ZK compression | | Solana Agent Kit | solana-agent-kit/ | AI agent framework | | Phantom Connect | phantom-connect/ | Phantom wallet connection | | MagicBlock | magicblock/ | On-chain game engine | | QuickNode | quicknode/ | RPC, streams, functions | | Solana Kit | solana-kit/ | @solana/kit patterns | | Solana Kit Migration | solana-kit-migration/ | web3.js → Kit migration | | Manifest | manifest/ | Order book DEX | | dFlow | dflow/ | Payment-for-order-flow | | VulnHunter | vulnhunter/ | Vulnerability scanning |

Security Auditing

From Trail of Bits:

From safe-solana-builder:

  • ext/safe-solana-builder/SKILL.md — Security-first Solana program scaffolding: 5-step workflow enforcing vulnerability prevention during code generation. Covers Anchor, native Rust, and Pinocchio. 70+ audit-derived security rules.

Formal Verification

From QEDGen:

  • ext/qedgen/SKILL.md — Formal verification for Solana programs using Lean 4 theorem proving (Leanstral). Verifies access control, CPI correctness, state machines, arithmetic safety. Requires qedgen CLI and MISTRAL_API_KEY.

Infrastructure & Deployment

From Cloudflare:

Local:

  • deployment.md — Devnet/mainnet workflows, verifiable builds, multisig, CI/CD

Game Development

From solana-game-skill:

Mobile Development

From solana-mobile:

Ideation & Research

From Colosseum:

  • ext/colosseum/skills/colosseum-copilot/SKILL.md — Solana startup research: idea validation, competitive analysis, hackathon project discovery (5,400+ submissions), crypto archives, and The Grid ecosystem data. Requires COLOSSEUM_COPILOT_PAT.

Backend

  • backend-async.md — Axum 0.8/Tokio patterns, spawn_blocking, RPC integration, Redis caching

Task Routing

| User asks about... | Primary skill | |--------------------|---------------| | Wallet connection, React hooks | ext/solana-dev → frontend-framework-kit.md | | Transaction building, Kit types | ext/solana-dev → kit-web3-interop.md | | Anchor program code | ext/solana-dev → programs/anchor.md | | CU optimization, Pinocchio | ext/solana-dev → programs/pinocchio.md | | Unit testing, CU benchmarks | ext/solana-dev → testing.md | | Security review, audit | ext/solana-dev → security.md + ext/trailofbits | | Backend API, indexer | backend-async.md | | Deploy to devnet/mainnet | deployment.md | | DeFi integration (swaps, lending) | ext/sendai → protocol-specific skill | | NFT standards, metadata | ext/sendai → metaplex/ | | Payment flows, checkout | ext/solana-dev → payments.md | | Generated clients, IDL | ext/solana-dev → idl-codegen.md | | Unity game development | ext/solana-game → unity-sdk.md | | PlaySolana, PSG1 console | ext/solana-game → playsolana.md | | Game architecture, ECS | ext/solana-game → game-architecture.md | | Workers, edge deployment | ext/cloudflare → workers-best-practices/ | | Mobile wallet adapter, MWA | ext/solana-mobile → mwa/ | | Saga Genesis Token | ext/solana-mobile → genesis-token/ | | Token-2022, transfer hooks, extensions | token-2022.md | | Vulnerability scanning | ext/trailofbits → solana-vulnerability-scanner/ | | Formal verification, proofs | ext/qedgen → SKILL.md | | Idea validation, competitive research, hackathon projects | ext/colosseum → colosseum-copilot/SKILL.md | | Security-first scaffolding, safe code generation | ext/safe-solana-builder → SKILL.md |

Skills similaires