简介
Awesome Claude Code 是 Claude Code 生态的“地图”。不用到处翻散落仓库,通过一份列表就能找到技能安装器、hooks 合集、MCP 安装工具,以及隔离运行方案。
最适合: 需要在多台机器/团队范围快速搭建 Claude Code 工具链的人
适配: Claude Code、技能安装器、hooks、MCP 配置与指南
配置时间: 10–30 分钟
关键事实(已验证)
- 不少条目包含 stars 数与安装链接,便于快速对比。
- README 汇总了多个安装辅助工具(skills、hooks、MCP 安装指南等)。
- GitHub:358 stars · 254 forks;最近更新 2026-05-10(GitHub API 验证)。
正文
清单类项目要发挥价值,最好加上你的“护栏”:
- 维护一份团队认可工具短名单。
- 优先选择许可证清晰、近期活跃的工具。
- hooks 与安装脚本属于安全敏感:运行前先读脚本。
多工具组合时,把“已验证的基线配置”整理成 dotfiles,便于复现。
README 原文节选(verbatim)
Awesome Claude Code
A curated list of awesome tools, skills, plugins, integrations, extensions, frameworks, and other resources for developers working with Anthropic's Claude Code.
Read my article: Discover the top open-source command-line AI coding agents in the wider AI ecosystem.
Note: Items marked with 🔥 have >1000 stars, 🌟 >500 stars, and ✨ >100 stars. Star counts are static and represent the numbers at the time the resource was recorded in this list.
Table of Contents
- Official Resources
- 🤖 Agents & Orchestration
- 🧠 Claude Skills
- 🔌 Claude Plugins
- 🛠️ Tools & Utilities
- 💻 IDE & Editor Integrations
- 🖥️ Clients & GUIs
- 🏗️ Infrastructure & Proxies
- 📊 Usage & Observability
- 🧩 SDKs & Development Kits
- 📚 Guides & Learning
- Alternatives to Claude Code
- Contribution Guidelines
Official Resources
- 🔥 claude-code (55.0k ⭐) - Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routines.
- 🔥 skills (37.5k ⭐) - Public repository for Agent Skills.
- 🔥 claude-code-sdk-python (4.0k ⭐) - The official Python SDK for Claude Code.
- 🔥 claude-code-security-review (2.8k ⭐) - An AI-powered security review GitHub Action using Claude to analyze code changes for security vulnerabilities.
- 🔥 claude-plugins-official (2.8k ⭐) - Anthropic-managed directory of high quality Claude Code Plugins.
🤖 Agents & Orchestration
- 🔥 agents (25.0k ⭐) - A collection of production-ready subagents for Claude Code.
- 🔥 Claude-Flow (11.4k ⭐) - An enterprise-grade AI orchestration platform that revolutionizes how developers build with AI.
FAQ
这是 Claude Code 官方仓库吗? 答:不是。这是社区维护的工具与配置索引。
如何安全挑选条目? 答:优先近期活跃且有许可证的仓库;安装脚本先审计,并先在沙盒环境跑。
先从什么开始? 答:一般先用 skills 安装器与 MCP 安装辅助工具,收益最大。