BuildWithClaude

活跃
GitHub TypeScript MIT

简介

BuildWithClaude 是一个集中式 Claude 技能和 Agent 资源库,提供 Skills、Agents、Commands、Hooks、Plugins 和 Marketplace 集合,用于扩展 Claude Code、Claude Desktop、Agent SDK 和 OpenClaw。

核心特性

  • Claude Code 集中式插件市场,提供 117 个 Agent、175 个命令、28 个钩子和 51 个插件
  • 精选专家 Agent:Python、Go、DevOps、安全、加密等 11 个专业类别
  • 自动化斜杠命令:/commit、/docs、/tdd、/create-pr 等 22 个命令类别
  • 事件驱动钩子:通知(Slack/Discord/Telegram)、自动格式化、安全扫描
  • Web UI(buildwithclaude.com)支持浏览、搜索和一键安装
  • 索引 20k+ 社区插件、4,500+ MCP 服务器和 1,100+ 市场

适用场景

💡 为 Claude Code 扩展 Python、Go 或 DevOps 专业领域的专家 Agent
💡 使用斜杠命令自动化 git 工作流,管理提交、PR 和分支
💡 设置通知钩子,在 Slack 或 Discord 上接收关键事件告警
💡 发现并安装社区贡献的 Claude Code 插件
💡 组合多个专业子 Agent 构建自定义智能体管道

快速开始

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

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

# 安装插件
/plugin install agents-python-expert@buildwithclaude
/plugin install commands-version-control-git@buildwithclaude

# 或安装全部
/plugin install all-agents@buildwithclaude
/plugin install all-commands@buildwithclaude
```
浏览:https://www.buildwithclaude.com

相关项目