Open-source · Agent Skills format

Teach your agent to
build on Solana

Markdown skills from the Solana Foundation and the teams building on it — for Claude Code, Cursor, Codex, and any agent that reads markdown. Install one, or hand your agent a URL.

$npx skills add solana-foundation/solana-dev-skill
Official skills
2
Ecosystem repos
30
Skills indexed
179+

Three ways to use a skill

Skills are plain markdown with YAML frontmatter — the open Agent Skills format.

01

Install with the skills CLI

Works with Claude Code, Cursor, Codex, Windsurf and friends — one command per repo.

$npx skills add solana-foundation/solana-dev-skill
02

Add to Claude Code manually

Drop the hosted file into ~/.claude/skills/ — global, or per-project under .claude/skills/.

$mkdir -p ~/.claude/skills/solana-dev && curl -fsSL https://skills.solana.com/s/solana-dev/SKILL.md -o ~/.claude/skills/solana-dev/SKILL.md
03

No install — tell your agent

Every official skill is hosted as plain markdown at a stable URL. One line in any agent chat:

Read https://skills.solana.com/llms.txt before you start building on Solana.

From the ecosystem

Aggregators, protocol vendors, toolkits, and security specialists — indexed weekly, pinned to the commit we checked.

Explore all

SendAI Skills

sendaifun/skills
Aggregator

The largest community aggregator of Solana protocol skills — Jupiter, Kamino, Meteora, Orca, Raydium, Pyth, Helius, Metaplex, Squads and 40+ more, one folder per protocol.

46 skills 125 Jul 2026 Apache-2.0 @ 06b36b8
$npx skills add sendaifun/skills
GitHub
Toolkit

One-command Solana workspace: idea → build → launch workflow skills (validate ideas, scaffold projects, debug programs, launch tokens, pitch decks) plus curated repo/MCP catalogs.

25 skills 165 Jul 2026 MIT @ e81c261
$npx skills add sendaifun/solana-new
GitHub Site

Solana AI Kit

solanabr/solana-ai-kit
Toolkit

Batteries-included Claude Code environment for Solana: 30+ slash commands, 16 specialist agents, security-first rules for Anchor/Pinocchio/TypeScript, MCP config, and 18 external skill repos wired as submodules.

6 skills 98 Jun 2026 MIT @ d4f6143
$npx skills add solanabr/solana-ai-kit
GitHub

Helius Core AI

helius-labs/core-ai
Helius

Helius’s AI toolbox: skills for the Helius RPC/DAS stack plus SVM fundamentals, DFlow, Jupiter, OKX and Phantom integrations — shipped alongside their CLI, MCP server, and Claude plugin.

6 skills 24 Aug 2026 MIT @ 77c3ad8
$npx skills add helius-labs/core-ai
GitHub

Jupiter Agent Skills

jup-ag/agent-skills
Jupiter

Official Jupiter skills: integrate Ultra/Swap correctly, migrate deprecated swap APIs, wire Jupiter Lend, and verify routing details agents commonly get wrong.

4 skills 81 Jul 2026 MIT @ a2211e3
$npx skills add jup-ag/agent-skills
GitHub

Metaplex Skill

metaplex-foundation/skill
Metaplex

The official Metaplex skill: mint NFTs and digital assets with Core, Token Metadata, Bubblegum cNFTs, and Candy Machine — current APIs, correct account structures.

1 skill 21 Jul 2026 @ 7af29ba
$npx skills add metaplex-foundation/skill
GitHub

Ship your own skill

Write a SKILL.md following the Agent Skills format, publish it on GitHub, and open a PR to awesome-solana-ai. Merged repos are picked up by the next weekly refresh.