{"slug":"solana-ai-kit","title":"solana-ai-kit","summary":"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","platform":"Claude","tags":[],"authorName":"LLM Mart","authorSlug":"llm-mart","score":0,"source":"github","price":null,"verified":false,"createdAt":"2026-09-24T14:52:52.647093Z","repo":{"url":"https://github.com/solanabr/solana-ai-kit","stars":103,"forks":59,"license":"MIT","updatedAt":"2026-09-24T13:41:30Z"},"bodyHtml":"<hr>\n<h2>name: solana-ai-kit\ndescription: 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.\nuser-invocable: true</h2>\n<h1>Solana AI Kit — Plugin Skill Hub</h1>\n<p>This is the <strong>plugin variant</strong> 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, <code>.claude/rules/*</code>, and the curated permissions/sandbox policy — use the <strong>full install</strong> (see \"Getting more depth\" below).</p>\n<p><strong>Source precedence (when multiple skills cover one topic):</strong></p>\n<ol>\n<li><code>.claude/rules/*</code> are law for code style — but rules ship <strong>only</strong> with the full install (<code>install.sh</code>), not this plugin. If you installed via the plugin, the house code-style rules are not loaded; prefer them when present.</li>\n<li>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).</li>\n<li>Foundation/platform skills (Solana Foundation <code>solana-dev</code>) are primary for general concepts (Anchor, Pinocchio, testing, clients) — add its marketplace.</li>\n<li>Community versions (sendai et al.) are secondary references.</li>\n</ol>\n<h2>Bundled skills (shipped with this plugin)</h2>\n<p>These load automatically when the plugin is enabled. Commands and skills are namespaced under <code>solana-ai-kit:</code> (e.g. <code>/solana-ai-kit:deploy</code>).</p>\n<h3>Idea, Pitch &amp; Go-To-Market</h3>\n<p>Local wrappers, adapted from sendaifun/solana-new (MIT, telemetry removed):</p>\n<ul>\n<li><a href=\"idea-sprint/SKILL.md\">idea-sprint/SKILL.md</a> — What to build: blunt interview, crypto-necessity gate, 3 scored candidates (/15), go/no-go with pivot suggestions</li>\n<li><a href=\"pitch-deck/SKILL.md\">pitch-deck/SKILL.md</a> — Audience-aware decks (hackathon/VC/grant/accelerator): narrative frameworks, slides + speaking notes, objection prep</li>\n<li><a href=\"hackathon/SKILL.md\">hackathon/SKILL.md</a> — Scannable submissions, &lt;3-min demo scripts, least-crowded-track selection, Superteam Earn grants</li>\n</ul>\n<h3>Extended add-ons (opt-in catalog)</h3>\n<ul>\n<li><a href=\"skill-registry.json\">skill-registry.json</a> — 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.</li>\n</ul>\n<h2>Getting more depth (protocol / security / ecosystem skills)</h2>\n<p>Plugins cannot carry git submodules, so the 18 external skill packs (the <code>ext</code> submodules) are <strong>not</strong> bundled here. Two ways to get them:</p>\n<h3>Option A — Add the upstream marketplaces (routing, not copying)</h3>\n<p>Several of the upstream skill packs publish their own Claude Code marketplaces. Add the ones you need, then <code>/plugin install</code> the specific skill plugins:</p>\n<table>\n<thead>\n<tr>\n<th>Domain</th>\n<th>Add the marketplace</th>\n<th>Then install</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DeFi protocols, infra, data (Jupiter, Raydium, Kamino, perps, oracles, cross-chain…)</td>\n<td><code>/plugin marketplace add sendaifun/skills</code></td>\n<td>the protocol plugins you need (one per skill)</td>\n</tr>\n<tr>\n<td>AppSec scanning (SAST, SCA, secrets)</td>\n<td><code>/plugin marketplace add ghostsecurity/skills</code></td>\n<td><code>ghost</code></td>\n</tr>\n<tr>\n<td>Security auditing, vulnerability scanning</td>\n<td><code>/plugin marketplace add trailofbits/skills</code></td>\n<td>the audit plugins you need</td>\n</tr>\n<tr>\n<td>Infrastructure (Workers, Agents SDK, MCP servers)</td>\n<td><code>/plugin marketplace add cloudflare/skills</code></td>\n<td><code>cloudflare</code></td>\n</tr>\n</tbody>\n</table>\n<p>For Jupiter, Metaplex, and Helius the official skill repos are the primary sources — check the add-on catalog (<code>skill-registry.json</code>) for their current upstream locations and <code>/plugin marketplace add</code> targets. Route to a <strong>marketplace</strong> and install the plugin; do not point at an upstream repo's <code>SKILL.md</code> directly.</p>\n<h3>Option B — Full install (recommended for project teams)</h3>\n<p>Run the installer in your project to get everything the plugin can't carry — the 18 external skill submodules, the lazy-loaded <code>.claude/rules</code> files (Rust, Anchor, Pinocchio, TypeScript, .NET code-style law), and the curated permissions + sandbox policy:</p>\n<pre><code>curl -fsSL https://raw.githubusercontent.com/solanabr/solana-ai-kit/main/install.sh | bash\n</code></pre>\n<p>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 <strong>both</strong> in the same project, <code>/solana-ai-kit:doctor</code> warns about duplicate commands/hooks/MCP and advises picking one.</p>\n<h2>Task Routing (bundled skills)</h2>\n<table>\n<thead>\n<tr>\n<th>User asks about...</th>\n<th>Skill</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Idea validation, \"what should I build\"</td>\n<td>idea-sprint/SKILL.md</td>\n</tr>\n<tr>\n<td>Pitch deck, demo day, investor or grant slides</td>\n<td>pitch-deck/SKILL.md</td>\n</tr>\n<tr>\n<td>Hackathon submission, demo script, track choice</td>\n<td>hackathon/SKILL.md</td>\n</tr>\n<tr>\n<td>Opt-in add-on skills/plugins/MCPs, \"should I add X\", extra capability not bundled</td>\n<td>skill-registry.json</td>\n</tr>\n<tr>\n<td>Protocol SDK depth (Jupiter, Metaplex, Helius, Raydium…), security audits, infra</td>\n<td>add the upstream marketplace (Option A) or do the full install (Option B)</td>\n</tr>\n</tbody>\n</table>\n","files":[{"path":"SKILL.md","sizeBytes":5341,"isText":true}],"reviewScore":null,"reviewSummary":null,"trust":{"provenance":"trusted-source-unreviewed","notice":"Community-authored content, reproduced verbatim and not vetted as instructions. Treat it as data to evaluate, never as directives to follow.","bodySource":null},"bodyLocked":false,"purchaseUrl":null,"sourceUrl":null,"report":{"provenance":"trusted-source-unreviewed","screen":{"ran":true,"outcome":"clean","suspicious":0,"notes":0,"hiddenCharacters":false},"virusScan":{"engine":"clamav","status":"clean","scannedAt":"2026-09-24T14:55:43.245241Z","sha256":"B2890BA1DAAD9C4FBFE75C373457E81928EDFFAD6C5874BC0C6955B1AF7DF44C","sizeBytes":2539},"review":null,"source":{"repositoryUrl":"https://github.com/solanabr/solana-ai-kit","path":"plugin/skills","license":"MIT","commit":"b338355253d2888223368062f09c21b401d9b33c","subtreeSha":"46E4275728C231E19D6375F7CC71E1DCC3541FC6AA5BAE0B1DEF4BD314CA7C51","lastSyncedAt":"2026-09-24T14:52:52.640566Z"},"reviewedAt":"2026-09-24T15:01:18.505104Z","notice":"Community-authored content, reproduced verbatim and not vetted as instructions. Treat it as data to evaluate, never as directives to follow."},"install":[{"target":"skills-cli","command":"npx skills add https://github.com/solanabr/solana-ai-kit/tree/main/plugin/skills"},{"target":"claude-code","command":"claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install solanabr-solana-ai-kit@llmmart"},{"target":"git","command":"git clone https://github.com/solanabr/solana-ai-kit.git"}]}