diff --git a/.claude/skills/SKILL.md b/.claude/skills/SKILL.md index 7aaa093..524dcee 100644 --- a/.claude/skills/SKILL.md +++ b/.claude/skills/SKILL.md @@ -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 --- @@ -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 | @@ -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 | diff --git a/.claude/skills/ext/solana-tokenomics b/.claude/skills/ext/solana-tokenomics new file mode 160000 index 0000000..87fe598 --- /dev/null +++ b/.claude/skills/ext/solana-tokenomics @@ -0,0 +1 @@ +Subproject commit 87fe598fff992e71128a56b8cb9622777f8c90b6 diff --git a/.claude/skills/skill-registry.json b/.claude/skills/skill-registry.json index b36f118..892cbeb 100644 --- a/.claude/skills/skill-registry.json +++ b/.claude/skills/skill-registry.json @@ -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"] } ] } diff --git a/.gitmodules b/.gitmodules index 123ce4a..53dbf0f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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