Main
Use the one-liner installer to copy a complete
.claude/configuration into your project; use--agentsfor other tools.Start with the included workflows/commands (build, test, deploy) and keep rules path-scoped to save tokens.
Use the optional MCP setup command (
/setup-mcp) to configure API keys for the preconfigured servers.Treat it as a template: rename CLAUDE-solana.md to CLAUDE.md and adapt agents/commands to your repo.
Source-backed notes
- README lists a config bundle: agents, commands, rules, and multiple MCP server integrations, plus a one-liner
install.sh. - README documents
--agentsinstalls and an optional MCP setup step (/setup-mcp).
FAQ
- Is this only for Claude Code?: README includes an
--agentsmode to install under.agents/for other tools. - Do I have to enable MCP?: No — MCP setup is optional; start with config/agents first.
- How do I keep it updated?: Use the update scripts referenced in the repo and re-run updates from project root.