【转载】我花了太多时间整理 Claude Code 工具:这是我找到的所有内容

原文链接

前面是资料汇总

想看作者日常用哪些,可以跳到最后

好吧,现在是忏悔时间。我从今年 5 月开始使用 Claude Code,并真正爱上了收集工具。可以说,有点沉迷其中。每当有人在 r/ClaudeAI 或 r/ClaudeCode 上发布新的 MCP 服务器或插件时,我都会安装它。

我的设置变得臃肿不堪。同时运行着 15 个插件、8 个 MCP 服务器、30 个斜杠命令。Claude 开始表现得奇怪------响应变慢,有时会混淆自己有哪些工具。

所以我卸载了一切,重新开始。过去几周我一直在实际测试东西并记录我发现的内容。最终整理了整个生态系统中 100+ 工具的笔记。

想着分享一下哪些真的有用,哪些只是噪音。

📚 主要参考仓库

awesome-claude-code by hesreallyhim

github.com/hesreallyhi...

13.2K stars

这基本上是非官方文档。维护者积极整理并有自己对于什么是真的好、什么是炒作的看法。

我一直在浏览器标签页中打开它。遇到问题时,我先搜索这里,然后再去谷歌搜索。

警告:内容很多。不要试图安装所有东西。我从 hooks 部分开始。

其他值得查看的合集: github.com/jqueryscrip... (按类别更有序) github.com/LangGPT/awe... (也有中文资源)

💰 使用量跟踪工具

ccusage by ryoppippi

github.com/ryoppippi/c...

实时使用量跟踪,带有消耗率预测。v15.0.0 增加了实时仪表板。

安装:npx ccusage@latest blocks --live

帮助你在处理大文件时发现 token 消耗过快。上个月光是有意识这一点就帮我省了 100-150 美元。

我测试过的其他选项: ccflare github.com/snipeship/c...

带有漂亮指标可视化的 Web UI 仪表板

Claude Code Usage Monitor github.com/Maciek-robo...

基于终端的进度条

viberank github.com/nikshepsvn/...

使用量统计的社区排行榜(如果你喜欢这个的话)

我坚持使用 ccusage,但 ccflare 的 web 界面确实很精致。

🛠️ CLI 工具和会话管理

claude-code-tools by pchalasani

github.com/pchalasani/...

这个是专门给 tmux 用户用的。如果你不用 tmux,可能跳过这个。

tmux-cli 工具让 Claude 控制交互式 CLI 应用程序。我见过它用 pdb 调试 Python、管理多个进程、启动嵌套的 Claude 实例。

还包括:

  • find-session 用于跨会话搜索
  • Vault 用于加密环境备份
  • 一些安全 hooks

设置需要大约 15 分钟,但如果你生活在 tmux 中,很值得。

其他会话管理工具: cc-sessions github.com/GWUDCAP/cc-...

有主见的生产开发工作流

cchistory github.com/eckardt/cch...

显示会话中 Claude 运行的所有 bash 命令

cclogviewer 以 HTML 查看 .jsonl 对话文件 (在 awesome-claude-code 中列出,但没有找到直接的 GitHub 链接)

ccexp github.com/nyatinte/cc...

用于管理配置的交互式 CLI,有漂亮的终端 UI

claudekit 有自动保存检查点,20+ 专业子代理,包括一个使用 GPT-5 进行复杂决策的代理 (在 awesome-claude-code 工具下列出)

🤖 多实例编排器

你可以同时运行多个 Claude Code 实例。对并行开发很有用。

Claude Squad github.com/smtg-ai/cla...

管理多个 Claude Code、Codex 和 Aider 实例的终端应用

Claude Swarm github.com/parruda/cla...

将 Claude 连接到代理群

Happy Coder github.com/GrocerPubli...

生成多个 Claude 实例,需要输入时发送推送通知

TSK github.com/dtsumoen/ts...

Rust CLI 工具 - 在 Docker 沙箱中运行代理,返回 git 分支供审查

crystal github.com/stravu/crys...

用于编排 Claude Code 代理的完整桌面应用

当我同时处理多个功能时,我使用 Claude Squad。

🔌 真正有用的 MCP 服务器

MCP 服务器将 Claude 连接到外部工具。现在有 3000+ 个。这些是我实际使用的:

官方/稳定版:

GitHub MCP Server (官方) github.com/github/gith...

原生 GitHub 集成。值得花 10 分钟设置获取 API 令牌。

Playwright MCP 浏览器自动化测试 github.com/microsoft/p... (查找 MCP 集成文档)

Docker MCP 容器管理 (查看下面的 awesome-mcp-servers 列表)

