claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Developer Tools

.claude

The Ultimate Claude Code Toolkit — 127 skills, 86 agents, 109 marketplace repos (11,700+ community skills), 30 commands, 8 hooks, GSD framework. Drop-in ~/.c…

// Developer Tools[ cli ][ api ][ desktop ][ web ][ mobile ][ claude ]#claude#agents#ai-coding#ai-tools#anthropic#claude-ai#claude-code#devtoolsMIT$open-sourceupdated 15 days ago
Actively maintained
98/100
last commit 9 days ago
last release none
releases 0
open issues 2
// install
git clone https://github.com/travisjneuman/.claude
tjn.claude/ — The Ultimate Claude Code Toolkit

🚀 What Is This?

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 127 domain skills, 86 specialist agents, 108 community marketplaces with 13,700+ additional skills, 30 slash commands, 15 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.


⚡ Quick Start

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/.

One-Line Install

Or clone directly if you prefer:

git clone https://github.com/travisjneuman/.claude.git ~/.claude

Initialize Marketplace Clones

git clone https://github.com/travisjneuman/.claude.git ~/.claude
cd ~/.claude
bash ~/.claude/scripts/init-marketplaces.sh

Verify Installation

# Start Claude Code — the toolkit loads automatically
claude

# Run diagnostics
/health-check

# Start a structured project with GSD (flagship workflow tool)
/gsd:new-project

That's it. The toolkit auto-activates from ~/.claude/ on every Claude Code session.


📦 What's Included

ComponentCountDescription
GSD Frameworkv1.29Multi-phase project management with 57 commands — the flagship workflow tool
Skills127Domain expertise modules (React, security, DevOps, finance, etc.)
Agents86Specialist subagents for focused tasks (code review, debugging, etc.)
Commands94Slash commands: 30 base + 57 GSD + 7 router
Marketplace Repos108Community skill repositories (13,700+ additional skills)
Hooks15Lifecycle hooks (session start/stop, pre-commit, safety guards)
Templates17Project scaffolding and task templates
MCP Servers12Model Context Protocol server configurations
Rules9Stack-specific coding guardrails (TypeScript, Python, Go, Rust, etc.)
📋 Skills by Category
CategorySkills
Web Developmentreact-native, vue-development, svelte-development, flutter-development, pwa-development, electron-desktop, tauri-desktop, frontend-enhancer
Backend & APIapi-design, graphql-expert, database-expert, microservices-architecture, event-driven-architecture, websockets-realtime, serverless-development
DevOps & Clouddevops-cloud, monitoring-observability, performance-engineering, mobile-cicd
AI & Dataai-ml-development, llm-app-development, data-science
Securityapplication-security, authentication-patterns
Mobileandroid-development, ios-development, macos-native, kotlin-multiplatform, react-native, flutter-development
Qualitygeneric-code-reviewer, generic-feature-developer, generic-design-system, generic-ux-designer, test-specialist, tdd-workflow, debug-systematic, tech-debt-analyzer
Businessbusiness-strategy, finance, marketing, sales, product-management, hr-talent, legal-compliance, risk-management, operations, innovation
Creativebrand-identity, graphic-design, video-production, audio-production, ui-animation, ui-research
Productivitycodebase-documenter, document-skills, content-repurposer, status-report-generator, core-workflow
Specializedgame-development, i18n-localization, seo-analytics-auditor, email-systems, payment-integration, product-analytics, growth-engineering, monetization-strategy
Blockchain & Web3blockchain-web3 (Solidity, DeFi, NFTs, Hardhat/Foundry)
Data Engineeringdata-engineering (ETL, Airflow, dbt, Kafka, BigQuery/Snowflake)
Edge & IoTedge-computing, embedded-iot (Cloudflare Workers, ESP32, FreeRTOS)
XR & Spatialar-vr-xr (Unity XR, WebXR, ARKit, Vision Pro)
Compliancecompliance-engineering (SOC2, HIPAA, GDPR, PCI-DSS)
Developer Toolsdevex-sdk-design, low-code-platforms (SDK design, Retool, Supabase, n8n)
Non-Techtravel-planner, event-planner, recipe-card-creator, health-wellness, career-path-planner, real-estate-analyzer

See MASTER_INDEX.md for the full listing with descriptions.


⚙️ How It Works

Dynamic Routing

Every prompt flows through a routing system that loads the best-fit resources on-demand — drawing from 127 built-in skills, 86 agents, 9 rules + 10 checklists, the GSD framework (57 commands), and 13,000+ community marketplace skills across 109 repos:

 Your prompt
     │
     ▼
 ┌──────────────────────────────┐
 │  CLAUDE.md Auto-Routing      │  ← Keyword detection table
 │  (always loaded)             │
 └──────────┬───────────────────┘
            │
   ┌────────┼────────┬──────────┬────────────┐
   ▼        ▼        ▼          ▼            ▼
┌──────┐ ┌──────┐ ┌──────┐ ┌───────┐ ┌────────────┐
│Skills│ │Rules │ │Agents│ │  GSD  │ │ Marketplace│
│(127) │ │& Chk │ │ (86) │ │  (57) │ │ 109 repos│
│      │ │      │ │      │ │       │ │ 13,700+ 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.

Auto-Routing Table (from CLAUDE.md)

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, TypeScriptReact/TS stack guide
Security, OWASPSecurity hardening checklist
Deploy, CI/CD, DockerDeployment workflow
Database, schema, SQLDatabase design checklist
Performance, speedPerformance optimization checklist
UI, visual, CSSUI/visual changes checklist
Research, investigateResearch methodology workflow
Monitoring, alertingMonitoring & alerting design checklist
Any specialized domainBest-fit skill + agent auto-matched, marketplace (6,900+)

