A complete configuration package for Claude Code, including 90+ skills, agents, commands, hooks, MCP servers, and plugins.
# 1. Clone and install (fast, skip plugins)
git clone https://github.com/Danservfinn/claude-code-setup-v2.git ~/claude-code-setup
cd ~/claude-code-setup && chmod +x install.sh && ./install.sh --skip-plugins
# 2. Configure API keys (edit these files)
# ~/.claude/settings.json - Add ANTHROPIC_AUTH_TOKEN and ANTHROPIC_BASE_URL
# ~/.mcp.json - Add your MCP server credentials
# 3. Enable plugins
claude /plugins# 1. Clone repo
git clone https://github.com/Danservfinn/claude-code-setup-v2.git
# 2. Create bot config from template
cp claude-code-setup/bot-config.json my-bot-config.json
# Edit: Set botId, botName, enabledPlugins, enabledSkills
# 3. Run bot installer
./claude-code-setup/install-bot.sh --config my-bot-config.jsoncurl -fsSL https://raw.githubusercontent.com/Danservfinn/claude-code-setup-v2/main/install.sh | bashConfigure my Claude Code instance according to this repository:
https://github.com/Danservfinn/claude-code-setup-v2
1. Clone the repo: git clone https://github.com/Danservfinn/claude-code-setup-v2.git ~/claude-code-setup
2. Run the installer: cd ~/claude-code-setup && ./install.sh --skip-plugins
3. Configure API keys in ~/.claude/settings.json and ~/.mcp.json
4. Enable plugins: claude /plugins
Make sure to:
- Set ANTHROPIC_AUTH_TOKEN and ANTHROPIC_BASE_URL in settings.json
- Configure MCP server credentials in ~/.mcp.json
- Enable desired plugins: claude-mem, hookify, superpowers, beads
See MAC_SETUP.md for detailed Mac setup instructions.
# Clone and run installer
git clone https://github.com/Danservfinn/claude-code-setup-v2.git
cd claude-code-setup
chmod +x install.sh
./install.shOr run directly:
curl -fsSL https://raw.githubusercontent.com/Danservfinn/claude-code-setup-v2/main/install.sh | bash| Plugin | Source | Description |
|---|---|---|
claude-mem |
thedotmack | Memory and context management |
hookify |
claude-plugins-official | Hook creation and management |
ralph-loop |
claude-plugins-official | Autonomous loop execution |
feature-dev |
claude-plugins-official | Feature development workflow |
playwright |
claude-plugins-official | Browser automation with Playwright |
supabase |
claude-plugins-official | Supabase integration |
vercel |
claude-plugins-official | Vercel deployment integration |
code-simplifier |
claude-plugins-official | Code simplification tools |
chrome-devtools-mcp |
chrome-devtools-plugins | Chrome DevTools integration |
agent-orchestration |
claude-code-workflows | Multi-agent orchestration |
beads |
beads-marketplace | Workflow beads system |
backend-development |
claude-code-workflows | Backend development agents |
frontend-mobile-development |
claude-code-workflows | Frontend/mobile development |
payment-processing |
claude-code-workflows | Payment integration helpers |
python-development |
claude-code-workflows | Python development agents |
ralph-wiggum |
claude-code-plugins | Enhanced capabilities |
frontend-design |
claude-plugins-official | Frontend design tools |
agent-sdk-dev |
claude-plugins-official | Agent SDK development |
code-review |
claude-plugins-official | Automated code review |
database-migrations |
claude-code-workflows | Database migration helpers |
stripe |
claude-plugins-official | Stripe integration |
commit-commands |
claude-code-plugins | Git commit helpers |
feature-dev |
claude-code-plugins | Feature development |
| Marketplace | Repository |
|---|---|
| claude-plugins-official | anthropics/claude-plugins-official |
| claude-code-plugins | anthropics/claude-code |
| claude-code-workflows | wshobson/agents |
| chrome-devtools-plugins | ChromeDevTools/chrome-devtools-mcp |
| thedotmack | thedotmack/claude-mem |
| beads-marketplace | steveyegge/beads |
| awesome-claude-skills | ComposioHQ/awesome-claude-skills |
| anthropic-agent-skills | anthropics/skills |
| payload-marketplace | payloadcms/payload |
Specialized capabilities including:
Development
senior-frontend- React, Next.js, TypeScript frontend developmentsenior-backend- Node.js, Express, API developmentsenior-fullstack- Full-stack application developmentsenior-devops- CI/CD, infrastructure, deployment
AI/ML
senior-ml-engineer- ML model development and deploymentsenior-data-scientist- Data analysis and modelingsenior-computer-vision- Vision AI and image processingsenior-data-engineer- Data pipelines and ETLsenior-prompt-engineer- LLM prompt optimization
Architecture & Leadership
senior-architect- System architecture designcto-advisor- Technical leadership guidanceceo-advisor- Executive strategyproduct-strategist- Product development strategyc-suite- Executive-level business operations
Quality & Review
code-reviewer- Automated code reviewsystematic-debugging- Root cause analysishorde-review- Multi-domain critical reviewverification-before-completion- Pre-completion checkssubagent-driven-development- Multi-agent development
Workflow & Automation
ship-it- Deployment automationbrainstorming- Creative explorationwriting-plans- Implementation planningexecuting-plans- Plan executiondispatching-parallel-agents- Parallel task management
Design & UX
frontend-design- UI/UX designux-researcher-designer- User researchui-design-system- Design system creationtheme-factory- Theme stylingweb-artifacts-builder- Complex artifact creation
Business & Operations
kurultai-coo- Business operationsparse-cfo- Financial operationsmolt- Moltbot configuration
Content & Documentation
content-research-writer- Research-based writingchangelog-generator- Release notes generationskill-creator- Custom skill development
Horde Skills (Multi-Agent)
golden-horde- Master orchestration skill (9 patterns, 60+ agents)horde-implement- Implementation pipeline executionhorde-plan- Comprehensive implementation planninghorde-review- Multi-domain critical reviewhorde-swarm- Parallel agent dispatchhorde-test- Comprehensive testing with parallel agentshorde-debug- Systematic debugging workflowshorde-learn- Knowledge extraction and learninghorde-prompt- Prompt engineering optimizationhorde-skill-creator- Custom skill developmenthorde-brainstorming- Creative exploration patternssubagent-driven-development- Multi-agent development
And more...
Expert agents for specific domains:
agent-expert- Create specialized Claude Code agentsarchitect-reviewer- Architecture consistency reviewdata-scientist- Data analysis and modelingdocumentation-expert- Technical documentationfrontend-developer- React and frontend developmentnextjs-architecture-expert- Next.js optimizationpython-pro- Python expertisesecurity-auditor- Security reviewmlops-engineer- ML operationsdependency-manager- Dependency analysisarchitecture-modernizer- System modernizationreact-performance-optimizer- React optimizationurl-context-validator- URL validationurl-link-extractor- Link extractionweb-accessibility-checker- Accessibility audits
| Server | Purpose |
|---|---|
chrome-devtools |
Chrome DevTools Protocol integration |
notion-slim |
Notion API integration |
railway |
Railway deployment management |
railway-logs |
Railway log analysis |
postgres-prod |
Production PostgreSQL access |
postgres-local |
Local PostgreSQL access |
bullmq-prod |
BullMQ job queue management |
mercury-banking |
Mercury banking API |
generate-tests- Generate test files for code
If you prefer to install components individually:
cp -r skills/* ~/.claude/skills/cp agents/*.md ~/.claude/agents/cp commands/*.md ~/.claude/commands/cp config/mcp.json ~/.claude/mcp.json# Review and merge with your existing settings
cat config/settings.jsonMain Claude Code settings including enabled plugins and thinking mode.
Local permission rules for auto-approved tools (git, python, etc.)
Claude MCP server configuration (copy to ~/.claude/mcp.json).
Alternative MCP configuration format.
Create a directory in skills/ with a skill.md file:
---
name: my-skill
description: "Description of what this skill does"
---
Your skill instructions here...Create a .md file in agents/:
---
name: my-agent
description: "When to use this agent..."
color: blue
---
You are a specialist in...- Claude Code installed
- Node.js (for MCP servers)
- Python with uv (for custom MCP servers)
- Git
Default configuration uses:
- Model: Opus (claude-opus-4-5)
- Always Thinking: Enabled
- Permission Mode: Default
Automated installation for OpenClaw agents and headless environments.
# Clone and run bot installer
git clone https://github.com/Danservfinn/claude-code-setup-v2.git
cd claude-code-setup
# Create your bot configuration from the template
cp bot-config.json my-bot-config.json
# Edit my-bot-config.json with your agent's settings
# Install with your config
./install-bot.sh --config my-bot-config.jsonThe bot-config.json file defines how OpenClaw agents configure their Claude Code instance:
{
"botId": "my-agent",
"botName": "My Agent",
"environment": "production",
"description": "Brief description of your agent's purpose",
"claudeConfig": {
"model": "opus",
"alwaysThinkingEnabled": true,
"permissionMode": "default"
},
"enabledPlugins": ["claude-mem", "hookify"],
"enabledSkills": [],
"environmentVariables": {}
}See schemas/bot-config.schema.json for the full schema.
Use the Python configuration script for advanced automation:
# Validate a configuration
python scripts/configure-claude.py --config my-bot-config.json --validate
# Generate config with overrides
python scripts/configure-claude.py \
--config bot-config.json \
--override "claudeConfig.model=sonnet" \
--output /tmp/my-config.json
# Generate settings.json from bot config
python scripts/configure-claude.py \
--config my-bot-config.json \
--settings-output /tmp/settings.jsonBot installation supports these environment variables:
CLAUDE_DIR- Claude config directory (default:~/.claude)BOT_INSTALL_AUTOMATED- Set totrueto auto-accept promptsBOT_INSTALL_BACKUP- Set tofalseto skip config backups
Environment variables in bot-config.json can use the {{env.VAR_NAME}} syntax for runtime substitution.
MIT
Feel free to submit PRs for new skills, agents, or improvements!