solana-dev — anchor-lang solana-dev, solana-vault-standard, community, anchor-lang, ide skills, erc4626, solana-sdk, solana-standard, solana-vault, token-vault

v1.0.0

À propos de ce Skill

Solana tokenized vault standard built with Anchor. Programs, SDK, CLI + native extensions to help you across the whole lifecycle of many different types of onchain vaults.

# Core Topics

solanabr solanabr
[16]
[31]
Updated: 3/24/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 1/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Review Score
1/11
Quality Score
29
Canonical Locale
en
Detected Body Locale
en

Solana tokenized vault standard built with Anchor. Programs, SDK, CLI + native extensions to help you across the whole lifecycle of many different types of onchain vaults.

Pourquoi utiliser cette compétence

Solana tokenized vault standard built with Anchor. Programs, SDK, CLI + native extensions to help you across the whole lifecycle of many different types of onchain vaults.

Meilleur pour

Suitable for operator workflows that need explicit guardrails before installation and execution.

Cas d'utilisation exploitables for solana-dev

! Sécurité et Limitations

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The page lacks a strong recommendation layer.
  • - The page lacks concrete use-case guidance.
  • - The page lacks explicit limitations or caution signals.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is solana-dev?

Solana tokenized vault standard built with Anchor. Programs, SDK, CLI + native extensions to help you across the whole lifecycle of many different types of onchain vaults.

How do I install solana-dev?

Run the command: npx killer-skills add solanabr/solana-vault-standard/solana-dev. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

Which IDEs are compatible with solana-dev?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add solanabr/solana-vault-standard/solana-dev. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use solana-dev immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

solana-dev

Install solana-dev, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

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:

ProtocolSkillUse for
Jupiterjupiter/Swaps, DCA, limit orders
Driftdrift/Perpetuals, margin trading
Raydiumraydium/AMM, CLMM pools
Meteorameteora/DLMM, dynamic pools
Orcaorca/Whirlpools, concentrated liquidity
Kaminokamino/Lending, vaults
Marginfimarginfi/Lending protocol
Sanctumsanctum/LST staking
Metaplexmetaplex/NFT standards, metadata
PumpFunpumpfun/Token launch
Pythpyth/Price oracles
Switchboardswitchboard/Oracles, VRF
Squadssquads/Multisig
Heliushelius/RPC, webhooks, DAS
DeBridgedebridge/Cross-chain bridging
Light Protocollight-protocol/ZK compression
Solana Agent Kitsolana-agent-kit/AI agent framework
Phantom Connectphantom-connect/Phantom wallet connection
MagicBlockmagicblock/On-chain game engine
QuickNodequicknode/RPC, streams, functions
Solana Kitsolana-kit/@solana/kit patterns
Solana Kit Migrationsolana-kit-migration/web3.js → Kit migration
Manifestmanifest/Order book DEX
dFlowdflow/Payment-for-order-flow
VulnHuntervulnhunter/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 hooksext/solana-dev → frontend-framework-kit.md
Transaction building, Kit typesext/solana-dev → kit-web3-interop.md
Anchor program codeext/solana-dev → programs/anchor.md
CU optimization, Pinocchioext/solana-dev → programs/pinocchio.md
Unit testing, CU benchmarksext/solana-dev → testing.md
Security review, auditext/solana-dev → security.md + ext/trailofbits
Backend API, indexerbackend-async.md
Deploy to devnet/mainnetdeployment.md
DeFi integration (swaps, lending)ext/sendai → protocol-specific skill
NFT standards, metadataext/sendai → metaplex/
Payment flows, checkoutext/solana-dev → payments.md
Generated clients, IDLext/solana-dev → idl-codegen.md
Unity game developmentext/solana-game → unity-sdk.md
PlaySolana, PSG1 consoleext/solana-game → playsolana.md
Game architecture, ECSext/solana-game → game-architecture.md
Workers, edge deploymentext/cloudflare → workers-best-practices/
Mobile wallet adapter, MWAext/solana-mobile → mwa/
Saga Genesis Tokenext/solana-mobile → genesis-token/
Token-2022, transfer hooks, extensionstoken-2022.md
Vulnerability scanningext/trailofbits → solana-vulnerability-scanner/
Formal verification, proofsext/qedgen → SKILL.md
Idea validation, competitive research, hackathon projectsext/colosseum → colosseum-copilot/SKILL.md
Security-first scaffolding, safe code generationext/safe-solana-builder → SKILL.md

Compétences associées

Looking for an alternative to solana-dev or another community skill for your workflow? Explore these related open-source skills.

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Générez des plugins de widgets personnalisables pour le système de flux prompts.chat

flags

Logo of vercel
vercel

Le Cadre de Réaction

138.4k
0
Navigateur

pr-review

Logo of pytorch
pytorch

Tenseurs et réseaux neuronaux dynamiques en Python avec une forte accélération GPU

98.6k
0
Développeur