Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .claude/skills/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: solana-dev
description: Unified skill hub for Solana development. Routes to external submodule skills (solana-foundation, sendai, solana-game, trailofbits, cloudflare, qedgen, colosseum, solana-new, ghostsecurity, defending-code) and local skills. Progressive disclosure — read only what you need.
description: Unified skill hub for Solana development. Routes to external submodule skills (solana-foundation, sendai, solana-game, trailofbits, cloudflare, qedgen, colosseum, solana-new, solana-tokenomics, ghostsecurity, defending-code) and local skills. Progressive disclosure — read only what you need.
user-invocable: true
---

Expand Down Expand Up @@ -204,6 +204,10 @@ From [quiknode-labs/solana-anchor-claude-skill](ext/quicknode-anchor/) — **ref

⚠ Reference only. `.claude/rules/anchor.md` governs all Anchor code style; do not follow this skill's `SKILL.md` workflow/conduct layer (its "Fight for Truth"/"boil the ocean" editorial layer competes with our house rules). The Anchor-pattern primary stays [ext/solana-dev → programs/anchor.md](ext/solana-dev/skill/references/programs/anchor.md).

From [solana-tokenomics](ext/solana-tokenomics/skill/) — design & pressure-test token economies (option-rich, not prescriptive):

- [ext/solana-tokenomics/skill/SKILL.md](ext/solana-tokenomics/skill/SKILL.md) — Tokenomics design across every lever: supply/emission options (fixed, capped, work-based, fiat-backed, algorithmic, fair-launch), the faucet→sink→hold flow balance, demand/utility & velocity, staking (real vs inflationary yield), liquidity & peg mechanisms, governance, Token-2022 selection, money-safe minting/settlement, and the securities/e-money compliance lines. Four archetypes: closed-loop loyalty, utility/work+staking, governance/DAO, pegged/stablecoin+LST.

## Task Routing

| User asks about... | Primary skill |
Expand Down Expand Up @@ -236,6 +240,7 @@ From [quiknode-labs/solana-anchor-claude-skill](ext/quicknode-anchor/) — **ref
| Vulnerability scanning | ext/trailofbits → solana-vulnerability-scanner/ |
| Formal verification, proofs | ext/qedgen → SKILL.md |
| Idea validation, competitive research, hackathon projects | ext/colosseum → colosseum-copilot/SKILL.md |
| Token economy / tokenomics design, emissions, staking, governance, peg, "is this a security?" | ext/solana-tokenomics → skill/SKILL.md |
| Security-first scaffolding, safe code generation | ext/safe-solana-builder → SKILL.md |
| Vercel deployment, Next.js, AI SDK, v0 | ext/vercel → skills/ |
| Idea validation, "what should I build" | idea-sprint/SKILL.md |
Expand Down
1 change: 1 addition & 0 deletions .claude/skills/ext/solana-tokenomics
Submodule solana-tokenomics added at 87fe59
15 changes: 15 additions & 0 deletions .claude/skills/skill-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,21 @@
"default_installed": false,
"safety": "caution: SaaS data-routing — queries and API key sent to mcp.nansen.ai (Nansen servers); key passed in request header; free tier 100 credits, paid ~$0.001/credit or $0.01–$0.05/x402 call; opt-in only",
"tags": ["analytics", "wallet-labeling", "smart-money", "on-chain-data", "solana", "multi-chain", "paid"]
},
{
"id": "solana-tokenomics",
"name": "Solana Tokenomics",
"type": "skill",
"domain": "tokenomics",
"description": "Design, model & pressure-test token economies on Solana from first principles to a shippable spec: supply/emission options (fixed, capped, work-based, fiat-backed, algorithmic, fair-launch), the faucet→sink→hold flow balance, demand/utility & velocity, staking (real vs inflationary yield), liquidity & peg mechanisms, governance, Token-2022 selection, money-safe minting/settlement, and the securities/e-money compliance lines. Four archetypes: closed-loop loyalty, utility/work+staking, governance/DAO, pegged/stablecoin+LST. Option-rich, not prescriptive.",
"source": "https://github.com/zupy-fmartinelli/solana-tokenomics-skill",
"install": { "method": "submodule", "command": "git submodule add https://github.com/zupy-fmartinelli/solana-tokenomics-skill .claude/skills/ext/solana-tokenomics", "env": [] },
"license": "MIT",
"maintainer": "zupy-fmartinelli",
"signal": { "stars": null, "last_commit": "2026-06-22", "reputability": "individual" },
"default_installed": false,
"safety": "clean — pure Markdown skill: no executables, no network calls, no runtime dependencies; install.sh only copies files into ~/.claude/skills",
"tags": ["tokenomics", "token-design", "token-economy", "emissions", "vesting", "staking", "governance", "stablecoin", "compliance", "token-2022", "defi"]
}
]
}
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@
[submodule ".claude/skills/ext/eth-to-sol"]
path = .claude/skills/ext/eth-to-sol
url = https://github.com/solana-foundation/eth-to-sol-skill
[submodule ".claude/skills/ext/solana-tokenomics"]
path = .claude/skills/ext/solana-tokenomics
url = https://github.com/zupy-fmartinelli/solana-tokenomics-skill