Hook Lifecycle

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.


🚢 GSD — Get Shit Done (Flagship)

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 step

What 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-work picks 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.


🔑 Key Features

🏪 Marketplace — 109 repos, 13,700+ skills

The toolkit aggregates 108 community skill repositories as ignored local clones 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.sh

See docs/MARKETPLACE-GUIDE.md for the full catalog.

🛡️ Safety Guards

The guard-dangerous.sh hook blocks dangerous commands before execution:

Blocked PatternRisk
rm -rf / / rm -rf ~Filesystem destruction
git push --forceOverwrite remote history
DROP TABLE / TRUNCATE TABLEDatabase destruction
git reset --hard originDiscard all local changes
git clean -fdDelete untracked files
curl ... | shPipe-to-shell (RCE)
npm publishAccidental package publication
chmod -R 777Overly permissive permissions
docker system prune -aDestroy 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.

PlatformShellNotes
macOS/bin/bashStandard bash via Git or Homebrew
Linux/bin/bashStandard bash
WindowsGit 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):

ServerPurpose
sequential-thinkingStructured reasoning chains
playwrightBrowser testing & automation
memoryPersistent memory across sessions
sqlite / postgresDatabase operations
github / gitEnhanced GitHub/git operations
chrome-devtoolsBrowser debugging & profiling
context7Enhanced context retrieval

Enable on-demand via /mcp. See docs/MCP-SERVERS.md.

🔄 Session Continuity

The toolkit maintains context between sessions automatically:

  1. Session stopsession-stop-summary.sh saves working directory, branch, recent commits, active tasks, and pending todos to ~/.claude/last-session.md
  2. Session startsession-start-context.sh injects the previous session context (if < 72 hours old)
  3. Repo syncsession-start-pull.sh pulls all repos in the background on startup

🛠️ Configuration

Key Files

FilePurpose
CLAUDE.mdCore rules, auto-routing table, code standards
settings.jsonClaude Code settings, hook registrations, permissions
.mcp.jsonMCP server definitions
counts.jsonResource counts (source of truth)
plugin.jsonPlugin metadata

Common Customizations

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.


🖥️ Multi-Machine Setup

The toolkit uses a two-layer architecture:

  1. This repo (~/.claude/) — Shared configuration, cloned on every machine
  2. Machine-specific (.env.local, known_marketplaces.json) — Gitignored, per-device

New Device Setup

git clone 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.sh

See docs/NEW-DEVICE-SETUP.md for the full walkthrough.


💻 Platform Support

PlatformStatusShellNotes
macOSFull supportbash/zshNotifications via osascript
LinuxFull supportbashNotifications via notify-send
Windows 11Full supportGit BashHooks use Node.js runner to avoid WSL issues
WSLWorksbashNative Linux behavior inside WSL

Requirements: Node.js (comes with Claude Code), Git, bash (Git Bash on Windows).


🆕 What's New

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). Current manifest: 109 repos total.
  • Marketplace clone cleanup: Fixed orphaned directories, standardized the .gitmodules manifest, verified no_push protection on marketplace clones
  • 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, 109 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.


📚 Documentation

DocumentDescription
CLAUDE.mdCore rules and auto-routing table
GSD FrameworkGet Shit Done framework — project lifecycle management (by gsd-build)
CHANGELOG.mdVersion history
ArchitectureSystem design and component interactions
Setup GuideFirst-time installation walkthrough
New Device SetupMulti-machine configuration
Workflow GuideDevelopment workflow patterns
Marketplace GuideCommunity skill catalog
Agent TeamsMulti-agent coordination
Auto-Claude GuideAutonomous coding framework
MCP ServersMCP server reference
ConfigurationFull settings.json reference
Folder StructureDirectory layout and purpose
Skills IndexAll 127 skills with descriptions
Agents IndexAll 86 agents with descriptions

💡 Philosophy

This toolkit follows three core principles:

  1. Everything activates dynamically. Describe what you want — the system loads what's needed. No memorizing commands.
  2. Token efficiency over completeness. Domain content loads on-demand, not upfront. Unused skills cost zero tokens.
  3. 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

.claude

// compatibility

Platformscli, api, desktop, web, mobile
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageJavaScript

// faq

What is .claude?

The Ultimate Claude Code Toolkit — 127 skills, 86 agents, 109 marketplace repos (11,700+ community skills), 30 commands, 8 hooks, GSD framework. Drop-in ~/.claude config that auto-activates the right resources from your prompt. Zero config required.. It is open-source on GitHub.

Is .claude free to use?

.claude is open-source under the MIT license, so it is free to use.

What category does .claude belong to?

.claude is listed under automation in the Claudeers registry of Claude-compatible tools.

0 views
80 stars
unclaimed
updated 15 days ago

// embed badge

.claude on Claudeers
[![Claudeers](https://claudeers.com/api/badge/claude.svg)](https://claudeers.com/claude)

// retro hit counter

.claude hit counter
[![Hits](https://claudeers.com/api/counter/claude.svg)](https://claudeers.com/claude)

// reviews

// guestbook

0/500

// related in Developer Tools

🔓

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Curs…

// devtoolsaffaan-m/JavaScript225,699MIT[ claude ]
🔓

Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA

// devtoolsgarrytan/TypeScript119,234MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// devtoolssafishamsi/Python80,484MIT[ claude ]
🔓

🙌 OpenHands: AI-Driven Development

// devtoolsOpenHands/Python79,324NOASSERTION[ claude ]
Connectorlinks several projects together across the ecosystem · 9 connections
→ see how .claude connects across the ecosystem