build
Build Solana applications with Helius infrastructure. Covers transaction sending (Sender), asset/NFT queries (DAS API), real-time streaming (WebSockets,…
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 -y skills add helius-labs/core-ai --skill svm --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/svmContext preview
The summary Claude sees to decide when to auto-load this skill.
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.
name: svm description: 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. metadata: author: Helius Labs version: "1.2.0" mcp-server: helius-mcp
> Helius MCP now uses 10 public tools total, including `expandResult`. When this skill references a Helius action name like `fetchHeliusBlog`, `searchSolanaDocs`, `getSIMD`, or `readSolanaSourceFile`, call `heliusKnowledge` with `action: "<action name>"`.
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 `build` skill).
The Helius MCP server should start automatically with this plugin. Check that the Helius MCP public tools are available — this skill routes every content fetch through `heliusKnowledge`.
If they are NOT available, **STOP** and tell the user:
The Helius MCP server isn't running. Try restarting Cursor. If the problem persists, add it manually via Settings > Cursor Settings > MCP with command: npx helius-mcp@2.2.0
No API key is required — all knowledge tools fetch from public GitHub and Solana sources.
1. Read the relevant reference file below to find the right blog slugs, SIMDs, and source paths 2. Call the MCP tools listed in that file to fetch depth 3. Synthesize and explain — cite sources in every substantive answer (blog URL, SIMD number, or GitHub path)
These topics appear in multiple files — route carefully:
**Read**: `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:
The official Helius AI tooling repository — everything you need to interact with Helius and Solana from the command line, from AI assistants like Claude, or autonomously as an agent.
Repo: helius-labs/core-ai
Build Solana applications with Helius infrastructure. Covers transaction sending (Sender), asset/NFT queries (DAS API), real-time streaming (WebSockets,…
Build Solana trading applications combining DFlow trading APIs with Helius infrastructure. Covers spot swaps (imperative and declarative), prediction markets,…
Build Solana DeFi applications combining Jupiter APIs with Helius infrastructure. Covers token swaps (Swap API V2), lending/borrowing (Lend protocol), limit…
Build Solana trading and intelligence applications combining OKX DEX aggregation with Helius infrastructure. Integration-only layer — describes when and how to…
Build frontend Solana applications with Phantom Connect SDK and Helius infrastructure. Covers React, React Native, and browser SDK integration, transaction…