PostgreSQL MCP github.com/crystaldba/...

用自然语言查询数据库

Notion MCP (官方) github.com/makenotion/...

完整的 Notion 集成

Slack MCP 频道管理、消息传递 (在 MCP 目录中列出)

Context7 MCP 从源代码提供最新的代码文档 context7.com 或在 MCP 目录中搜索

GPT Researcher MCP github.com/assafelovic... (查找 MCP 版本)

带引用的研究

我使用的专业版:

Obsidian MCP Tools github.com/jacksteamde...

如果你用 Obsidian 做笔记

VoiceMode MCP 与 Claude Code 进行自然语音对话 (在 awesome-claude-code 中列出)

Reddit MCP claudelog.com/claude-code...

浏览子版块、分析讨论

Twitter/X MCP claudelog.com/claude-code...

发推文、搜索内容

Github MCP github.com/github/gith...

完整 MCP 目录: github.com/wong2/aweso... mcpmarket.com mcpservers.org modelcontextprotocol.io/examples

还有更多,但这些都是生产就绪且没有被废弃的。

🎯 配置框架

完整工作流系统:

SuperClaude github.com/SuperClaude...

带有专业命令和方法论的配置框架

ContextKit 系统性 4 阶段规划方法论 (在 awesome-claude-code 中列出)

Claude Code Templates github.com/davila7/cla...

100+ 代理、命令、设置 - 通过 aitmpl.com 访问

AB Method 针对大问题的规范驱动工作流 (在 awesome-claude-code 工作流下)

RIPER Workflow 带阶段的结构化开发 (在 awesome-claude-code 中)

Claude Code PM 项目管理工作流 (在 awesome-claude-code 中)

我个人使用 SuperClaude,因为它很灵活,但根据你的技术栈探索。

🔥 插件(新的 Beta 功能)

Anthropic 刚刚推出插件的公开测试版。将斜杠命令、子代理、MCP 服务器、hooks 打包成一键安装。

在 Claude Code CLI 中输入 /plugin 浏览。

插件市场:

AITMPL aitmpl.com

100+ 资源,UI 漂亮

Every Marketplace github.com/EveryInc/ev...

"复合工程"哲学,17 个专业代理包括:

  • kieran-rails-reviewer(严格遵循 Rails 约定)
  • security-sentinel(安全审计)
  • performance-oracle
  • architecture-strategist

代码审查相当彻底。如果你想要生产质量的反馈: /plugin marketplace add EveryInc/every-marketplace

Claude Code Plugins Plus github.com/jeremylongs...

20+ 类别 221 个插件

Anthropic Official github.com/anthropics/...

功能开发插件(Anthropic 内部使用的)

CodeGlide Marketplace claudecodemarketplace.com

市场质量参差不齐。从经过验证的创建者或有良好 GitHub 活动的仓库开始。

📝 有用的斜杠命令

斜杠命令是 .claude/commands/ 中的快捷方式。这些是我使用的:

Git 和版本控制:

/commit by evmts 创建约定式提交 github.com/evmts/evmts... (查找 .claude/commands)

/create-pr 简化 PR 创建 (在 awesome-claude-code 命令部分)

/fix-github-issue github.com/jeremymaile... (搜索他们的仓库)

/fix-pr by metabase 修复未解决的 PR 评论 github.com/metabase/me... (检查 .claude 文件夹)

代码质量:

/check 全面质量检查 (在 awesome-claude-code 中)

/tdd 测试驱动开发工作流 (在 awesome-claude-code 中)

/security-review 安全审计清单 github.com/anthropics/... (示例)

/clean 修复格式化、组织导入 (在 awesome-claude-code 中)

文档:

/create-docs 从代码生成文档 (在 awesome-claude-code 中)

/update-docs 维护文档一致性 (在 awesome-claude-code 中)

awesome-claude-code 仓库有 100+ 按类别组织的斜杠命令。

🎣 Hooks(自动化脚本)

Hooks 在不同的工作流点运行。

TDD Guard by Nizar Selander 阻止 Claude 在测试前写代码 (在 awesome-claude-code hooks 部分列出)

CC Notify github.com/dazuiba/cc-...

当 Claude 需要输入时发送桌面通知

TypeScript Quality Hooks by bartolli ESLint、Prettier、TypeScript 编译 (在 awesome-claude-code 中)

fcakyon Collection by Fatih Akyon github.com/fcakyon

代码质量 hooks

Hook SDK:

cchooks (Python) - github.com/GowayLee/cc... claude-code-hooks-sdk (PHP) - github.com/beyondcode/... claude-hooks (TypeScript) - 在 awesome-claude-code 中列出

🎨 状态栏

claude-powerline by Owloops github.com/Owloops/cla...

Vim 风格的 powerline,带主题。这是我用的。

ccstatusline github.com/sirmalloc/c...

可自定义,包含模型信息、git 分支、token

claudia-statusline 基于 Rust,带 SQLite 持久性 (在 awesome-claude-code 中)

claude-code-statusline github.com/rz1989s/cla...

4 行状态栏,带成本跟踪

🤖 子代理合集

子代理是具有专业知识的 Claude 实例。

awesome-claude-code-subagents by VoltAgent github.com/VoltAgent/a...

100+ 不同领域的专业代理

0xfurai collection github.com/0xfurai/cla...

100+ 领域专家

wshobson/agents by Seth Hobson github.com/wshobson/ag...

80+ 精选的生产子代理

基本子代理类型:代码审查员、调试员、系统架构师、DevOps 工程师、测试自动化专家、安全审计员。

🎓 技能(新功能)

几周前推出了技能。它们是 markdown 文件 + 可选脚本,Claude 会根据上下文加载。

Anthropic 官方技能:

检查你的 Claude 环境中的 /mnt/skills/public/

  • docx(Word 文档)
  • pdf(PDF 操作)
  • pptx(演示文稿)
  • xlsx(电子表格)
  • algorithmic-art(生成艺术)
  • canvas-design(视觉设计)
  • artifacts-builder(HTML 产物)
  • mcp-builder(创建 MCP 服务器)
  • webapp-testing(Playwright 测试)
  • skill-creator(元技能)
  • theme-factory(样式产物)

Simon Willison 写过这个:simonwillison.net/2025/Oct/16...

技能适用于任何计算机任务,不仅仅是编程。

社区技能仓库:

github.com/travisvn/aw... (还在早期,目前不多)

📦 其他有用工具

Claude Hub 将 Claude Code 连接到 GitHub 的 Webhook 服务 (在 awesome-claude-code 中)

Container Use github.com/dagger/cont...

在 Docker 容器中开发

claude-code-mcp github.com/KunihiroS/c...

调用本地 Claude Code 的 MCP 服务器

Rulesync github.com/dyoshikawa/...

在不同 AI 编码代理之间转换配置

tweakcc github.com/Piebald-AI/...

自定义视觉样式

Vibe-Log 分析提示并生成 HTML 报告 (在 awesome-claude-code 中)

💡 IDE 集成

claude-code.nvim github.com/greggh/clau...

Neovim 集成

claude-code.el github.com/stevemolito...

Emacs 接口

claude-code-ide.el 完整的 Emacs IDE 集成 (搜索 GitHub)

Claude Code Chat VS Code 聊天界面 (在 awesome-claude-code 中)

📖 学习资源

ClaudeLog www.claudelog.com

带有教程和最佳实践的知识库

Shipyard Blog shipyard.build/blog

关于子代理和工作流的指南

官方文档 docs.claude.com/en/docs/cla...

Anthropic 的文档

Awesome Claude github.com/alvinunreal...

所有 Claude 相关的东西

🎯 测试后我实际保留的东西

经过所有这些测试,以下是我设置中保留的东西:

日常使用:

  • awesome-claude-code(书签)
  • ccusage
  • GitHub MCP Server
  • Playwright MCP
  • claude-powerline
  • TDD Guard hook

特定工作:

  • claude-code-tools(我日常使用 tmux)
  • SuperClaude 框架
  • Every Marketplace 插件
  • Claude Squad(多功能)
相关推荐
jump_jump11 小时前
Claude vs Doubao Seek Code 产码能力对比
ai编程·claude·代码规范
小溪彼岸12 小时前
Claude发布新功能Agent Skills,让你的Agent更专业
aigc·claude
yaocheng的ai分身1 天前
如何使用Superpowers MCP强制Claude Code在编码前进行规划
claude
yaocheng的ai分身1 天前
我如何使用每一个 Claude Code 功能
claude
yaocheng的ai分身1 天前
使用 Claude Code 优化博客写作:我的完整工作流程
claude
yaocheng的ai分身2 天前
【转载】Claude Code 帮我整理了笔记
claude
webmote2 天前
使用Claude Code进行编程——国内用户使用指南
ai编程·claude·代理·码农·claude code
撒币使我快乐3 天前
Windows安装Claude Code全流程
linux·windows·claude
非专业程序员3 天前
Vibe Coding 实战!花了两天时间,让 AI 写了一个富文本渲染引擎!
ai编程·claude
知了一笑3 天前
AI时代,不被淘汰的开发者,都有这三种能力
chatgpt·ai编程·claude·cursor