Skip to main content
Skills are model-agnostic instruction sets that teach AI assistants how to route your requests to the right MCP tools and reference files. They go beyond raw tool access — they include routing logic, correct SDK patterns, and rules that prevent common mistakes like hardcoded fees, wrong endpoints, or missing Sender tips. Skills work with any AI platform — Claude Code, Codex, OpenAI API, Claude API, Cursor, ChatGPT, and more. Each skill ships with pre-built system prompt variants so you can drop them into whatever tool you use.

Available Skills

How Skills Work

Skills follow a 3-layer prompt architecture:
LayerWhatWhere
A: HarnessAgent/runtime-specific behavior and tool rulesBuilt-in (Claude Code), AGENTS.md (Codex), preamble in prompt variants (API)
B: SkillsCanonical, reusable, model-agnostic proceduresSKILL.md files + references/ directory
C: TaskUser request + dynamic contextProvided at runtime by each platform
The skill content (Layer B) is identical across platforms — only the harness wrapper (Layer A) differs. Each skill includes:
  • Routing logic — maps your request to the correct MCP tools and reference files
  • Reference files — deep documentation for each Helius product the AI reads before writing code
  • Rules — prevents common mistakes (e.g., hardcoded priority fees, wrong RPC endpoints, missing error handling)

Using Skills Across Platforms

Each skill ships with three pre-built prompt variants in its prompts/ directory:
FileUse CaseFormat
openai.developer.mdOpenAI Responses / Chat Completions APILayer A preamble + skill content with === BEGIN SKILL === delimiters
claude.system.mdClaude API system promptLayer A preamble + skill content with delimiters
full.mdCursor Rules, ChatGPT custom instructions, other toolsAll reference files inlined, no external dependencies
Find these in:
  • Repo: .agents/skills/<skill>/prompts/
  • npm package: helius-mcp/system-prompts/<skill>/
The Helius plugin bundles all skills + MCP servers in one install:
/plugin marketplace add helius-labs/core-ai
/plugin install helius@helius-labs
Skills are invoked with /helius:build, /helius:phantom, /helius:dflow, or /helius:svm.

Prerequisites

All skills require the Helius MCP server to be running (or the equivalent tools configured in your agent framework). The DFlow skill additionally requires the DFlow MCP server. The Phantom skill additionally requires a Phantom Portal account for embedded wallets.
SkillRequiresAPI Key Needed
BuildHelius MCPYes (Helius)
PhantomHelius MCPYes (Helius)
DFlowHelius MCP + DFlow MCPYes (Helius + DFlow for production)
SVMHelius MCPNo