Awesome Claude Code Toolkit
rohitg00's comprehensive toolkit of Claude Code resources — curated MCP servers, hooks patterns, agent templates, and deployment guides for production use.
Claude Code Toolkit
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 150+ plugins, 20 hooks, 15 rules, 7 templates, 8 MCP configs, and more.
Quick Install
Plugin marketplace (recommended):
/plugin marketplace add rohitg00/awesome-claude-code-toolkit
Manual clone:
git clone https://github.com/rohitg00/awesome-claude-code-toolkit.git ~/.claude/plugins/claude-code-toolkit
One-liner:
curl -fsSL https://raw.githubusercontent.com/rohitg00/awesome-claude-code-toolkit/main/setup/install.sh | bash
Table of Contents
- Plugins (150+)
- Agents (135)
- Skills (35 curated + community)
- Commands (42)
- Hooks (20 scripts)
- Rules (15)
- Templates (7)
- MCP Configs (8)
- Contexts (5)
- Examples (3)
- Companion Apps & GUIs
- Ecosystem
- Setup
- Contributing
Plugins
Over 150 production-ready plugins that extend Claude Code with domain-specific capabilities.
Featured
| Plugin | Stars | Description |
|---|---|---|
| pro-workflow | 1,400+ | Battle-tested Claude Code workflows from power users. Self-correcting memory, parallel worktrees, wrap-up rituals, 8 hook types, 5 agents, and the 80/20 AI coding ratio. Install: /plugin marketplace add rohitg00/pro-workflow |
| everything-claude-code | 78,600+ | The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, OpenCode, Cursor, and beyond. |
| gstack | 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release Manager, and QA Engineer. 15K+ stars in 5 days. |
All Plugins
| Plugin | Description |
|---|---|
| aws-cost-saver | AWS cost optimization scanner with 173 automated checks, ML-powered rightsizing, and Zero Hallucination Pricing - Real result: 60% cost reduction |
| claude-agentic-coding-playbook | Evidence-based practices for LLM-assisted development -- hooks, skills, scripts, and a best-practices guide with 58 citations. Includes 19+ guard/lifecycle hooks, investigation workflow, fleet indexing, and claude-loop for autonomous task queues. |
| claude-code-mcp | Run Claude Code as a one-shot MCP server -- an agent in your agent. Permissions bypassed automatically. By Peter Steinberger. 1,100+ stars |
| claude-code-system-prompts | Extracted system prompts from Claude Code -- 18 builtin tool descriptions, sub-agent prompts, utility prompts. Updated for each release. 5,900+ stars |
| claude-context | Semantic code search MCP server by Zilliz (Milvus creators). Hybrid BM25 + dense vector search. ~40% token reduction. 5,600+ stars |
| claude-cost-optimizer | Save 30-60% on Claude Code costs -- 6 deep-dive guides, 15 ranked strategies, 12 CLAUDE.md templates, token estimator, usage analyzer, and copy-paste configs |
| a11y-audit | Full accessibility audit with WCAG compliance checking |
| accessibility-checker | Scan for accessibility issues and fix ARIA attributes in web applications |
| adr-writer | Architecture Decision Records authoring and management |
| ai-prompt-lab | Improve and test AI prompts for better Claude Code interactions |
| analytics-reporter | Generate analytics reports and dashboard configurations from project data |
| android-developer | Android and Kotlin development with Jetpack Compose |
| api-architect | API design, documentation, and testing with OpenAPI spec generation |
| api-benchmarker | API endpoint benchmarking and performance reporting |
| api-reference | API reference documentation generation from source code |
| api-tester | Test API endpoints and run load tests against services |
| aws-helper | AWS service configuration and deployment automation |
| azure-helper | Azure service configuration and deployment automation |
| backend-architect | Backend service architecture design with endpoint scaffolding |
| bug-detective | Debug issues systematically with root cause analysis and execution tracing |
| Bouncer | Independent quality gate that uses Gemini to audit Claude Code's output. Includes Stop hook (automatic), quick audit skill, and deep audit with full tool access. One-liner install. |
| ccmanager | Coding agent session manager supporting Claude Code, Gemini CLI, Codex, Cursor, Copilot, Cline, OpenCode, Kimi CLI. Smart auto-approval via Haiku, devcontainer support. 940+ stars |
| ccpm | Project management using GitHub Issues + Git worktrees for parallel agent execution. Issue-analyze, epic-start, epic-merge commands. 7,600+ stars |
| ccusage | CLI for analyzing Claude Code/Codex usage from local JSONL files. Daily, monthly, session, billing-window reports. Offline, zero API calls. 11,500+ stars |
| bundle-analyzer | Frontend bundle size analysis and tree-shaking optimization |
| chief | CLI that wraps Claude Code in a loop. Define a PRD, run chief, go do anything else. Commits after each task, picks up where it left off. Homebrew installable. 380+ stars |
| changelog-gen | Generate changelogs from git history with conventional commit parsing |
| changelog-writer | Detailed changelog authoring from git history and PRs |
| ci-debugger | Debug CI/CD pipeline failures and fix configurations |
| claude-hooks-mastery | Complete mastery guide for Claude Code hooks -- UV single-file Python scripts, sub-agents, meta-agent, team-based validation, AI-generated audio feedback. 3,300+ stars |
| claude-mem | Automatically captures everything Claude does, compresses with AI, injects relevant context into future sessions. SQLite + full-text search. 35,900+ stars |
| claude-notifications-go | Cross-platform smart notifications -- 6 types, click-to-focus, context analysis, webhooks. Single Go binary, zero deps. 340+ stars |
| claude-recap | Per-topic session memory using Shell hooks — archives each conversation topic as a separate Markdown summary. Two hooks, bash + Node.js, 100% local |
| claude-sounds | Audio feedback for Claude Code hooks — 10 events, 21 sounds, random rotation. macOS (afplay). |
| claude-supermemory | Persistent memory across sessions and projects using Supermemory. User profile injection at session start, automatic conversation capture. 2,300+ stars |
| code-architect | Generate architecture diagrams and technical design documents |
| code-explainer | Explain complex code and annotate files with inline documentation |
| code-guardian | Automated code review, security scanning, and quality enforcement |
| code-review-assistant | Automated code review with severity levels and actionable feedback |
| codebase-documenter | Auto-document entire codebase with inline comments and API docs |
| color-contrast | Color contrast checking and accessible color suggestions |
| commit-commands | Advanced commit workflows with smart staging and push automation |
| complexity-reducer | Reduce cyclomatic complexity and simplify functions |
| compliance-checker | Regulatory compliance verification for GDPR, SOC2, and HIPAA |
| content-creator | Technical content generation for blog posts and social media |
| context7-docs | Fetch up-to-date library documentation via Context7 for accurate coding |
| contract-tester | API contract testing with Pact for microservice compatibility |
| create-worktrees | Git worktree management for parallel development workflows |
| cron-scheduler | Cron job configuration and schedule validation |
| css-cleaner | Find unused CSS and consolidate stylesheets |
| data-privacy | Data privacy implementation with PII detection and anonymization |
| database-optimizer | Database query optimization with index recommendations and EXPLAIN analysis |
| dead-code-finder | Find and remove dead code across the codebase |
| debug-session | Interactive debugging workflow with git bisect integration |
| dependency-manager | Audit, update, and manage project dependencies with safety checks |
| deploy-pilot | Deployment automation with Dockerfile generation, CI/CD pipelines, and infrastructure as code |
| desktop-app | Desktop application scaffolding with Electron or Tauri |
| devops-automator | DevOps automation scripts for CI/CD, health checks, and deployments |
| discuss | Debate implementation approaches with structured pros and cons analysis |
| claw-army/claude-node | Python subprocess bridge for Claude Code CLI, giving Python code direct access to Claude Code native capabilities via stream-json |
| discoclaw | Personal AI orchestrator that bridges Discord to Claude Code with durable memory, task tracking, and cron-based automation |
| jarvis | Turns an idle Claude Max subscription into a 24/7 AI ops system — Discord bot, 76 scheduled tasks, 12 AI teams, local LanceDB RAG, 98% context compression via Nexus CIG, and 4-layer self-healing infrastructure. Uses claude -p headless mode at $0 extra cost. |
| jarvis-company-board | Real-time AI agent collaboration board built on Next.js 15 and SQLite WAL — 8 named AI board members debate decisions via SSE push, with a DEV task approval workflow and Railway deploy support. |
| dna-claude-analysis | Personal genome analysis toolkit that analyzes raw DNA data across 17 categories and generates a terminal-style HTML dashboard |
| doc-forge | Documentation generation, API docs, and README maintenance |
| docker-helper | Build optimized Docker images and improve Dockerfile best practices |
| double-check | Verify code correctness with systematic second-pass analysis |
| e2e-runner | End-to-end test execution and recording for web applications |
| embedding-manager | Manage vector embeddings and similarity search |
| env-manager | Set up and validate environment configurations across environments |
| env-sync | Environment variable syncing and diff across environments |
| experiment-tracker | ML experiment tracking with metrics logging and run comparison |
| explore | Smart codebase exploration with dependency mapping and structure analysis |
| feature-dev | Full feature development workflow from spec to completion |
| finance-tracker | Development cost tracking with time estimates and budget reporting |
| fix-github-issue | Auto-fix GitHub issues by analyzing issue details and implementing solutions |
| fix-pr | Fix PR review comments automatically with context-aware patches |
| flutter-mobile | Flutter app development with widget creation and platform channels |
| frontend-developer | Frontend component development with accessibility and responsive design |
| gcp-helper | Google Cloud Platform service configuration and deployment |
| git-flow | Git workflow management with feature branches, releases, and hotfix flows |
| github-issue-manager | GitHub issue triage, creation, and management |
| helm-charts | Helm chart generation and upgrade management |
| import-organizer | Organize, sort, and clean import statements |
| infrastructure-maintainer | Infrastructure maintenance with security audits and update management |
| ios-developer | iOS and Swift development with SwiftUI views and models |
| k8s-helper | Generate Kubernetes manifests and debug pod issues with kubectl |
| license-checker | License compliance checking and NOTICE file generation |
| lighthouse-runner | Run Lighthouse audits and fix performance issues |
| lightcms | AI-native CMS with 41 MCP tools for managing websites through natural language — pages, templates, assets, themes, collections, redirects, and more with full content versioning |
| linear-helper | Linear issue tracking integration and workflow management |
| load-tester | Load and stress testing for APIs and web services |
| memory-profiler | Memory leak detection and heap analysis |
| migrate-tool | Generate database migrations and code migration scripts for framework upgrades |
| migration-generator | Database migration generation and rollback management |
| model-context-protocol | MCP server development helper with tool and resource scaffolding |
| model-evaluator | Evaluate and compare ML model performance metrics |
| monitoring-setup | Monitoring and alerting configuration with dashboard generation |
| monorepo-manager | Manage monorepo packages with affected detection and version synchronization |
| mutation-tester | Mutation testing to measure test suite quality |
| myclaude | Multi-agent orchestration routing tasks to Claude Code, Codex, Gemini, and OpenCode based on complexity. OmO skill for intelligent routing. 2,400+ stars |
| n8n-workflow | Generate n8n automation workflows from natural language descriptions |
| onboarding-guide | New developer onboarding documentation generator |
| oh-my-claudecode | Teams-first multi-agent orchestration. 19 specialized agents, 28 skills. Full autonomous execution, Socratic questioning, N coordinated agents. 9,900+ stars |
| onWatch | Open-source Go CLI that tracks AI API quota usage across 7 providers (Synthetic, Z.ai, Anthropic, Codex, GitHub Copilot, MiniMax, Antigravity) with a background daemon (<50 MB RAM), zero telemetry, and a Material Design 3 web dashboard |
| opcode | Tauri 2 desktop GUI and toolkit for Claude Code. Manage sessions, create custom agents with visual editor, usage analytics, MCP integration. 21,000+ stars |
| openapi-expert | OpenAPI spec generation, validation, and client code scaffolding |
| optimize | Code optimization for performance and bundle size reduction |
| peon-ping | Warcraft III Peon voice notifications (+ StarCraft, Portal, Zelda) for Claude Code and other agents. Desktop banners, auto-detects SSH/devcontainers. 3,900+ stars |
| perf-profiler | Performance analysis, profiling, and optimization recommendations |
| performance-monitor | Profile API endpoints and run benchmarks to identify performance bottlenecks |
| plan | Structured planning with risk assessment and time estimation |
| pr-reviewer | Review pull requests with structured analysis and approve with confidence |
| product-shipper | Ship features end-to-end with launch checklists and rollout plans |
| production-grade | 14-agent autonomous pipeline — PM, Architect, Backend, Frontend, QA, Security, Code Review, DevOps, SRE, Data Scientist, Technical Writer, Skill Maker, Polymath co-pilot. Two-wave parallel execution, brownfield-safe. |
| project-scaffold | Scaffold new projects and add features with best-practice templates |
| prompt-optimizer | Analyze and optimize AI prompts for better results |
| pulse | Local Channel plugin — push notifications into Claude Code sessions via HTTP POST. No Discord/Slack needed, just curl. Three levels (info/warn/error), source tracking, dedup. |
| PUIUX Pilot | Auto-configures Claude Code hooks, MCPs, and skills for any project. Scans 95+ project types, selects from 28+ hooks, scores quality (0-100), translates configs across AI tools. Safe: dry-run, atomic writes, backup + rollback. |
| python-expert | Python-specific development with type hints and idiomatic refactoring |
| query-optimizer | SQL query optimization and execution plan analysis |
| rag-builder | Build Retrieval-Augmented Generation pipelines |
| rapid-prototyper | Quick prototype scaffolding with minimal viable structure |
| react-native-dev | React Native mobile development with platform-specific optimizations |
| readme-generator | Smart README generation from project analysis |
| refactor-engine | Extract functions, simplify complex code, and reduce cognitive complexity |
| regex-builder | Build, test, and debug regular expression patterns |
| release-manager | Semantic versioning management and automated release workflows |
| responsive-designer | Responsive design implementation and testing |
| schema-designer | Database schema design and ERD generation |
| screen-reader-tester | Screen reader compatibility testing and ARIA fixes |
| security-guidance | Security best practices advisor with vulnerability detection and fixes |
| seed-generator | Database seeding script generation with realistic data |
| slack-notifier | Slack integration for deployment and build notifications |
| smart-commit | Intelligent git commits with conventional format, semantic analysis, and changelog generation |
| sprint-prioritizer | Sprint planning with story prioritization and capacity estimation |
| technical-sales | Technical demo creation and POC proposal writing |
| the-pragmatic-pm | PM leadership toolkit with 43 skills, 5 agents, 4 workflows. Covers PRD generation, OKR lifecycle, pricing, AI pricing, positioning, sales enablement, and quarterly planning. |
| terraform-helper | Terraform module creation and infrastructure planning |
| test-data-generator | Generate realistic test data and seed databases |
| test-results-analyzer | Analyze test failures, identify patterns, and suggest targeted fixes |
| test-writer | Generate comprehensive unit and integration tests with full coverage |
| tool-evaluator | Evaluate and compare developer tools with structured scoring criteria |
| type-migrator | Migrate JavaScript files to TypeScript with proper types |
| ui-designer | Implement UI designs from specs with pixel-perfect component generation |
| ultrathink | Deep analysis mode with extended reasoning for complex problems |
| unit-test-generator | Generate comprehensive unit tests for any function or module |
| update-branch | Rebase and update feature branches with conflict resolution |
| vision-specialist | Image and visual analysis with screenshot interpretation and text extraction |
| vibe-kanban | Kanban-based orchestration for 10+ coding agents (Claude Code, Codex, Gemini CLI, Copilot, Amp). Isolated git worktrees per agent, inline diff review. 23,200+ stars |
| visual-regression | Visual regression testing with screenshot comparison |
| wshobson/agents | 112 specialized agents, 16 multi-agent workflow orchestrators, 146 skills, 79 tools in 72 focused plugins. 31,300+ stars |
| web-dev | Full-stack web development with app scaffolding and page generation |
| workflow-optimizer | Development workflow analysis and optimization recommendations |
| background-timer | Background timer with task notifications -- set delayed checks without blocking conversation |
| claude-sounds | Audio feedback for Claude Code hooks -- 10 events, 21 sounds, random rotation, customizable (macOS) |
Installing a Plugin
/plugin install claude-code-toolkit@smart-commit
Or install all plugins at once:
/plugin install claude-code-toolkit
Agents
One hundred thirty-five specialized agents organized into ten categories. Each agent defines a persona, system instructions, and tool access patterns.
Core Development (13 agents)
| Agent | File | Purpose |
|---|---|---|
| Fullstack Engineer | fullstack-engineer.md | End-to-end feature delivery across frontend, backend, and database |
| API Designer | api-designer.md | RESTful API design with OpenAPI, versioning, and pagination |
| Frontend Architect | frontend-architect.md | Component architecture, state management, performance |
| Mobile Developer | mobile-developer.md | Cross-platform mobile with React Native and Flutter |
| Backend Developer | backend-developer.md | Node.js/Express/Fastify backend services |
| GraphQL Architect | graphql-architect.md | Schema design, resolvers, federation, DataLoader |
| Microservices Architect | microservices-architect.md | Distributed systems, event-driven, saga patterns |
| WebSocket Engineer | websocket-engineer.md | Real-time communication, Socket.io, scaling |
| UI Designer | ui-designer.md | UI/UX implementation, design systems, Figma-to-code |
| Electron Developer | electron-developer.md | Electron desktop apps, IPC, native OS integration |
| API Gateway Engineer | api-gateway-engineer.md | API gateway patterns, rate limiting, auth proxies |
| Monorepo Architect | monorepo-architect.md | Turborepo/Nx workspace strategies, dependency graphs |
| Event-Driven Architect | event-driven-architect.md | Event sourcing, CQRS, message queues, distributed events |
Language Experts (25 agents)
| Agent | File | Purpose |
|---|---|---|
| TypeScript | typescript-specialist.md | Type-safe patterns, generics, module design |
| Python | python-engineer.md | Pythonic patterns, packaging, async |
| Rust | rust-systems.md | Ownership, lifetimes, trait design |
| Go | golang-developer.md | Interfaces, goroutines, error handling |
| Next.js | nextjs-developer.md | App Router, RSC, ISR, server actions |
| React | react-specialist.md | React 19, hooks, state management |
| Django | django-developer.md | Django 5+, DRF, ORM optimization |
| Rails | rails-expert.md | Rails 7+, Hotwire, ActiveRecord |
| Java | java-architect.md | Spring Boot 3+, JPA, microservices |
| Kotlin | kotlin-specialist.md | Coroutines, Ktor, multiplatform |
| Flutter | flutter-expert.md | Flutter 3+, Dart, Riverpod |
| C# | csharp-developer.md | .NET 8+, ASP.NET Core, EF Core |
| PHP | php-developer.md | PHP 8.3+, Laravel 11, Eloquent |
| Elixir | elixir-expert.md | OTP, Phoenix LiveView, Ecto |
| Angular | angular-architect.md | Angular 17+, signals, standalone components |
| Vue | vue-specialist.md | Vue 3, Composition API, Pinia, Nuxt |
| Svelte | svelte-developer.md | SvelteKit, runes, form actions |
| Swift | swift-developer.md | SwiftUI, iOS 17+, Combine, structured concurrency |
| Scala | scala-developer.md | Akka actors, Play Framework, Cats Effect |
| Haskell | haskell-developer.md | Pure FP, monads, type classes, GHC extensions |
| Lua | lua-developer.md | Game scripting, Neovim plugins, LuaJIT |
| Zig | zig-developer.md | Systems programming, comptime, allocator strategies |
| Clojure | clojure-developer.md | REPL-driven development, Ring/Compojure, ClojureScript |
| OCaml | ocaml-developer.md | Type inference, pattern matching, Dream framework |
| Nim | nim-developer.md | Metaprogramming, GC strategies, C/C++ interop |
Infrastructure (11 agents)
| Agent | File | Purpose |
|---|---|---|
| Cloud Architect | cloud-architect.md | AWS, GCP, Azure provisioning and IaC |
| DevOps Engineer | devops-engineer.md | CI/CD, containerization, monitoring |
| Database Admin | database-admin.md | Schema design, query tuning, replication |
| Platform Engineer | platform-engineer.md | Internal developer platforms, service catalogs |
| Kubernetes Specialist | kubernetes-specialist.md | Operators, CRDs, service mesh, Istio |
| Terraform Engineer | terraform-engineer.md | IaC, module design, state management, multi-cloud |
| Network Engineer | network-engineer.md | DNS, load balancers, CDN, firewall rules |
| SRE Engineer | sre-engineer.md | SLOs, error budgets, incident response, postmortems |
| Deployment Engineer | deployment-engineer.md | Blue-green, canary releases, rolling updates |
| Security Engineer | security-engineer.md | IAM policies, mTLS, secrets management, Vault |
| Incident Responder | incident-responder.md | Incident triage, runbooks, communication, recovery |
Quality Assurance (10 agents)
| Agent | File | Purpose |
|---|---|---|
| Code Reviewer | code-reviewer.md | PR review with security and performance focus |
| Test Architect | test-architect.md | Test strategy, pyramid, coverage targets |
| Security Auditor | security-auditor.md | Vulnerability scanning, OWASP compliance |
| Performance Engineer | performance-engineer.md | Load testing, profiling, optimization |
| Accessibility Specialist | accessibility-specialist.md | WCAG compliance, ARIA, screen readers |
| Chaos Engineer | chaos-engineer.md | Chaos testing, fault injection, resilience validation |
| Penetration Tester | penetration-tester.md | OWASP Top 10 assessment, vulnerability reporting |
| QA Automation | qa-automation.md | Test automation frameworks, CI integration |
| Compliance Auditor | compliance-auditor.md | SOC 2, GDPR, HIPAA compliance checking |
| Error Detective | error-detective.md | Error tracking, stack trace analysis, root cause ID |
Data & AI (15 agents)
| Agent | File | Purpose |
|---|---|---|
| AI Engineer | ai-engineer.md | AI application integration, RAG, agents |
| ML Engineer | ml-engineer.md | ML pipelines, training, evaluation |
| Data Scientist | data-scientist.md | Statistical analysis, visualization |
| Data Engineer | data-engineer.md | ETL pipelines, Spark, data warehousing |
| LLM Architect | llm-architect.md | Fine-tuning, model selection, serving |
| Prompt Engineer | prompt-engineer.md | Prompt optimization, structured outputs |
| MLOps Engineer | mlops-engineer.md | Model serving, monitoring, A/B testing |
| NLP Engineer | nlp-engineer.md | NLP pipelines, embeddings, classification |
| Database Optimizer | database-optimizer.md | Query optimization, indexing, partitioning |
| Computer Vision | computer-vision-engineer.md | Image classification, object detection, PyTorch |
| Recommendation Engine | recommendation-engine.md | Collaborative filtering, content-based, hybrid |
| ETL Specialist | etl-specialist.md | Data pipelines, schema evolution, data quality |
| Vector DB Engineer | vector-database-engineer.md | FAISS, Pinecone, Qdrant, Weaviate, embeddings |
| Data Visualization | data-visualization.md | D3.js, Chart.js, Matplotlib, Plotly dashboards |
| Feature Engineer | feature-engineer.md | Feature stores, pipelines, encoding strategies |
Developer Experience (15 agents)
| Agent | File | Purpose |
|---|---|---|
| CLI Developer | cli-developer.md | CLI tools with Commander, yargs, clap |
| DX Optimizer | dx-optimizer.md | Developer experience, tooling, ergonomics |
| Documentation Engineer | documentation-engineer.md | Technical writing, API docs, guides |
| Build Engineer | build-engineer.md | Build systems, bundlers, compilation |
| Dependency Manager | dependency-manager.md | Dependency audit, updates, lockfiles |
| Refactoring Specialist | refactoring-specialist.md | Code restructuring, dead code removal |
| Legacy Modernizer | legacy-modernizer.md | Legacy codebase migration strategies |
| MCP Developer | mcp-developer.md | MCP server and tool development |
| Tooling Engineer | tooling-engineer.md | ESLint, Prettier, custom tooling |
| Git Workflow Manager | git-workflow-manager.md | Branching strategies, CI, CODEOWNERS |
| API Documentation | api-documentation.md | OpenAPI/Swagger, Redoc, interactive examples |
| Monorepo Tooling | monorepo-tooling.md | Changesets, workspace deps, version management |
| VS Code Extension | vscode-extension.md | LSP integration, custom editors, webview panels |
| Testing Infrastructure | testing-infrastructure.md | Test runners, CI splitting, flaky test management |
| Developer Portal | developer-portal.md | Backstage, service catalogs, self-service infra |
Specialized Domains (15 agents)
| Agent | File | Purpose |
|---|---|---|
| Blockchain Developer | blockchain-developer.md | Smart contracts, Solidity, Web3 |
| Game Developer | game-developer.md | Game logic, ECS, state machines |
| Embedded Systems | embedded-systems.md | Firmware, RTOS, hardware interfaces |
| Fintech Engineer | fintech-engineer.md | Financial systems, compliance, precision |
| IoT Engineer | iot-engineer.md | MQTT, edge computing, digital twins |
| Payment Integration | payment-integration.md | Stripe, PCI DSS, 3D Secure |
| SEO Specialist | seo-specialist.md | Structured data, Core Web Vitals |
| E-Commerce Engineer | e-commerce-engineer.md | Cart, inventory, order management |
| Healthcare Engineer | healthcare-engineer.md | HIPAA, HL7 FHIR, medical data pipelines |
| Real Estate Tech | real-estate-tech.md | MLS integration, geospatial search, valuations |
| Education Tech | education-tech.md | LMS, SCORM/xAPI, adaptive learning, assessments |
| Media Streaming | media-streaming.md | HLS/DASH, transcoding, CDN, adaptive bitrate |
| Geospatial Engineer | geospatial-engineer.md | PostGIS, spatial queries, mapping APIs, tiles |
| Robotics Engineer | robotics-engineer.md | ROS2, sensor fusion, motion planning, SLAM |
| Voice Assistant | voice-assistant.md | STT, TTS, dialog management, Alexa/Google |
Business & Product (12 agents)
| Agent | File | Purpose |
|---|---|---|
| Product Manager | product-manager.md | PRDs, user stories, RICE prioritization |
| Technical Writer | technical-writer.md | Documentation, style guides |
| UX Researcher | ux-researcher.md | Usability testing, survey design |
| Project Manager | project-manager.md | Sprint planning, Agile, task tracking |
| Scrum Master | scrum-master.md | Ceremonies, velocity, retrospectives |
| Business Analyst | business-analyst.md | Requirements analysis, process mapping |
| Content Strategist | content-strategist.md | SEO content, editorial calendars, topic clustering |
| Growth Engineer | growth-engineer.md | A/B testing, analytics, funnel optimization |
| Customer Success | customer-success.md | Ticket triage, knowledge base, health scoring |
| Sales Engineer | sales-engineer.md | Technical demos, POCs, integration guides |
| Legal Advisor | legal-advisor.md | ToS, privacy policies, software licenses |
| Marketing Analyst | marketing-analyst.md | Campaign analysis, attribution, ROI tracking |
Orchestration (8 agents)
| Agent | File | Purpose |
|---|---|---|
| Task Coordinator | task-coordinator.md | Routes work between agents, manages handoffs |
| Context Manager | context-manager.md | Context compression, session summaries |
| Workflow Director | workflow-director.md | Multi-agent pipeline orchestration |
| Agent Installer | agent-installer.md | Install and configure agent collections |
| Knowledge Synthesizer | knowledge-synthesizer.md | Compress info, build knowledge graphs |
| Performance Monitor | performance-monitor.md | Track token usage, measure response quality |
| Error Coordinator | error-coordinator.md | Handle errors across multi-agent workflows |
| Multi-Agent Coordinator | multi-agent-coordinator.md | Parallel agent execution, merge outputs |
Research & Analysis (11 agents)
| Agent | File | Purpose |
|---|---|---|
| Research Analyst | research-analyst.md | Technical research, evidence synthesis |
| Competitive Analyst | competitive-analyst.md | Market positioning, feature comparison |
| Trend Analyst | trend-analyst.md | Technology trend forecasting |
| Data Researcher | data-researcher.md | Data analysis, pattern recognition |
| Search Specialist | search-specialist.md | Information retrieval, source evaluation |
| Patent Analyst | patent-analyst.md | Patent searches, prior art, IP landscape |
| Academic Researcher | academic-researcher.md | Literature reviews, citation analysis, methodology |
| Market Researcher | market-researcher.md | Market sizing, TAM/SAM/SOM, competitive intel |
| Security Researcher | security-researcher.md | CVE analysis, threat modeling, attack surface |
| Benchmarking Specialist | benchmarking-specialist.md | Performance benchmarks, comparative evals |
| Technology Scout | technology-scout.md | Emerging tech evaluation, build-vs-buy analysis |
Using Agents
Reference an agent in your CLAUDE.md:
## Agents
- Use `agents/core-development/fullstack-engineer.md` for feature development
- Use `agents/quality-assurance/code-reviewer.md` for PR reviews
- Use `agents/data-ai/prompt-engineer.md` for prompt optimization
Skills
Thirty-five curated skill modules included in this repo, with access to 400,000+ additional skills via the SkillKit marketplace. Each included skill teaches Claude Code domain-specific patterns with code examples, anti-patterns, and checklists.
| Skill | Directory | What It Teaches |
|---|---|---|
| TDD Mastery | skills/tdd-mastery/ | Red-green-refactor, test-first design, coverage targets |
| API Design Patterns | skills/api-design-patterns/ | RESTful conventions, versioning, pagination, error responses |
| Database Optimization | skills/database-optimization/ | Query planning, indexing, N+1 prevention, connection pooling |
| Frontend Excellence | skills/frontend-excellence/ | Component architecture, state management, performance budgets |
| Security Hardening | skills/security-hardening/ | Input validation, auth patterns, secrets management, CSP |
| DevOps Automation | skills/devops-automation/ | Infrastructure as code, GitOps, monitoring, incident response |
| Continuous Learning | skills/continuous-learning/ | Session summaries, learning logs, pattern extraction |
| React Patterns | skills/react-patterns/ | Hooks, server components, suspense, error boundaries |
| Python Best Practices | skills/python-best-practices/ | Type hints, dataclasses, async/await, packaging |
| Go Idioms | skills/golang-idioms/ | Error handling, interfaces, concurrency, project layout |
| Django Patterns | skills/django-patterns/ | DRF, ORM optimization, signals, middleware |
| Spring Boot Patterns | skills/springboot-patterns/ | JPA, REST controllers, layered architecture |
| Next.js Mastery | skills/nextjs-mastery/ | App Router, RSC, ISR, server actions, middleware |
| GraphQL Design | skills/graphql-design/ | Schema design, DataLoader, subscriptions, pagination |
| Kubernetes Operations | skills/kubernetes-operations/ | Deployments, Helm charts, HPA, troubleshooting |
| Docker Best Practices | skills/docker-best-practices/ | Multi-stage builds, compose, image optimization |
| AWS Cloud Patterns | skills/aws-cloud-patterns/ | Lambda, DynamoDB, CDK, S3 event processing |
| CI/CD Pipelines | skills/ci-cd-pipelines/ | GitHub Actions, GitLab CI, matrix builds |
| Microservices Design | skills/microservices-design/ | Event-driven architecture, saga pattern, service mesh |
| TypeScript Advanced | skills/typescript-advanced/ | Generics, conditional types, mapped types, discriminated unions |
| Rust Systems | skills/rust-systems/ | Ownership, traits, async patterns, error handling |
| Prompt Engineering | skills/prompt-engineering/ | Chain-of-thought, few-shot, structured outputs |
| MCP Development | skills/mcp-development/ | MCP server tools, resources, transport setup |
| PostgreSQL Optimization | skills/postgres-optimization/ | EXPLAIN ANALYZE, indexes, partitioning, JSONB |
| Redis Patterns | skills/redis-patterns/ | Caching, rate limiting, pub/sub, streams, Lua scripts |
| Monitoring & Observability | skills/monitoring-observability/ | OpenTelemetry, Prometheus, structured logging |
| Authentication Patterns | skills/authentication-patterns/ | JWT, OAuth2 PKCE, RBAC, session management |
| WebSocket & Realtime | skills/websocket-realtime/ | Socket.io, SSE, reconnection, scaling |
| Testing Strategies | skills/testing-strategies/ | Contract testing, snapshot testing, property-based testing |
| Git Advanced | skills/git-advanced/ | Worktrees, bisect, interactive rebase, hooks |
| Accessibility (WCAG) | skills/accessibility-wcag/ | ARIA patterns, keyboard navigation, color contrast |
| Performance Optimization | skills/performance-optimization/ | Code splitting, image optimization, Core Web Vitals |
| Mobile Development | skills/mobile-development/ | React Native, Flutter, responsive layouts |
| Data Engineering | skills/data-engineering/ | ETL pipelines, Spark, star schema, data quality |
| LLM Integration | skills/llm-integration/ | Streaming, function calling, RAG, cost optimization |
Community Skills
| Skill | Install | What It Teaches |
|---|---|---|
| Reepl - LinkedIn Content Creation | npx skillkit@latest install reepl-io/skills | 18 tools for LinkedIn content management: drafts, publishing, scheduling, voice profiles, contacts, collections, templates, and AI image generation |
| avoid-ai-writing | git clone https://github.com/conorbronsdon/avoid-ai-writing ~/.claude/skills/avoid-ai-writing | AI writing pattern detection and rewriting (21 categories, 43 replacements) |
| MUSE | git clone + ./scripts/install.sh --tool claude | Pure-Markdown memory OS with 48 skills, cross-conversation memory, 8 roles with permission isolation. Works with 6 AI coding tools. |
| Product Manager Skills | clawhub install product-manager-skills | Senior PM agent with 6 knowledge domains, 12 templates, and 30+ frameworks covering discovery, strategy, delivery, SaaS metrics, PM career coaching (IC to CPO), and AI product craft |
| x-twitter-scraper | npx skills add Xquik-dev/x-twitter-scraper | X API & Twitter scraper skill for AI coding agents -- tweet search, user lookup, follower extraction, engagement metrics, giveaway draws, trending topics, account monitoring, and 19 extraction tools |
| claude-skills | git clone | 192 production-ready skills across 9 domains (engineering, marketing, product, compliance, C-level advisory) with 254 Python automation tools. 5,300+ stars |
| n8n-skills | git clone | 7 complementary skills for building production-ready n8n workflows. Covers 525+ nodes, 2,653+ templates. 3,400+ stars |
| claude-code-best-practice | git clone | Comprehensive reference implementation for Claude Code configuration -- skills, subagents, hooks, commands with practical examples. 17,400+ stars |
| [ADHX](https://git |
More Harnesss
claude-simone
Structured project management harness for Claude Code — define milestones and sprints in markdown, then run execution loops that drive Claude through each task.
Claude Squad
Multi-agent tmux orchestrator — spawn N isolated Claude Code sessions in parallel, each in its own git worktree, then merge the best results back to main.
Claude Swarm
Distributed Claude agent swarms — agents communicate via MCP, share tool access, and collaborate on complex tasks with configurable topology and role specialization.