The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞
Claude Code collection of agents, skills, hooks, and plugins
This repo is an awesome-list style toolkit for Claude Code, gathering many reusable pieces in one place. It includes packaged plugins, agent definitions, commands, hooks, rules, templates, MCP configs, and example workflows that builders can install or copy into their setup.
Builders who use Claude Code and want a big library of reusable workflows and extensions.
You can add prebuilt Claude Code parts to your workflow instead of assembling everything from scratch.
What it does
Large plugin catalog
Lists 176+ plugins for tasks like debugging, reviews, deployment, docs, and frontend work.
Agent library
Includes 135 agent definitions grouped by areas like core development, QA, research, and infrastructure.
Skills and commands
Bundles 35 curated skills and 42 commands for common Claude Code workflows.
Hooks and rules
Provides 20 hooks and 15 rules to shape how Claude Code behaves in a project.
MCP configs
Includes MCP configuration files for domains like frontend, security, devops, research, and workflow automation.
Examples and contexts
Adds example workflows and context files for setup, debugging, deployment, review, and research.
How to get it
- 1Plugin marketplace (recommended)
/plugin marketplace add rohitg00/awesome-claude-code-toolkit
- 2Manual clone
git clone https://github.com/rohitg00/awesome-claude-code-toolkit.git ~/.claude/plugins/claude-code-toolkit
- 3One-liner
curl -fsSL https://raw.githubusercontent.com/rohitg00/awesome-claude-code-toolkit/main/setup/install.sh | bash
- 4Install 8 production-tested safety hooks in one command — destructive command blocker,…
npx cc-safe-setup
- 5Run
bash setup/install.sh
README
Claude Code Toolkit
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, 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 (176+)
- Agents (135)
- Skills (35 curated + 28 community)
- Commands (42)
- Hooks (20 scripts)
- Rules (15)
- Templates (7)
- MCP Configs (14)
- Contexts (5)
- Examples (3)
- Companion Apps & GUIs
- Ecosystem
- Setup
- Resources
- Related Awesome Lists
- Contributing
Plugins
Over 176 production-ready plugins that extend Claude Code with domain-specific capabilities.
Featured
| Plugin | Stars | Description |
|---|---|---|
| pro-workflow | 1,800+ | 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 |
| gstack | 68,200+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release Manager, and QA Engineer. |
All Plugins
| Plugin | Description |
|---|---|
| agento-patronum | Protects sensitive files, credentials, and shell commands from unintended AI access via Claude Code hooks. Unlike settings.json deny rules, hooks are an enforcement layer you own and can verify. Ships with defaults for .env files, SSH keys, AWS credentials, and kubeconfig. |
| skills-janitor | Audit, deduplicate, check, fix, and track usage of your Claude Code skills. 9 slash commands, zero dependencies |
| great_cto | Full SDLC pipeline plugin with 7 agents (tech-lead, senior-dev, qa-engineer, security-officer, devops, l3-support, project-auditor), 12-angle code review, 10 project archetypes, 13 compliance frameworks (SOC2/HIPAA/PCI-DSS/GDPR/ISO 27001), two-gate approval flow. Opus 4.7 advisor escalation, file-based, MIT |
| 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 | Installable cost-mode skill (30-60% cost savings, up to 70% in strict mode) + 10 guides, 10 templates, budget hooks. Install: npx skills add Sagargupta16/claude-cost-optimizer |
| fractal | Recursive project management for Claude Code. Decomposes goals into predicates, works the riskiest piece first, and re-evaluates as it learns |
| 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 |
| AgentLint | Lint your repo for AI agent compatibility. 33 evidence-backed checks across 5 dimensions. Claude Code plugin. |
| 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. |
| brooks-lint | AI code reviews grounded in six classic engineering books (Brooks, Fowler, Martin, McConnell, Hunt & Thomas, Evans). Diagnoses code across 6 decay risk dimensions with structured findings (Symptom → Source → Consequence → Remedy). Supports PR review, architecture audit, tech debt assessment, and test quality review. v0.6 adds Mermaid dependency graphs. |
| 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 |
| cc-cost | Single-file Python CLI that parses Claude Code transcript JSONL and reports cost, prompt-cache hit rate, tool-call distribution, top expensive turns, and actionable optimization recommendations (--diagnose, --md, --top N). MIT, no third-party deps. |
| getburnd | Local-first cost-control CLI for Claude Code. Reads ~/.claude/projects/*.jsonl, identifies 8 leak patterns (verbose context, tool loops, large file re-reads), prints savings estimates, generates a shareable report URL. MIT, zero telemetry. |
| building-multiagent-systems | Architecture patterns for multi-agent systems: orchestrator-worker, pipeline, debate, and MapReduce topologies |
| 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 |
| claudebase | Back up, restore, and sync your Claude Code config (settings, skills, agents, hooks, rules, memory, MCP) to a private GitHub repo. Named profiles, secret scanning, multi-machine conflict detection, automatic backups. 158 tests |
| 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-ops | Business operating system plugin for Claude Code. Morning briefings, unified inbox, autonomous PR merge, infrastructure monitoring, and YOLO autonomous mode. |
| claude-scaffold | npx CLI that deploys CLAUDE.md, hooks, and 18 domain skills to any repository in one command. Skills auto-activate via hooks based on project context. Cross-repo sync via update --all. Install: npx claude-scaffold init |
| 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 |
| clirank-mcp-server (npm) | API discovery for agents -- scores 210+ APIs on CLI-friendliness across 11 signals. Find the right API for any task via MCP tools or REST (curl "https://clirank.dev/api/discover?q=send+emails"). No auth required |
| /cht | Chat persistence for Claude Code — 13 slash commands + hooks for saving conversations as local markdown files. Crash-proof auto-save via hooks, project-based organization, search, and management. npm: @kosoukhov/cht-cli |
| claude-rank | SEO/GEO/AEO audit plugin — tells you why AI won't cite your site, then auto-fixes robots.txt, sitemap.xml, llms.txt, and JSON-LD. 170+ rules across 10 scanners, zero config |
| claude-sounds | Audio feedback for Claude Code hooks — 10 events, 21 sounds, random rotation. macOS (afplay). |
| claude-code-hooks | 15 production-tested hooks from 160+ hours of autonomous operation. Destructive command blocker, branch guard, syntax check, context monitor, permission auto-approver. Bash, zero deps |
| claude-code-sessions | Session intelligence plugin. 11 skills for full-text search, token analytics, task management, session comparison, timeline views, and context recovery across all sessions. Includes a web dashboard. Zero runtime dependencies, read-only |
| cc-aws-keepalive | Keep Claude Code sessions alive through AWS credential expiry -- proactive expiration warnings, credential refresh bypass for Bedrock SSO/SAML, optional statusline countdown timer. 4 hook scripts, zero dependencies |
| cc-safe-setup | One command (npx cc-safe-setup) to install 6 essential safety hooks in 10 seconds. Zero dependencies |
| knowledge-graph | Built on Anthropic internal engineering practices and Karpathy's AutoResearch methodology. A zero-dependency, git-native memory layer for Claude Code that persists learned context across sessions. Pure bash, ~3ms/event, privacy-first |
| claude-supermemory | Persistent memory across sessions and projects using Supermemory. User profile injection at session start, automatic conversation capture. 2,300+ stars |
| cortex | Persistent memory for Claude Code — neuroscience-backed retrieval with thermodynamic decay, backed by 41 published papers. PostgreSQL + pgvector + sentence-transformers. 6 lifecycle hooks (SessionStart, UserPromptSubmit, PostToolUse, SessionEnd, Notification, SubagentStart), hierarchical recall, causal chains, knowledge graph navigation. Install and forget. |
| 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 |
| eliniscan | AI full codebase scanner. Opens a separate Claude session for every file — reads every line, misses nothing. Finds bugs, security, performance issues and auto-fixes. |
| codebase-documenter | Auto-document entire codebase with inline comments and API docs |
| codesight | CLI token optimizer and AI context generator. Scans codebases to extract routes, schema, components, and dependencies for Claude Code, Cursor, Copilot, Codex, and Windsurf. 9x–13x token reduction. Zero runtime dependencies. npx codesight |
| 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 |
| cozempic | ✨ v1.2.x — Self-updating now, atomic writes, strict session guard, zero false positives on team detection. 13 pruning strategies, Agent Team protection, MCP server, JSONL doctor. Install: /plugin marketplace add Ruya-AI/cozempic |
| 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 |
| cup | ClickUp CLI for AI agents with task management, sprints, and time tracking |
| 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 |
| dig2crawl | Universal web crawler with Claude-powered CSS selector discovery. 4-level AI extraction escalation (CSS, browser actions, Claude Vision, captcha). Rust. |
| 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 |
| codetape | The flight recorder for AI coding — auto-records semantic traces and syncs README, CHANGELOG, CLAUDE.md. Zero deps. npx codetape init |
| 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 |
| faf-skills | 31 Claude Code skills for persistent project context (.faf, application/vnd.faf+yaml). Scoring, sync, testing, publishing, MCP server creation, architecture docs. Anthropic MCP #2759. |
| feature-dev | Full feature development workflow from spec to completion |
| fractal | Recursive project management plugin. Decomposes any goal into verifiable predicates, works on the riskiest unknown first. Features /fractal:run (idempotent state machine), /fractal:init, /fractal:patch, dry run mode, and incremental decomposition with re-evaluation. |
| 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 |
| gate4agent | Universal Rust transport for CLI AI agents (Claude Code, Codex, Gemini, OpenCode). Pipe/NDJSON, PTY, and ACP modes. Published on crates.io. |
| git-flow | Git workflow management with feature branches, releases, and hotfix flows |
| github-issue-manager | GitHub issue triage, creation, and management |
| harness-evolver | LangSmith-native autonomous agent optimization. Multi-agent proposers evolve prompts, routing, tools, and architecture in isolated git worktrees. Install: npx harness-evolver@latest |
| helm-charts | Helm chart generation and upgrade management |
| idle-timing | Injects hidden timing context (local time with UTC offset, idle seconds since last reply, previous-turn duration) into every user prompt so the model knows how long the conversation has been paused. Ships a statusline fragment for a live elapsed-time readout and a visible [after Xm Ys] note when you return from >10s idle. 57 tests, dual Unlicense/CC0. |
| immich-photo-manager | Turn your self-hosted Immich photo library into a conversation — natural language search, geographic album curation, duplicate detection via perceptual hashing, library |
Files in the repo
- .claude-plugin
- .github
- agents
- commands
- contexts
- examples
- hooks
- mcp-configs
- plugins
- rules
- setup
- skills
- templates
- .gitignore
- CONTRIBUTING.md
- LICENSE
- README.md
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More collections
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
A collection of MCP servers.
Model Context Protocol Servers
Extracted system prompts from Anthropic - Claude Fable 5.1, Opus 5, Claude Design, Claude Code. OpenAI - ChatGPT GPT-6-Astra, Codex. Google - Gemini 3.8 Flash, 3.1 Pro, Antigravity. xAI - Grok, Grok Bot, Cursor, Kimi and more! Updated regularly.
Official, Anthropic-managed directory of high quality Claude Code Plugins.