/new-solana
Scaffold a new Solana Anchor program
$ npx -y skills add ArcticWolfXZ/claude-codex-crypto-devkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/new-solana
Context preview
What this command does when you run it.
Scaffold a new Solana Anchor program
Command definition
new-solana.mddescription: Scaffold a new Solana Anchor program argument-hint: [program_name] allowed-tools: Bash(node:*), Bash(anchor:*), Bash(solana:*)
node "${CLAUDE_PLUGIN_ROOT}/scripts/devkit.mjs" new-solana $ARGUMENTSFollow Anchor workflow in skill `anchor` and `docs/chains/solana.md`.
The missing crypto toolbox for AI-assisted development on Mac. One installer. One plugin. Full smart-contract lifecycle — scaffold, test, audit, deploy — without juggling ten repos and copy-pasted snippets.
Repo: ArcticWolfXZ/claude-codex-crypto-devkit
Other commands on claude-codex-crypto-devkit.
- /audit
Run security audit checklist on current smart contract project
Open command - /deploy-testnet
Guided testnet deploy for EVM chains (Base, ETH, Arb, Polygon)
Open command - /new-evm
Scaffold a new EVM contract (Foundry) — ERC20 template or custom
Open command - /rpc
List RPC endpoints and chain profiles
Open command - /setup
Initialize Crypto DevKit — chains, RPC slots, template paths on macOS
Open command - /test
Run contract tests — forge test or anchor test
Open command

