A drop-in configuration layer for Claude Code that transforms it from a capable AI assistant into an enterprise-grade development powerhouse.
One git clone gives you 123 domain skills, 86 specialist agents, 109 community marketplaces with 12,300+ additional skills, 30 slash commands, 8 lifecycle hooks, 12 MCP server configs, and the GSD (Get Shit Done) project management framework β all auto-activating based on what you're working on. No manual configuration required.
How it works: Describe what you want in plain language. The toolkit's dynamic router detects context from your prompt and loads the right skills, agents, rules, and checklists automatically. No slash commands needed (though they're available if you prefer).
Who it's for: Developers who use Claude Code and want deeper domain expertise, structured workflows, and quality guardrails without manual setup.
Click the green "Use this template" button at the top of this repo to create your own copy with a clean commit history. Then clone your new repo to ~/.claude/.
Or clone directly if you prefer:
git clone --recurse-submodules https://github.com/travisjneuman/.claude.git ~/.claudegit clone https://github.com/travisjneuman/.claude.git ~/.claude
cd ~/.claude
git submodule update --init --recursive# Start Claude Code β the toolkit loads automatically
claude
# Run diagnostics
/health-check
# Start a structured project with GSD (flagship workflow tool)
/gsd:new-projectThat's it. The toolkit auto-activates from ~/.claude/ on every Claude Code session.
| Component | Count | Description |
|---|---|---|
| GSD Framework | v1.29 | Multi-phase project management with 57 commands β the flagship workflow tool |
| Skills | 123 | Domain expertise modules (React, security, DevOps, finance, etc.) |
| Agents | 86 | Specialist subagents for focused tasks (code review, debugging, etc.) |
| Commands | 94 | Slash commands: 30 base + 57 GSD + 7 router |
| Marketplace Repos | 109 | Community skill repositories (12,300+ additional skills) |
| Hooks | 9 | Lifecycle hooks (session start/stop, pre-commit, safety guards) |
| Templates | 17 | Project scaffolding and task templates |
| MCP Servers | 12 | Model Context Protocol server configurations |
| Rules | 9 | Stack-specific coding guardrails (TypeScript, Python, Go, Rust, etc.) |
π Skills by Category
| Category | Skills |
|---|---|
| Web Development | react-native, vue-development, svelte-development, flutter-development, pwa-development, electron-desktop, tauri-desktop, frontend-enhancer |
| Backend & API | api-design, graphql-expert, database-expert, microservices-architecture, event-driven-architecture, websockets-realtime, serverless-development |
| DevOps & Cloud | devops-cloud, monitoring-observability, performance-engineering, mobile-cicd |
| AI & Data | ai-ml-development, llm-app-development, data-science |
| Security | application-security, authentication-patterns |
| Mobile | android-development, ios-development, macos-native, kotlin-multiplatform, react-native, flutter-development |
| Quality | generic-code-reviewer, generic-feature-developer, generic-design-system, generic-ux-designer, test-specialist, tdd-workflow, debug-systematic, tech-debt-analyzer |
| Business | business-strategy, finance, marketing, sales, product-management, hr-talent, legal-compliance, risk-management, operations, innovation |
| Creative | brand-identity, graphic-design, video-production, audio-production, ui-animation, ui-research |
| Productivity | codebase-documenter, document-skills, content-repurposer, status-report-generator, core-workflow |
| Specialized | game-development, i18n-localization, seo-analytics-auditor, email-systems, payment-integration, product-analytics, growth-engineering, monetization-strategy |
| Blockchain & Web3 | blockchain-web3 (Solidity, DeFi, NFTs, Hardhat/Foundry) |
| Data Engineering | data-engineering (ETL, Airflow, dbt, Kafka, BigQuery/Snowflake) |
| Edge & IoT | edge-computing, embedded-iot (Cloudflare Workers, ESP32, FreeRTOS) |
| XR & Spatial | ar-vr-xr (Unity XR, WebXR, ARKit, Vision Pro) |
| Compliance | compliance-engineering (SOC2, HIPAA, GDPR, PCI-DSS) |
| Developer Tools | devex-sdk-design, low-code-platforms (SDK design, Retool, Supabase, n8n) |
| Non-Tech | travel-planner, event-planner, recipe-card-creator, health-wellness, career-path-planner, real-estate-analyzer |
See MASTER_INDEX.md for the full listing with descriptions.
Every prompt flows through a routing system that loads the best-fit resources on-demand β drawing from 123 built-in skills, 86 agents, 9 rules + 10 checklists, the GSD framework (57 commands), and 12,300+ community marketplace skills across 109 repos:
Your prompt
β
βΌ
ββββββββββββββββββββββββββββββββ
β CLAUDE.md Auto-Routing β β Keyword detection table
β (always loaded) β
ββββββββββββ¬ββββββββββββββββββββ
β
ββββββββββΌβββββββββ¬βββββββββββ¬βββββββββββββ
βΌ βΌ βΌ βΌ βΌ
ββββββββ ββββββββ ββββββββ βββββββββ ββββββββββββββ
βSkillsβ βRules β βAgentsβ β GSD β β Marketplaceβ
β(123) β β& Chk β β (86) β β (57) β β 110 reposβ
β β β β β β β β β 12,300+ moreβ
ββββββββ ββββββββ ββββββββ βββββββββ ββββββββββββββ
Example: Type "review this React component for security issues" and the router automatically loads the React/TypeScript stack guide, the security hardening checklist, and spawns the code reviewer agent β without any slash commands.
CLAUDE.md routes to docs and checklists on keyword match. Skills and agents auto-match from their descriptions β no explicit routing needed.
| Your prompt mentions... | Toolkit loads... |
|---|---|
| React, TypeScript | React/TS stack guide |
| Security, OWASP | Security hardening checklist |
| Deploy, CI/CD, Docker | Deployment workflow |
| Database, schema, SQL | Database design checklist |
| Performance, speed | Performance optimization checklist |
| UI, visual, CSS | UI/visual changes checklist |
| Research, investigate | Research methodology workflow |
| Monitoring, alerting | Monitoring & alerting design checklist |
| Any specialized domain | Best-fit skill + agent auto-matched, marketplace (6,900+) |
Hooks run automatically at key points in every session:
Session Start
βββ Pull all repos (background, 60s timeout)
βββ Load previous session context
Every Prompt
βββ Inject git branch + status into context
Before Bash Commands
βββ Block dangerous commands (rm -rf /, force push, etc.)
βββ Update doc counts before git commit
After File Edits
βββ Scan for leaked secrets
Session Stop
βββ Save session summary for next time
Session End (exit/clear/logout)
βββ Final session summary on exit
See hooks/README.md for the full hook reference.
The GSD Framework by gsd-build is the most powerful component of this toolkit. It transforms Claude Code from a task-runner into a full project management system with multi-phase planning, autonomous execution, verification loops, and session continuity. Check out the GSD repo for full documentation, updates, and to support the creators.
Quick start:
/gsd:new-project # Initialize a new project with deep context gathering
/gsd:plan-phase 1 # Create a detailed plan for phase 1
/gsd:execute-phase 1 # Execute with atomic commits and checkpoints
/gsd:verify-work # Validate against success criteria
/gsd:next # Automatically advance to the next stepWhat makes it special:
- 30 slash commands covering the full project lifecycle β from idea capture to PR shipping
- Autonomous mode (
/gsd:autonomous) β runs discuss β plan β execute per phase without interaction - Session continuity β pause mid-phase, come back later,
/gsd:resume-workpicks up exactly where you left off - Milestone tracking β multi-milestone projects with requirements tracing and coverage gates
- Agent orchestration β spawns specialized subagents for research, planning, execution, and verification
Key commands: /gsd:new-project, /gsd:progress, /gsd:next, /gsd:autonomous, /gsd:debug, /gsd:ship, /gsd:fast (quick inline tasks)
See the GSD repository for the full guide. GSD activates automatically when you describe multi-phase work β no need to invoke it manually.
πͺ Marketplace β 109 repos, 12,300+ skills
The toolkit aggregates 109 community skill repositories as git submodules in plugins/marketplaces/. All are read-only (fetch but never push). Skills span security (Trail of Bits), full-stack development, scientific computing, SAP/enterprise, Elixir, Terraform, creative writing, and more. Some marketplace repos are installed as plugins, making their agents, commands, and skills fully active in the routing system alongside built-in resources. Non-installed repos contribute discoverable skills via keyword search.
# Search marketplace skills
find ~/.claude/plugins/marketplaces -name "SKILL.md" | xargs grep -li "kubernetes"
# Update all marketplace repos
bash ~/.claude/_pull-all-repos.shSee docs/MARKETPLACE-GUIDE.md for the full catalog.
π‘οΈ Safety Guards
The guard-dangerous.sh hook blocks dangerous commands before execution:
| Blocked Pattern | Risk |
|---|---|
rm -rf / / rm -rf ~ |
Filesystem destruction |
git push --force |
Overwrite remote history |
DROP TABLE / TRUNCATE TABLE |
Database destruction |
git reset --hard origin |
Discard all local changes |
git clean -fd |
Delete untracked files |
curl ... | sh |
Pipe-to-shell (RCE) |
npm publish |
Accidental package publication |
chmod -R 777 |
Overly permissive permissions |
docker system prune -a |
Destroy all Docker resources |
Additional safety: pre-write-validate.sh blocks writes to .env, .ssh, .gnupg, *.pem, and *.key files. secret-scan.sh scans every file edit for leaked API keys and tokens.
π₯οΈ Cross-Platform
All hooks use a Node.js-based runner (hooks/run-hook.js) that resolves paths via os.homedir(). This avoids WSL path issues on Windows where ~ resolves to /root/ instead of the Windows user home.
On Windows, the runner explicitly prefers Git Bash (C:\Program Files\Git\usr\bin\bash.exe) over WSL bash to prevent drive mount failures on network drives.
| Platform | Shell | Notes |
|---|---|---|
| macOS | /bin/bash |
Standard bash via Git or Homebrew |
| Linux | /bin/bash |
Standard bash |
| Windows | Git Bash (preferred) | Avoids WSL drive mount errors |
π€ Agent Teams
For complex tasks, spawn multiple specialist agents to work in parallel:
- Code review from multiple angles β security, performance, tests
- Cross-layer features β frontend + backend + database agents
- Competing hypotheses β debug with parallel investigation
Agent types include architecture analysts, debugging specialists, performance optimizers, security auditors, test generators, and 50+ more. See agents/README.md.
π MCP Servers
12 MCP server configurations available (all disabled by default for token efficiency):
| Server | Purpose |
|---|---|
sequential-thinking |
Structured reasoning chains |
playwright |
Browser testing & automation |
memory |
Persistent memory across sessions |
sqlite / postgres |
Database operations |
github / git |
Enhanced GitHub/git operations |
chrome-devtools |
Browser debugging & profiling |
context7 |
Enhanced context retrieval |
Enable on-demand via /mcp. See docs/MCP-SERVERS.md.
π Session Continuity
The toolkit maintains context between sessions automatically:
- Session stop β
session-stop-summary.shsaves working directory, branch, recent commits, active tasks, and pending todos to~/.claude/last-session.md - Session start β
session-start-context.shinjects the previous session context (if < 72 hours old) - Repo sync β
session-start-pull.shpulls all repos in the background on startup
| File | Purpose |
|---|---|
CLAUDE.md |
Core rules, auto-routing table, code standards |
settings.json |
Claude Code settings, hook registrations, permissions |
.mcp.json |
MCP server definitions |
counts.json |
Resource counts (source of truth) |
plugin.json |
Plugin metadata |
Add your own project directories to auto-pull:
cp ~/.claude/.env.example ~/.claude/.env.local
# Edit CUSTOM_PROJECT_DIRS="/path/to/your/projects"Switch action mode between proactive (default) and conservative β see docs/reference/workflows/action-policy.md.
Disable a hook β edit settings.json and remove the hook entry.
The toolkit uses a two-layer architecture:
- This repo (
~/.claude/) β Shared configuration, cloned on every machine - Machine-specific (
.env.local,known_marketplaces.json) β Gitignored, per-device
git clone --recurse-submodules https://github.com/travisjneuman/.claude.git ~/.claude
cp ~/.claude/.env.example ~/.claude/.env.local
# Edit .env.local with machine-specific paths
bash ~/.claude/scripts/fix-marketplace-paths.shSee docs/NEW-DEVICE-SETUP.md for the full walkthrough.
| Platform | Status | Shell | Notes |
|---|---|---|---|
| macOS | Full support | bash/zsh | Notifications via osascript |
| Linux | Full support | bash | Notifications via notify-send |
| Windows 11 | Full support | Git Bash | Hooks use Node.js runner to avoid WSL issues |
| WSL | Works | bash | Native Linux behavior inside WSL |
Requirements: Node.js (comes with Claude Code), Git, bash (Git Bash on Windows).
March 2026 β Comprehensive audit, GSD promotion, new repos, full domain coverage
- GSD (Get Shit Done) promoted: Now the flagship feature with dedicated README section, Quick Start integration, and routing diagram inclusion. 57 commands for full project lifecycle management.
- 6 new marketplace repos:
blader/humanizer(11.4K stars),phuryn/pm-skills(8.3K stars, 100+ PM skills),Lum1104/Understand-Anything(6.6K stars),SawyerHood/dev-browser(4.9K stars),slavingia/skills(4.5K stars),millionco/expect(2.3K stars). Now 109 repos total. - Submodule cleanup: Fixed orphaned directories, standardized all .gitmodules naming, verified no_push protection on 100% of marketplace repos
- Full domain coverage: New skills and agents for blockchain/Web3, data engineering, embedded/IoT, edge computing, compliance, and more
- New stack rules: Added Go, Rust, Java/Kotlin, C/C++, Swift/iOS, Flutter/Dart rules β path-scoped for zero token cost when not relevant
- Count synchronization: All counts now accurate across README, plugin.json, counts.json (127 skills, 86 agents, 94 commands, 110 repos)
Earlier in March 2026:
- Marketplace routing: All repos now surface naturally by domain β routing coverage went from 23% to 100%
- CLAUDE.md condensed: Auto-routing table reduced from 72 to 29 rows, saving ~600 tokens per conversation
- start-task trimmed: 156 β 82 lines, removed duplication with CLAUDE.md
See CHANGELOG.md for the full history.
| Document | Description |
|---|---|
| CLAUDE.md | Core rules and auto-routing table |
| GSD Framework | Get Shit Done framework β project lifecycle management (by gsd-build) |
| CHANGELOG.md | Version history |
| Architecture | System design and component interactions |
| Setup Guide | First-time installation walkthrough |
| New Device Setup | Multi-machine configuration |
| Workflow Guide | Development workflow patterns |
| Marketplace Guide | Community skill catalog |
| Agent Teams | Multi-agent coordination |
| Auto-Claude Guide | Autonomous coding framework |
| MCP Servers | MCP server reference |
| Configuration | Full settings.json reference |
| Folder Structure | Directory layout and purpose |
| Skills Index | All 123 skills with descriptions |
| Agents Index | All 86 agents with descriptions |
This toolkit follows three core principles:
- Everything activates dynamically. Describe what you want β the system loads what's needed. No memorizing commands.
- Token efficiency over completeness. Domain content loads on-demand, not upfront. Unused skills cost zero tokens.
- Safety by default. Dangerous commands are blocked, secrets are scanned, protected files are guarded β all before you make a mistake.
Maintained by Travis Neuman Β· claude.travisjneuman.com Β· MIT License
