awesome-claude-code
A hand-picked collection of the finest of resources for the most awesome of agents, Claude Code, the undisputed champion of coding companions, from the unstoppable team at Anthropic PBC. A delectable showcase of top tier skills, ambidextrous agents, scintillating status lines, top notch developer tooling, and also we have plugins
https://github.com/hesreallyhim/awesome-claude-code
Last synced: 2 days ago
JSON representation
-
Official Documentation ๐๏ธ
-
General
- Claude Code GitHub Actions - Official GitHub Actions integration for Claude Code with examples and documentation for automating AI-powered workflows in CI/CD pipelines.
- Anthropic Documentation - The official documentation for Claude Code, including installation instructions, usage guidelines, API references, tutorials, examples, loads of information that I won't list individually. Like Claude Code, the documentation is frequently updated.
- Anthropic Quickstarts - Offers comprehensive development guides for three distinct AI-powered demo projects with standardized workflows, strict code style guidelines, and containerization instructions.
-
Project Scaffolding & MCP
-
-
Official Documentation ๐๏ธ [๐](#awesome-claude-code)
-
Total Amount Raised: [๐](#awesome-claude-code)
-
-
Output Styles ๐ฌ [๐](#awesome-claude-code)
-
Total Amount Raised: [๐](#awesome-claude-code)
-
-
Providers, Runtime & Integration Infrastructure
- chrome-cdp-ex - A zero-dependency Claude Code skill (68 commands) that connects to your *real* Chrome โ logged-in tabs, cookies, live page state โ to give the agent a perception layer: layout, visible styles, per-action "what changed" evidence, CSS-cascade-to-source tracing, and session replay/Playwright export. Notably rigorous about its own claims, with a dogfood benchmark gate that blocks performance/adoption assertions unless it passes.
- claude-code-wsl2-setup - A focused collection of documented scripts that fix the most painful Claude Code papercuts on WSL2 + Windows Terminal โ clipboard screenshot paste via a Go daemon, Windows notifications on Stop/PermissionRequest hooks, LSP wiring, a usage-aware status line, and voice-mode audio routing. Each fix is written up with root cause and exact config (including non-obvious traps like SessionEnd firing per subagent), and the work was upstreamed into Awesome-WSL.
- Flue - A tiny bridge that lets Claude Code drive desktop software โ Photoshop, Premiere, Blender, Unity, InDesign, Office, 13 apps total โ by writing one-time scripts against each app's own automation runtime (COM / AppleScript / CEP), instead of MCP servers or fragile screenshot-based computer use. A genuinely novel approach that unlocks the apps' full scripting surfaces (InDesign alone exposes ~28k objects) with low maintenance.
- llm-router - A local-first router that sits under Claude Code (and Codex/Gemini CLI) and sends each prompt to the cheapest capable model, with three-layer token compression and automatic provider fallback โ protecting your premium quota and cutting cost with zero config on a Claude subscription. Credibly engineered: 1,900+ tests, an independent RouterArena benchmark placement, and an honest local-only design with no hosted proxy.
- OpenWeb - org](https://github.com/openweb-org) - An agent-native skill that accesses 90+ websites by calling their underlying APIs directly (typed JSON in, JSON out) instead of screenshotting and parsing the DOM, with auth auto-resolved locally from your existing browser session. Security is first-class โ every operation is tagged read/write/delete/transact behind permission tiers, SSRF protection runs on each request, and there is no vendor backend or proxy in the request path.
- SPARDA - Converts a running Express or FastAPI app into an MCP server by AST-parsing its routes and injecting a marked, byte-for-byte-removable `/mcp` router, so the agent can operate your live application (real auth, real data) rather than just read files. Exceptionally safety-minded: writes are disabled by default behind two-phase confirmation, docstrings are sanitized against prompt injection, a circuit-breaker quarantines failing routes, nothing leaves the machine, and persistence stores structure never payloads.
-
Remote Control, Notifications & Voice I/O
- ai-agent-notifier - A zero-dependency, cross-platform notifier that fires a desktop toast and a free phone push (via ntfy) the moment Claude Code (or Codex/Cursor/Gemini) finishes a task or needs input, wired up by a one-command setup. The standout among notifiers is its testing rigor โ CI drives the *real* agent CLIs end to end and asserts real ntfy round-trips and real OS toast delivery, no mocks.
- Claude Threads - Streams a locally-running Claude Code session live into a Slack or Mattermost thread so a whole team can watch, type, and approve actions together โ "screen-sharing for AI pair programming, but everyone can type." Mature and well-maintained (npm-published with CI and coverage), with reaction-based tool approvals, git-worktree isolation, multi-account rotation, and per-thread sessions that survive restarts.
- dictate - Local, offline voice-to-text for Claude Code on Linux built on faster-whisper, with a warm daemon for instant transcription, system-wide push-to-talk, a voice-enabled editor, and per-project vocabulary hints that fix technical terms ("Claude" not "cloud"). Fully private โ no cloud, no API keys, with thoughtful touches like mic-health monitoring and the ability to offload transcription to a LAN GPU; hardware-tested down to a Jetson Orin.
- Lockpaw - A native-Swift macOS menu-bar app (10 MB, no Electron) that covers and input-locks your screen with one hotkey while your agents keep running, then makes the locked screen glow when Claude Code pauses for permission or finishes. Polished and well-engineered โ CI with 50 tests, signed/notarized builds, an honest "visual privacy tool, not a security boundary" disclosure, no analytics, and an idempotent hook installer that backs up and never clobbers foreign hooks.
- Telegram-Claude (tg-claude) - A feature-rich Telegram bot that turns your machine into a remote Claude Code terminal driven from your phone: streaming tool progress, voice input, a git panel, Mac remote control, and 30+ commands. Its standout is the approval flow โ dangerous-op Approve/Deny taps are injected straight into the real terminal prompt via `tmux send-keys`, so you authorize from your phone without killing the session or losing context.
- WhatsApp Channel Plugin - Connects WhatsApp as a native Claude Code channel via Baileys linked-device (no bot token or API keys), with bidirectional messaging, full media, voice transcription, remote tool approval, access control, and per-group personalities. Runs entirely locally and was the first community plugin officially reviewed and published on Anthropic's plugin marketplace.
- Telegram-Claude (tg-claude) - A feature-rich Telegram bot that turns your machine into a remote Claude Code terminal driven from your phone: streaming tool progress, voice input, a git panel, Mac remote control, and 30+ commands. Its standout is the approval flow โ dangerous-op Approve/Deny taps are injected straight into the real terminal prompt via `tmux send-keys`, so you authorize from your phone without killing the session or losing context.
-
Research & Scientific Inquiry
- AI Research Skills - A catalog of 15 Claude Code skills mapped to 8 research-workflow stages (literature โ gap analysis โ design โ drafting โ reviewer response), where each stage emits an explicit YAML/Markdown deliverable the next stage consumes. Thoughtfully designed around anti-hallucination โ schemas force "gap" status on unsupported claims, and downstream skills refuse malformed, overconfident handoffs.
-
Security
- Agent Guard - Real-time secret-leak guardrails for AI coding agents (Claude Code, Codex), Git hooks, and CI.
- aicontainer - Sandboxed devcontainer for running Claude Code, Codex, and OpenCode in bypass / auto-approve mode.
- Airut - Airut is a system for running Claude Code tasks from email and Slack. It handles workspace provisioning, container isolation, network sandboxing, session persistence, and cleanup โ a secure foundation for autonomous agentic development.
- authsome - Credential gateway for AI agents. Log in once via Oauth2 or API Key. Every agent stays authenticated โ headless, no SaaS, agents never see your credentials.
- Brood Box - CLI tool for running coding agents inside hardware-isolated microVMs
- Claude Code Safety Guard - Network](https://github.com/inoX-Network) - 3-level override system for Claude Code - prevents destructive system operations. Born from a real incident.
- Claude Code Safety Net - A coding agent CLI hook that acts as a safety net, catching destructive git and filesystem commands before they execute. Supports Codex, Claude Code, OpenCode, Gemini CLI, Copilot CLI, Kimi Code and Pi.
- Cleat - Give the agent a cage, not your keys. One-command Docker sandbox for AI coding agents: full autonomous permissions, per-project isolation, your host stays untouched.
- Code on Incus - Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically..
- compass - Developer-grade Claude Code + Codex configuration: cost-tiered subagents, workflow commands, guardrail hooks, MCP parity, and an installable plugin/marketplace.
- GouvernAI - Aya](https://github.com/Myr-Aya) - Runtime guardrails for Claude Code. Auto-approve what's safe, gate what's risky, block what's dangerous. Dual enforcement, full audit trail. MIT.
- machine - One isolated Lima VM per GitHub project โ sandboxed Claude Code/Codex, Docker, Node, signed git
- Node9 - ai](https://github.com/node9-ai) - The Execution Security Layer for the Agentic Era. Providing deterministic "Sudo" governance and audit logs for autonomous AI agents.
- SkilLock - lock](https://github.com/skills-lock) - Pin AI Skill behavior. Block unapproved drift in CI. See exactly what changed in every PR.
- SkillSpector - Security scanner for AI agent skills. Detect vulnerabilities, malicious patterns, and security risks.
-
Skills
- fable-mode - A Claude skill that activates Fable-style agentic behavior: explicit multi-stage planning, sub-agent delegation, and self-verification.
-
Slash-Commands
-
CI / Deployment
-
Code Analysis & Testing
- `/analyze-code`
- `/implement-issue`
- `/implement-task`
- `/task-breakdown`
- `/testing_plan_integration` - so](https://github.com/buster-so)
-
Context Loading & Priming
-
Miscellaneous
-
Project & Task Management
-
-
Slash-Commands ๐ช
-
CI / Deployment
- /release - Manages software releases by updating changelogs, reviewing README changes, evaluating version increments, and documenting release changes for better version tracking.
- /run-ci - io](https://github.com/hackdays-io) - Activates virtual environments, runs CI-compatible check scripts, iteratively fixes errors, and ensures all tests pass before completion.
-
Code Analysis & Testing
- /check - Performs comprehensive code quality and security checks, featuring static analysis integration, security vulnerability scanning, code style enforcement, and detailed reporting.
- /code_analysis - Provides a menu of advanced code analysis commands for deep inspection, including knowledge graph generation, optimization suggestions, and quality evaluation.
- /optimize - Analyzes code performance to identify bottlenecks, proposing concrete optimizations with implementation guidance for improved application performance.
- /repro-issue - Creates reproducible test cases for GitHub issues, ensuring tests fail reliably and documenting clear reproduction steps for developers.
- /tdd - Guides development using Test-Driven Development principles, enforcing Red-Green-Refactor discipline, integrating with git workflow, and managing PR creation.
- /tdd-implement - Implements Test-Driven Development by analyzing feature requirements, creating tests first (red), implementing minimal passing code (green), and refactoring while maintaining tests.
-
Context Loading & Priming
- /context-prime - Primes Claude with comprehensive project understanding by loading repository structure, setting development context, establishing project goals, and defining collaboration parameters.
- /initref - Initializes reference documentation structure with standard doc templates, API reference setup, documentation conventions, and placeholder content generation.
- /load-llms-txt - Loads LLM configuration files to context, importing specific terminology, model configurations, and establishing baseline terminology for AI discussions.
- /load_coo_context - References specific files for sparse matrix operations, explains transform usage, compares with previous approaches, and sets data formatting context for development.
- /load_dango_pipeline - Sets context for model training by referencing pipeline files, establishing working context, and preparing for pipeline work with relevant documentation.
- /rsi - Reads all commands and key project files to optimize AI-assisted development by streamlining the process, loading command context, and setting up for better development workflow.
- `/prime`
- /prime - Sets up initial project context by viewing directory structure and reading key files, creating standardized context with directory visualization and key documentation focus.
-
Documentation & Changelogs
- /add-to-changelog - ai](https://github.com/berrydev-ai) - Adds new entries to changelog files while maintaining format consistency, properly documenting changes, and following established project standards for version tracking.
- /create-docs - Analyzes code structure and purpose to create comprehensive documentation detailing inputs/outputs, behavior, user interaction flows, and edge cases with error handling.
- /docs - Generates comprehensive documentation that follows project structure, documenting APIs and usage patterns with consistent formatting for better user understanding.
- /explain-issue-fix - io](https://github.com/hackdays-io) - Documents solution approaches for GitHub issues, explaining technical decisions, detailing challenges overcome, and providing implementation context for better understanding.
- /update-docs - Reviews current documentation status, updates implementation progress, reviews phase documents, and maintains documentation consistency across the project.
-
General
- /create-hook - Slash command for hook creation - intelligently prompts you through the creation process with smart suggestions based on your project setup (TS, Prettier, ESLint...).
- /linux-desktop-slash-commands - A library of slash commands intended specifically to facilitate common and advanced operations on Linux desktop environments (although many would also be useful on Linux servers). Command groups include hardware benchmarking, filesystem organisation, and security posture validation.
-
Miscellaneous
- `/act`
- /fixing_go_in_graph - Focuses on Gene Ontology annotation integration in graph databases, handling multiple data sources, addressing graph representation issues, and ensuring correct data incorporation.
- /mermaid - Generates Mermaid diagrams from SQL schema files, creating entity relationship diagrams with table properties, validating diagram compilation, and ensuring complete entity coverage.
- /review_dcell_model - Reviews old Dcell implementation files, comparing with newer Dango model, noting changes over time, and analyzing refactoring approaches for better code organization.
- /use-stepper - Reformats documentation to use React Stepper component, transforming heading formats, applying proper indentation, and maintaining markdown compatibility with admonition formatting.
-
Project & Task Management
- /create-command - Guides Claude through creating new custom commands with proper structure by analyzing requirements, templating commands by category, enforcing command standards, and creating supporting documentation.
- /create-jtbd - Creates Jobs-to-be-Done frameworks that outline user needs with structured format, focusing on specific user problems and organizing by job categories for product development.
- /create-prd - Generates comprehensive product requirement documents outlining detailed specifications, requirements, and features following standardized document structure and format.
- /do-issue - Implements GitHub issues with manual review points, following a structured approach with issue number parameter and offering alternative automated mode for efficiency.
- /project_hello_w_name - Creates customizable greeting components with name input, demonstrating argument passing, component reusability, state management, and user input handling.
- /todo - A convenient command to quickly manage project todo items without leaving the Claude Code interface, featuring due dates, sorting, task prioritization, and comprehensive todo list management.
- /create-prp - Creates product requirement plans by reading PRP methodology, following template structure, creating comprehensive requirements, and structuring product definitions for development.
- /prd-generator - A Claude Code plugin that generates comprehensive Product Requirements Documents (PRDs) from conversation context. Invoke `/create-prd` after discussing requirements and it produces a complete PRD with all standard sections including Executive Summary, User Stories, MVP Scope, Architecture, Success Criteria, and Implementation Phases.
- /create-plan - Generates comprehensive product requirement documents outlining detailed specifications, requirements, and features following standardized document structure and format. *(Removed from origin)*
-
Version Control & Git
- /commit-fast - Automates git commit process by selecting the first suggested message, generating structured commits with consistent formatting while skipping manual confirmation and removing Claude co-Contributorship footer.
- /commit - Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.
- /create-pr - Streamlines pull request creation by handling the entire workflow: creating a new branch, committing changes, formatting modified files with Biome, and submitting the PR.
- /create-pull-request - hq](https://github.com/liam-hq) - Provides comprehensive PR creation guidance with GitHub CLI, enforcing title conventions, following template structure, and offering concrete command examples with best practices.
- /create-worktrees - Creates git worktrees for all open PRs or specific branches, handling branches with slashes, cleaning up stale worktrees, and supporting custom branch creation for development.
- /fix-github-issue - Analyzes and fixes GitHub issues using a structured approach with GitHub CLI for issue details, implementing necessary code changes, running tests, and creating proper commit messages.
- /fix-issue - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing solution, and testing/validating the fix for proper integration.
- /fix-pr - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing reviewer concerns, making targeted code improvements, and streamlining the review process.
- /husky - Sets up and manages Husky Git hooks by configuring pre-commit hooks, establishing commit message standards, integrating with linting tools, and ensuring code quality on commits.
- /analyze-issue - Fetches GitHub issue details to create comprehensive implementation specifications, analyzing requirements and planning structured approach with clear implementation steps.
- /update-branch-name - ai](https://github.com/giselles-ai) - Updates branch names with proper prefixes and formats, enforcing naming conventions, supporting semantic prefixes, and managing remote branch updates.
-
-
Slash-Commands ๐ช [๐](#awesome-claude-code)
-
Total Amount Raised: [๐](#awesome-claude-code)
- `/bug-fix`
- GitHub Stats for just-prompt
- GitHub Stats for n8n_agent
- GitHub Stats for command
- GitHub Stats for Narraitor
- GitHub Stats for mvn-mcp-server
- GitHub Stats for tevm-monorepo
- GitHub Stats for giselle
- GitHub Stats for liam
- GitHub Stats for kotlinter-gradle
- GitHub Stats for opentdf-rs
- GitHub Stats for slack-tools
- GitHub Stats for eridu
- GitHub Stats for ai-project-rules
- GitHub Stats for metabase
- GitHub Stats for pane
- GitHub Stats for elizaos.github.io
- GitHub Stats for cubestat
- GitHub Stats for xatu-data
- GitHub Stats for torchcell
- GitHub Stats for AI-Engineering-Structure
- GitHub Stats for si
- GitHub Stats for blockdoc-python
- GitHub Stats for coffee-analytics
- GitHub Stats for toban-contribution-viewer
- GitHub Stats for Flutter-Structurizr
- GitHub Stats for webdown
- GitHub Stats for inkverse
- GitHub Stats for claudecode-utils
- GitHub Stats for todo-slash-command
- GitHub Stats for tkr-portfolio
- GitHub Stats for lana-bank
- GitHub Stats for docs
-
- `/pr-review` - org](https://github.com/arkavo-org) โ๏ธ MIT
- `/clean` - AI](https://github.com/Graphlet-AI) โ๏ธ Apache-2.0
- `/five`
- GitHub Stats for Claude-Code-Linux-Desktop-Slash-Commands
- GitHub Stats for opentdf-rs
- GitHub Stats for toban-contribution-viewer
- GitHub Stats for Flutter-Structurizr
- GitHub Stats for webdown
- GitHub Stats for inkverse
- GitHub Stats for claudecode-utils
- GitHub Stats for todo-slash-command
- GitHub Stats for lana-bank
- GitHub Stats for docs
-
-
Start Here
- andrej-karpathy-skills - ai](https://github.com/multica-ai) - A drop-in CLAUDE.md distilling four behavioral guidelines for LLM-assisted coding into Claude Code โ a low-friction quick win. Karpathy-inspired, derived from Andrej Karpathy's public notes on LLM coding pitfalls and authored by multica-ai.
- Claude Code Guide - A current single-page reference for Claude Code: install, environment variables, slash commands, MCP, hooks, and subagents, kept in sync with the official changelog.
- Claude Code Hooks: Complete Guide - konishi.com) - A thorough walkthrough of every hook event, when each fires, the two return channels, common anti-patterns, and copy-ready settings.json examples.
- Claude Code: Everything You Need to Know - A conceptual, mental-models-first primer that explains what Claude Code is and how its agentic loop works, then layers setup, prompt-engineering workflows, skills, hooks, MCP, subagents, and agent teams, with an experience-tiered path for newcomers.
- claude-howto - A structured, chapter-based getting-started guide for Claude Code with a self-assessment quiz and a ten-module progressive learning path โ slash commands, memory, skills, subagents, MCP, hooks, plugins, and checkpoints โ with visual diagrams and copy-paste templates.
- explore-claude-code - An interactive click-through of an annotated Claude Code project where every file and folder โ CLAUDE.md, settings.json, rules, commands, skills, agents, hooks, plugins, and .mcp.json โ is a real, explained concept, teaching the tool's surface area by orientation rather than prose.
- Writing a Good CLAUDE.md - An essay on CLAUDE.md craft: instruction-budget reasoning, progressive disclosure, and the test of whether Claude would err without a given line.
-
Status Lines
- claude-code-personalities - A delightfully different status line: 30+ kaomoji text-faces that react in real time to what Claude is doing โ context-aware personas by file type, and a frustration-escalation system where mounting errors progress from `( เดฆเตเดฆเดฟ หแห )` toward a table-flip `(โฏยฐโกยฐ)โฏ๏ธต โปโโป`. Pure Rust with sub-2ms rendering, a single binary, hook-based activity tracking, and an interactive config TUI โ the standout creative pick in a sea of metrics bars.
- claude-statusbar - The most complete Claude Code status line: 5-hour and 7-day rate-limit usage with reset countdowns and *learned* end-of-window projections, context window, prompt-cache-expiry countdown, per-session cost, plus live todo/tool/git activity โ across 3 styles and 9 themes, configurable by CLI or natural-language skill. Genuinely well-engineered (PyPI, 320+ tests, a sub-1%-CPU daemon, deep docs) and the clear standout of a very crowded field.
- claudinho - 2026 World Cup live scores in your terminal, Claude Code statusline & MCP. No API keys.
-
Status Lines ๐
-
General
- ccstatusline - A highly customizable status line formatter for Claude Code CLI that displays model info, git branch, token usage, and other metrics in your terminal.
- claude-powerline - A vim-style powerline statusline for Claude Code with real-time usage tracking, git integration, custom themes, and more.
- claude-code-statusline - Enhanced 4-line statusline for Claude Code with themes, cost tracking, and MCP server monitoring.
- claudia-statusline - High-performance Rust-based statusline for Claude Code with persistent stats tracking, progress bars, and optional cloud sync. Features SQLite-first persistence, git integration, context progress bars, burn rate calculation, XDG-compliant with theme support (dark/light, NO_COLOR).
- CCometixLine - Claude Code Statusline - A high-performance Claude Code statusline tool written in Rust with Git integration, usage tracking, interactive TUI configuration, and Claude Code enhancement utilities.
-
-
Status Lines ๐ [๐](#awesome-claude-code)
-
Total Amount Raised: [๐](#awesome-claude-code)
-
-
This Week's Additions โจ [๐](#awesome-claude-code)
- GitHub Stats for automated-notebooklm
- GitHub Stats for claudio
- GitHub Stats for the-startup
- fundraising page - even $1 will truly make an impact. (If you are on GitHub, and you want your donation to be recognized, you will have to take about two more minutes to complete a follow-up email which actually notifies me of the dedication. As a reward you can show one of our nice Freedom Funder badges.) Sadly, this repo cannot be actively maintained without some direct support to this fund. Luckily there are loads of other resources devoted to Claude and his amazing Code, and it's up to you whether you think this one is particularly valuable or not.
- fundraising page - even $1 will truly make an impact. (If you are on GitHub, and you want your donation to be recognized, you will have to take about two more minutes to complete a follow-up email which actually notifies me of the dedication. As a reward you can show one of our nice Freedom Funder badges.) Sadly, this repo cannot be actively maintained without some direct support to this fund. Luckily there are loads of other resources devoted to Claude and his amazing Code, and it's up to you whether you think this one is particularly valuable or not.
- GitHub Stats for claude-code-docs
- GitHub Stats for claude-code-docs
- `Gen-Alpha Slang`
- GitHub Stats for gen-alpha-output-style
- GitHub Stats for awesome-claude-code-output-styles-that-i-really-like
- `Agentic Workflow Patterns`
- GitHub Stats for agentic-workflow-patterns
- GitHub Stats for agentic-workflow-patterns
-
Tooling
-
Tooling ๐งฐ
-
Config Managers
- claude-rules-doctor - CLI that detects dead `.claude/rules/` files by checking if `paths:` globs actually match files in your repo. Catches silent rule failures where renamed directories or typos in glob patterns cause rules to never apply. Features CI mode (exit 1 on dead rules), JSON output, and verbose mode showing matched files.
- ClaudeCTX - claudectx lets you switch your entire Claude Code configuration with a single command.
-
General
- Claude Composer - A tool that adds small enhancements to Claude Code.
- Claude Hub - did-this) - A webhook service that connects Claude Code to GitHub repositories, enabling AI-powered code assistance directly through pull requests and issues. This integration allows Claude to analyze repositories, answer technical questions, and help developers understand and improve their codebase through simple @mentions.
- Container Use - Development environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
- ccexp - Interactive CLI tool for discovering and managing Claude Code configuration files and slash commands with a beautiful terminal UI.
- tweakcc - AI](https://github.com/Piebald-AI) - Command-line tool to customize your Claude Code styling.
- cclogviewer - A humble but handy utility for viewing Claude Code `.jsonl` conversation files in a pretty HTML UI.
- claude-code-tools - Well-crafted toolset for session continuity, featuring skills/commands to avoid compaction and recover context across sessions with cross-agent handoff between Claude Code and Codex CLI. Includes a fast Rust/Tantivy-powered full-text session search (TUI for humans, skill/CLI for agents), tmux-cli skill + command for interacting with scripts and CLI agents, and safety hooks to block dangerous commands.
- Claude Code Templates - Incredibly awesome collection of resources from every category in this list, presented with a neatly polished UI, great features like usage dashboard, analytics, and everything from slash commands to hooks to agents. An awesome companion for this awesome list.
- claudekit - Impressive CLI toolkit providing auto-save checkpointing, code quality hooks, specification generation and execution, and 20+ specialized subagents including oracle (gpt-5), code-reviewer (6-aspect deep analysis), ai-sdk-expert (Vercel AI SDK), typescript-expert and many more for Claude Code workflows.
- cchistory - Like the shell history command but for your Claude Code sessions. Easily list all Bash or "Bash-mode" (`!`) commands Claude Code ran in a session for reference.
- run-claude-docker - A self-contained Docker runner that forwards your current workspace into a safe(r) isolated docker container, where you still have access to your Claude Code settings, authentication, ssh agent, pgp, optionally aws keys etc.
- cc-tools - High-performance Go implementation of Claude Code hooks and utilities. Provides smart linting, testing, and statusline generation with minimal overhead.
- stt-mcp-server-linux - A push-to-talk speech transcription setup for Linux using a Python MCP server. Runs locally in Docker with no external API calls. Your speech is recorded, transcribed into text, and then sent to Claude running in a Tmux session.
-
Programming Languages
Categories
CLAUDE.md Files ๐ [๐](#awesome-claude-code)
51
Tooling ๐งฐ
48
Slash-Commands ๐ช
48
Slash-Commands ๐ช [๐](#awesome-claude-code)
46
Workflows & Knowledge Guides ๐ง
36
Tooling ๐งฐ [๐](#awesome-claude-code)
35
CLAUDE.md Files ๐
26
Agent Skills ๐ค
18
Slash-Commands
17
Security
15
This Week's Additions โจ [๐](#awesome-claude-code)
13
Workflows & Knowledge Guides ๐ง [๐](#awesome-claude-code)
13
Hooks ๐ช
12
Documentation, Knowledge & Learning
11
From Anthropic
11
Usage & Cost Monitoring
10
Memory & Context Persistence
10
Hooks ๐ช [๐](#awesome-claude-code)
8
Alternative Clients
7
Remote Control, Notifications & Voice I/O
7
Start Here
7
Providers, Runtime & Integration Infrastructure
6
Linting
6
Official Documentation ๐๏ธ
5
Alternative Clients ๐ฑ
5
Status Lines ๐
5
Latest Additions
5
Uncategorized
4
Alternative Clients ๐ฑ [๐](#awesome-claude-code)
4
Design & UI/UX
4
Status Lines ๐ [๐](#awesome-claude-code)
4
Workflows & Knowledge Guides
4
Observability
4
Official Documentation ๐๏ธ [๐](#awesome-claude-code)
4
Creative Media
3
CLAUDE.md Files
3
Status Lines
3
Output Styles ๐ฌ [๐](#awesome-claude-code)
2
Writing & Prose Quality
2
Infrastructure & DevOps
2
Agent Skills ๐ค [๐](#awesome-claude-code)
2
Multi-Agent Orchestration
2
Skills
1
Honorable Mentions
1
License
1
Growing thanks to you
1
Tooling
1
Donations ๐ฐ [๐](#awesome-claude-code)
1
Contributing ๐ป [๐](#awesome-claude-code)
1
Official Documentation
1
Research & Scientific Inquiry
1
Sub Categories
Total Amount Raised: [๐](#awesome-claude-code)
109
General
96
Project & Task Management
13
Language-Specific
13
Domain-Specific
12
Code Analysis & Testing
11
Version Control & Git
11
Context Loading & Priming
11
Orchestrators
11
Project Scaffolding & MCP
7
Miscellaneous
7
Ralph Wiggum
6
Usage Monitors
6
CI / Deployment
5
Documentation & Changelogs
5
IDE Integrations
5
Uncategorized
4
Config Managers
2
Teams
2
**[Recommend a new resource here!](https://github.com/hesreallyhim/awesome-claude-code/issues/new?template=recommend-resource.yml)**
2
A note about licenses [๐](#awesome-claude-code)
1
๐ **[Submit a new resource here!](https://github.com/hesreallyhim/awesome-claude-code/issues/new?template=recommend-resource.yml)**
1
Keywords
claude-code
82
claude
45
developer-tools
26
cli
24
ai-agents
24
anthropic
22
ai
21
codex
20
llm
16
mcp
15
claude-code-plugin
14
ai-coding
11
mcp-server
11
cursor
10
python
10
claude-ai
10
claude-skills
10
ai-tools
9
typescript
9
vibe-coding
9
skills
9
gemini
8
automation
8
rust
7
devtools
7
agent-skills
7
sqlite
6
opencode
6
agents
6
security
6
codex-cli
6
ai-assistant
5
sandbox
5
openclaw
5
terminal
5
productivity
5
agentic-coding
5
ai-agent
5
gemini-cli
5
claudecode
5
documentation
4
nodejs
4
linter
4
macos
4
golang
4
multi-agent
4
agentic-ai
4
ai-coding-assistant
4
hooks
4
go
4