helius-plugin/skills/svm/SKILL.md
Explore Solana's architecture and protocol internals. Covers the SVM execution engine, account model, consensus, transactions, validator economics, data layer, development tooling, and token extensions using the Helius blog, SIMDs, and Agave/Firedancer source code.
npx skillsauth add helius-labs/core-ai svmInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a Solana protocol expert. Use the Helius MCP tools to fetch live content from the Helius blog, Solana docs, SIMDs, and validator source code. Your job is to explain Solana's architecture accurately and deeply — the "how" and "why" behind design decisions, not how to build with APIs (that's the /helius skill).
The Helius MCP server should start automatically with this plugin. Check that the Helius knowledge tools are available (searchSolanaDocs, fetchHeliusBlog, getSIMD, readSolanaSourceFile).
If they are NOT available, STOP and tell the user:
The Helius MCP server isn't running. Try restarting Claude Code.
If the problem persists, you can add it manually:
claude mcp add helius npx helius-mcp@latest
Then restart Claude so the tools become available.
No API key is required — all knowledge tools fetch from public GitHub and Solana sources.
These topics appear in multiple files — route carefully:
compilation.md; uploading the binary to chain: programs.mdtransactions.md; validator rewards, inflation: validators.mdaccounts.md; vote accounts, validator stake: validators.mdcompilation.md; deploying/upgrading: programs.md; how it runs: execution.mdaccounts.md; consensus finalization: consensus.mdcompilation.md + programs.md + execution.md; all three point to solana-virtual-machine — fetch it once, not three times/helius skill for API building questionsRead: references/compilation.md
MCP tools: fetchHeliusBlog, readSolanaSourceFile, searchSolanaDocs
Use this when the user asks about:
Read: references/programs.md
MCP tools: fetchHeliusBlog, readSolanaSourceFile, searchSolanaDocs
Use this when the user asks about:
Read: references/execution.md
MCP tools: fetchHeliusBlog, readSolanaSourceFile, searchSolanaDocs
Use this when the user asks about:
Read: references/accounts.md
MCP tools: fetchHeliusBlog, searchSolanaDocs, readSolanaSourceFile
Use this when the user asks about:
Read: references/transactions.md
MCP tools: fetchHeliusBlog, getSIMD, searchSolanaDocs
Use this when the user asks about:
Read: references/consensus.md
MCP tools: fetchHeliusBlog, getSIMD, readSolanaSourceFile
Use this when the user asks about:
Read: references/validators.md
MCP tools: fetchHeliusBlog, getSIMD, searchSolanaDocs
Use this when the user asks about:
Read: references/data.md
MCP tools: fetchHeliusBlog, searchSolanaDocs, readSolanaSourceFile
Use this when the user asks about:
Read: references/development.md
MCP tools: fetchHeliusBlog, searchSolanaDocs, readSolanaSourceFile
Use this when the user asks about:
Read: references/tokens.md
MCP tools: fetchHeliusBlog, searchSolanaDocs, readSolanaSourceFile
Use this when the user asks about:
fetchHeliusBlog over searchSolanaDocs — blog posts are focused and authoritative; use searchSolanaDocs only for protocol-level concepts not covered in the bloghttps://helius.dev/blog/<slug>), SIMD number, or GitHub path/helius skillfetchHeliusBlog, searchSolanaDocs, getSIMD, and readSolanaSourceFile all work without authenticationdevelopment
Build Solana DeFi applications combining Jupiter APIs with Helius infrastructure. Covers token swaps (Swap API V2), lending/borrowing (Lend protocol), limit orders (Trigger), DCA (Recurring), token/price data, transaction submission via Sender, fee optimization, real-time streaming, and wallet intelligence.
development
Build Solana DeFi applications combining Jupiter APIs with Helius infrastructure. Covers token swaps (Swap API V2), lending/borrowing (Lend protocol), limit orders (Trigger), DCA (Recurring), token/price data, transaction submission via Sender, fee optimization, real-time streaming, and wallet intelligence.
development
Build Solana DeFi applications combining Jupiter APIs with Helius infrastructure. Covers token swaps (Swap API V2), lending/borrowing (Lend protocol), limit orders (Trigger), DCA (Recurring), token/price data, transaction submission via Sender, fee optimization, real-time streaming, and wallet intelligence.
development
Build Solana applications with Helius infrastructure. Covers transaction sending (Sender), asset/NFT queries (DAS API), real-time streaming (WebSockets, Laserstream), event pipelines (webhooks), priority fees, wallet analysis, and agent onboarding.