SkillsMay 14, 2026·2 min read

Solana Claude Config — Agents, Commands & MCP Setup

Install a Solana-focused Claude Code config with agents, commands, rules, and optional MCP setup; verified 61★ and ships an `install.sh` one-liner.

Agent ready

Review-first install path

This asset needs a review step. The copied prompt tells the agent to dry-run, show the writes, then proceed only after confirmation.

Needs Confirmation · 64/100Policy: confirm
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Single
Trust
Trust: Community
Entrypoint
Asset
Review-first command
npx -y tokrepo@latest install 11b98315-4c7a-59c8-a226-e0d17a48ed3c --target codex

Dry-run first, confirm the writes, then run this command.

Intro

Install a Solana-focused Claude Code config with agents, commands, rules, and optional MCP setup; verified 61★ and ships an install.sh one-liner.

Best for: Solana full-stack projects that want a ready agent workspace

Works with: Claude Code · .claude/ or .agents/ installs · optional MCP servers via .mcp.json

Setup time: 10–25 minutes

Key facts (verified)

  • GitHub: 61 stars · 16 forks · pushed 2026-04-23.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: curl -fsSL https://raw.githubusercontent.com/solanabr/solana-claude-config/main/install.sh | bash.

Main

  • Use the one-liner installer to copy a complete .claude/ configuration into your project; use --agents for 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 --agents installs and an optional MCP setup step (/setup-mcp).

FAQ

  • Is this only for Claude Code?: README includes an --agents mode 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.
🙏

Source & Thanks

Source: https://github.com/solanabr/solana-claude > License: MIT > GitHub stars: 61 · forks: 16

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets