davepoon/buildwithclaude · 上手攻略

  • 仓库:davepoon/buildwithclaude
  • 链接:https://github.com/davepoon/buildwithclaude · https://buildwithclaude.com
  • 分类:AI coding tools · Claude Code · Plugin ecosystem
  • 作者:Jay
  • 更新:2026-08-10

这是什么

一个 Claude Code 插件市场 + 精选资源索引,收录 Agents(117个)、Commands(175个)、Hooks(28个)、Skills(26个)、Plugins(51个)五大类资源,帮助用户发现和安装 Claude Code 生态中的扩展包。

官方定位:> "A plugin marketplace and discovery platform for Claude Code. Browse curated plugins, discover community contributions, and extend your Claude Code workflows."

平台本身不写代码,内容全部来自社区贡献,索引规模:20k+ 社区插件 / 4,500+ MCP Servers / 1,100+ 插件市场。

解决什么问题

Claude Code 生态分散在 GitHub、Claude 官方市场、第三方市场,查找成本高。buildwithclaude 提供统一的发现 + 安装入口,并按类型(Agent / Command / Hook 等)做了精选分类,用户可以快速找到适合自己场景的插件,用一行命令完成安装。

适用场景: - 想找某个领域的 Claude Code 专家 Agent(Python / DevOps / Security 等) - 想找某个功能的 slash command(/commit/docs/tdd 等) - 想了解 Claude Code 插件生态现状 - 想一次性安装一整套工作流插件

快速安装

方式一:通过 Claude Code plugin marketplace(推荐)

# 添加市场
/plugin marketplace add davepoon/buildwithclaude

# 浏览可用插件
/plugin search @buildwithclaude

# 安装单个插件(示例)
/plugin install agents-python-expert@buildwithclaude
/plugin install commands-version-control-git@buildwithclaude
/plugin install hooks-notifications@buildwithclaude

# 一键安装全套
/plugin install all-agents@buildwithclaude
/plugin install all-commands@buildwithclaude
/plugin install all-hooks@buildwithclaude

方式二:git clone 到本地手动复制

git clone https://github.com/davepoon/buildwithclaude.git
cd buildwithclaude

# 安装 agents
find plugins/agents-*/agents -name "*.md" -exec cp {} ~/.claude/agents/ \;

# 安装 commands
find plugins/commands-*/commands -name "*.md" -exec cp {} ~/.claude/commands/ \;

# 重启 Claude Code

⚠️ plugin marketplace 功能需要 Claude Code 版本支持(据 Claude Docs,Week 19 2026 已支持 --plugin-url.zip 插件加载),建议更新到最新版本。

核心用法

Agents(专家代理)

117 个领域专家,覆盖:后端/前端/移动端开发、Python/Go/Rust/TypeScript 语言专家、质量与安全(Code Review / Security Audit / Debugging)、基础设施与运维(DevOps / Cloud / Database)、数据与 AI(ML Engineering / Data Pipelines)、加密与区块链(Trading Systems / DeFi / Web3)。

调用方式:根据上下文自动触发,或显式调用:

"Use the python-pro to optimize this function"
"@agent-security-auditor review this authentication code"
"Have the devops-troubleshooter help debug this deployment"

Commands(斜杠命令)

175 个 slash commands,分类: - 版本控制/commit/create-pr、branch management - 代码分析/code_analysis/tddtesting - 文档/docs(生成文档、changelog、API spec) - 项目管理/todos/prds

# 使用示例
/commit        # 创建 conventional commit
/create-pr     # 创建 pull request
/docs          # 生成文档
/tdd           # 启动测试驱动开发
/code_analysis # 分析代码质量

Hooks(钩子)

28 个事件驱动自动化钩子,触发条件覆盖:Tool Calls、Session Start、Git 操作等。

类型 示例
通知 Slack、Discord、Telegram 提醒
Git 自动 staged、smart commits
开发 Lint on save、auto-format
安全 文件保护、漏洞扫描

Plugins(打包插件)

51 个按类别打包的插件包,格式:

agents-python-expert@buildwithclaude
commands-version-control-git@buildwithclaude
hooks-notifications@buildwithclaude

安装后插件在 ~/.claude/plugins/ 全局生效,跨项目可用。

MCP Servers 索引

索引 4,500+ MCP Servers(数据库、API、工具连接),帮助用户找到 Claude Code 可接入的各种 MCP 服务端点。

典型适用场景

  1. 新手上车 Claude Code:一次性 all-agents + all-commands 获得完整工作流,用真实命令体验 Claude Code 能做什么
  2. 专项任务找专家:需要一个 Python 代码优化 Agent?直接在市场里搜 python-expert,比 GitHub 搜索效率高
  3. 团队标准化:团队所有人装同一个 marketplace,保证 Agent/Command 版本一致
  4. 探索 Claude Code 生态:通过 Web UI(buildwithclaude.com)浏览所有类型,快速了解生态边界

坑与注意

⚠️ plugin marketplace 语法有版本要求/plugin marketplace add/plugin install <name>@owner 语法为 Claude Code 较新版本特性,版本过旧(如 2026 年初之前的版本)可能不支持。建议确认 claude --version 或查看 Claude Code Docs 获取最新版本说明。

⚠️ 手动复制方式不如 marketplace 方便维护:手动 copy 后升级需重新复制;plugin marketplace 方式可通过 plugin update 保持同步(如果支持)。

⚠️ 内容质量参差不齐:市场收录门槛不明,部分 Agents/Commands 可能功能重复或质量一般,建议先看 README 再安装。

⚠️ Plugins 与官方 Anthropic 市场关系:本市场(davepoon/buildwithclaude)是第三方社区市场,不是 Anthropic 官方。官方内置市场 claude-plugins-official 有 101 个插件(据 2026-03 文档),两者独立运作。

⚠️ Stars 3,280(截至本攻略编写),不算高热度项目:依赖社区维护,长期更新节奏待观察。

与同类对比

buildwithclaude Anthropic 官方市场 其他社区市场
收录规模 117 Agents / 175 Commands / 4,500+ MCP 101 官方插件 分散
覆盖类型 全类型(Agents/Commands/Hooks/Skills/Plugins) Plugins 为主 单一
安装方式 /plugin marketplace add 一行 内置,无需添加 各不相同
维护方 社区(Dave Poon) Anthropic 官方 各社区
Stars ~3,280 N/A(内置) 差异大

结论:如果你只需要 Claude Code 内置功能,官方市场够用;如果你想探索更广的社区生态(尤其是 Agents 和 Commands),buildwithclaude 是一个不错的统一入口;如果你要找特定 MCP Server,仍建议直接去 MCP 官方生态搜索。

一句话推荐结论

用 Claude Code 觉得功能不够用?先加这个市场试试——/plugin marketplace add davepoon/buildwithclaude,然后按需安装 Agents 或 Commands,一个命令搞定生态扩展。