Solana AI Kit — Plugin Skill Hub
This is the plugin variant of the kit's skill hub. It ships only the skills that travel cleanly in a plugin (go-to-market wrappers + the opt-in add-on catalog). For the full depth — protocol/security/ecosystem skills, .claude/rules/*, and the curated permissions/sandbox policy — use the full install (see "Getting more depth" below).
Source precedence (when multiple skills cover one topic):
.claude/rules/* are law for code style — but rules ship only with the full install (install.sh), not this plugin. If you installed via the plugin, the house code-style rules are not loaded; prefer them when present.
- Protocol-OFFICIAL skill is primary for that protocol's API/SDK usage (jup-ag→Jupiter, metaplex-foundation→Metaplex, helius-labs→Helius). In plugin form, add the relevant upstream marketplace (below).
- Foundation/platform skills (Solana Foundation
solana-dev) are primary for general concepts (Anchor, Pinocchio, testing, clients) — add its marketplace.
- Community versions (sendai et al.) are secondary references.
Bundled skills (shipped with this plugin)
These load automatically when the plugin is enabled. Commands and skills are namespaced under solana-ai-kit: (e.g. /solana-ai-kit:deploy).
Idea, Pitch & Go-To-Market
Local wrappers, adapted from sendaifun/solana-new (MIT, telemetry removed):
- idea-sprint/SKILL.md — What to build: blunt interview, crypto-necessity gate, 3 scored candidates (/15), go/no-go with pivot suggestions
- pitch-deck/SKILL.md — Audience-aware decks (hackathon/VC/grant/accelerator): narrative frameworks, slides + speaking notes, objection prep
- hackathon/SKILL.md — Scannable submissions, <3-min demo scripts, least-crowded-track selection, Superteam Earn grants
Extended add-ons (opt-in catalog)
- skill-registry.json — structured, machine-readable catalog of opt-in add-on skills/plugins/MCPs (frontend/design, UX/writing, testing, data, dev-workflow, extra protocols/MCPs) NOT bundled by default. Install on the user's request, at their own expense. Search it by domain/tags, then run the entry's install command only on explicit confirmation.
Getting more depth (protocol / security / ecosystem skills)
Plugins cannot carry git submodules, so the 18 external skill packs (the ext submodules) are not bundled here. Two ways to get them:
Option A — Add the upstream marketplaces (routing, not copying)
Several of the upstream skill packs publish their own Claude Code marketplaces. Add the ones you need, then /plugin install the specific skill plugins:
| Domain |
Add the marketplace |
Then install |
| DeFi protocols, infra, data (Jupiter, Raydium, Kamino, perps, oracles, cross-chain…) |
/plugin marketplace add sendaifun/skills |
the protocol plugins you need (one per skill) |
| AppSec scanning (SAST, SCA, secrets) |
/plugin marketplace add ghostsecurity/skills |
ghost |
| Security auditing, vulnerability scanning |
/plugin marketplace add trailofbits/skills |
the audit plugins you need |
| Infrastructure (Workers, Agents SDK, MCP servers) |
/plugin marketplace add cloudflare/skills |
cloudflare |
For Jupiter, Metaplex, and Helius the official skill repos are the primary sources — check the add-on catalog (skill-registry.json) for their current upstream locations and /plugin marketplace add targets. Route to a marketplace and install the plugin; do not point at an upstream repo's SKILL.md directly.
Option B — Full install (recommended for project teams)
Run the installer in your project to get everything the plugin can't carry — the 18 external skill submodules, the lazy-loaded .claude/rules files (Rust, Anchor, Pinocchio, TypeScript, .NET code-style law), and the curated permissions + sandbox policy:
curl -fsSL https://raw.githubusercontent.com/solanabr/solana-ai-kit/main/install.sh | bash
See the project README ("External Skill Submodules" and "Install as a Claude Code plugin") for when to pick the plugin vs. the full install — they are complementary, not competing. If you run both in the same project, /solana-ai-kit:doctor warns about duplicate commands/hooks/MCP and advises picking one.
Task Routing (bundled skills)
| User asks about... |
Skill |
| Idea validation, "what should I build" |
idea-sprint/SKILL.md |
| Pitch deck, demo day, investor or grant slides |
pitch-deck/SKILL.md |
| Hackathon submission, demo script, track choice |
hackathon/SKILL.md |
| Opt-in add-on skills/plugins/MCPs, "should I add X", extra capability not bundled |
skill-registry.json |
| Protocol SDK depth (Jupiter, Metaplex, Helius, Raydium…), security audits, infra |
add the upstream marketplace (Option A) or do the full install (Option B) |
1---2name: solana-ai-kit3description: Skill hub for the solana-ai-kit Claude Code plugin. Routes the bundled go-to-market skills and the opt-in add-on catalog, and points to upstream marketplaces (and the install.sh full install) for protocol, security, and ecosystem depth. Progressive disclosure — read only what you need.4---56# Solana AI Kit — Plugin Skill Hub78This is the **plugin variant** of the kit's skill hub. It ships only the skills that travel cleanly in a plugin (go-to-market wrappers + the opt-in add-on catalog). For the full depth — protocol/security/ecosystem skills, `.claude/rules/*`, and the curated permissions/sandbox policy — use the **full install** (see "Getting more depth" below).910**Source precedence (when multiple skills cover one topic):**111. `.claude/rules/*` are law for code style — but rules ship **only** with the full install (`install.sh`), not this plugin. If you installed via the plugin, the house code-style rules are not loaded; prefer them when present.122. Protocol-OFFICIAL skill is primary for that protocol's API/SDK usage (jup-ag→Jupiter, metaplex-foundation→Metaplex, helius-labs→Helius). In plugin form, add the relevant upstream marketplace (below).133. Foundation/platform skills (Solana Foundation `solana-dev`) are primary for general concepts (Anchor, Pinocchio, testing, clients) — add its marketplace.144. Community versions (sendai et al.) are secondary references.1516## Bundled skills (shipped with this plugin)1718These load automatically when the plugin is enabled. Commands and skills are namespaced under `solana-ai-kit:` (e.g. `/solana-ai-kit:deploy`).1920### Idea, Pitch & Go-To-Market2122Local wrappers, adapted from sendaifun/solana-new (MIT, telemetry removed):2324- [idea-sprint/SKILL.md](idea-sprint/SKILL.md) — What to build: blunt interview, crypto-necessity gate, 3 scored candidates (/15), go/no-go with pivot suggestions25- [pitch-deck/SKILL.md](pitch-deck/SKILL.md) — Audience-aware decks (hackathon/VC/grant/accelerator): narrative frameworks, slides + speaking notes, objection prep26- [hackathon/SKILL.md](hackathon/SKILL.md) — Scannable submissions, <3-min demo scripts, least-crowded-track selection, Superteam Earn grants2728### Extended add-ons (opt-in catalog)2930- [skill-registry.json](skill-registry.json) — structured, machine-readable catalog of opt-in add-on skills/plugins/MCPs (frontend/design, UX/writing, testing, data, dev-workflow, extra protocols/MCPs) NOT bundled by default. Install on the user's request, at their own expense. Search it by domain/tags, then run the entry's install command only on explicit confirmation.3132## Getting more depth (protocol / security / ecosystem skills)3334Plugins cannot carry git submodules, so the 18 external skill packs (the `ext` submodules) are **not** bundled here. Two ways to get them:3536### Option A — Add the upstream marketplaces (routing, not copying)3738Several of the upstream skill packs publish their own Claude Code marketplaces. Add the ones you need, then `/plugin install` the specific skill plugins:3940| Domain | Add the marketplace | Then install |41|--------|---------------------|--------------|42| DeFi protocols, infra, data (Jupiter, Raydium, Kamino, perps, oracles, cross-chain…) | `/plugin marketplace add sendaifun/skills` | the protocol plugins you need (one per skill) |43| AppSec scanning (SAST, SCA, secrets) | `/plugin marketplace add ghostsecurity/skills` | `ghost` |44| Security auditing, vulnerability scanning | `/plugin marketplace add trailofbits/skills` | the audit plugins you need |45| Infrastructure (Workers, Agents SDK, MCP servers) | `/plugin marketplace add cloudflare/skills` | `cloudflare` |4647For Jupiter, Metaplex, and Helius the official skill repos are the primary sources — check the add-on catalog (`skill-registry.json`) for their current upstream locations and `/plugin marketplace add` targets. Route to a **marketplace** and install the plugin; do not point at an upstream repo's `SKILL.md` directly.4849### Option B — Full install (recommended for project teams)5051Run the installer in your project to get everything the plugin can't carry — the 18 external skill submodules, the lazy-loaded `.claude/rules` files (Rust, Anchor, Pinocchio, TypeScript, .NET code-style law), and the curated permissions + sandbox policy:5253```bash54curl -fsSL https://raw.githubusercontent.com/solanabr/solana-ai-kit/main/install.sh | bash55```5657See the project README ("External Skill Submodules" and "Install as a Claude Code plugin") for when to pick the plugin vs. the full install — they are complementary, not competing. If you run **both** in the same project, `/solana-ai-kit:doctor` warns about duplicate commands/hooks/MCP and advises picking one.5859## Task Routing (bundled skills)6061| User asks about... | Skill |62|--------------------|-------|63| Idea validation, "what should I build" | idea-sprint/SKILL.md |64| Pitch deck, demo day, investor or grant slides | pitch-deck/SKILL.md |65| Hackathon submission, demo script, track choice | hackathon/SKILL.md |66| Opt-in add-on skills/plugins/MCPs, "should I add X", extra capability not bundled | skill-registry.json |67| Protocol SDK depth (Jupiter, Metaplex, Helius, Raydium…), security audits, infra | add the upstream marketplace (Option A) or do the full install (Option B) |