Co-Pilot / 辅助式
更新于 a month ago

buildwithclaude

Ddavepoon
2.3k
davepoon/buildwithclaude
80
Agent 评分

💡 摘要

一个用于发现和安装插件以增强Claude Code工作流程的市场。

🎯 适合人群

希望简化工作流程的开发人员寻求自动化工具的DevOps工程师希望增强代码安全性的安全专业人员需要高效文档解决方案的项目经理探索社区插件的AI爱好者

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。

Build with Claude

Claude Skills, Agents, Commands, Hooks, Plugins, Marketplaces collections for and extend Claude Code

Open Source License: MIT PRs Welcome GitHub stars

A plugin marketplace and discovery platform for Claude Code. Browse curated plugins, discover community contributions, and extend your Claude Code workflows.

Quick Start

# Add the Build with Claude marketplace /plugin marketplace add davepoon/buildwithclaude # Browse available plugins /plugin search @buildwithclaude # Install plugins /plugin install <plugin-name>@buildwithclaude

What's Included

Build with Claude Plugins

Curated collections maintained in this repository:

| Type | Count | Description | |------|-------|-------------| | Agents | 117 | Specialized AI experts (Python, Go, DevOps, Security, etc.) | | Commands | 175 | Slash commands for automation (/commit, /docs, /tdd) | | Hooks | 28 | Event-driven automation (notifications, git, formatting) | | Skills | 26 | Reusable capabilities from plugins | | Plugins | 50 | Bundled plugin packages by category |

Community Discovery

The platform indexes plugins from the broader Claude Code ecosystem:

  • 20k+ Community Plugins from external marketplaces
  • 4,500+ MCP Servers for database, API, and tool connections
  • 1,100+ Plugin Marketplaces from the community

Web UI

Browse, search, and explore everything at buildwithclaude.com

Build with Claude Homepage

Browse Plugins

Browse Skills

Browse MCP Servers

Browse Plugin Marketplaces

Features

  • Browse all plugin types with filtering
  • Search across plugins, agents, commands, hooks, skills
  • Copy install commands with one click
  • View full documentation and usage examples
  • Discover MCP servers and community plugins

Installation Options

Option 1: Plugin Marketplace (Recommended)

# Add marketplace /plugin marketplace add davepoon/buildwithclaude # Install specific plugins /plugin install agents-python-expert@buildwithclaude /plugin install commands-version-control-git@buildwithclaude /plugin install hooks-notifications@buildwithclaude # Or install everything /plugin install all-agents@buildwithclaude /plugin install all-commands@buildwithclaude /plugin install all-hooks@buildwithclaude

Option 2: Manual Installation

# Clone repository git clone https://github.com/davepoon/buildwithclaude.git cd buildwithclaude # Install agents find plugins/agents-*/agents -name "*.md" -exec cp {} ~/.claude/agents/ \; # Install commands find plugins/commands-*/commands -name "*.md" -exec cp {} ~/.claude/commands/ \; # Restart Claude Code

Available Plugin Categories

Agents (11 categories)

  • Development & Architecture - Backend, frontend, mobile, GraphQL experts
  • Language Specialists - Python, Go, Rust, TypeScript, C/C++ experts
  • Quality & Security - Code review, security audit, debugging
  • Infrastructure & Operations - DevOps, cloud, database optimization
  • Data & AI - ML engineering, data pipelines, AI development
  • Crypto & Blockchain - Trading systems, DeFi, Web3 development

Browse all agents →

Browse Subagents

Commands (22 categories)

  • Version Control - Commit, PR creation, branch management
  • Code Analysis - Testing, review, optimization
  • Documentation - Docs generation, changelogs, API specs
  • Project Management - Todos, PRDs, task tracking

Browse all commands →

Browse Commands

Hooks (8 categories)

  • Notifications - Slack, Discord, Telegram alerts
  • Git - Auto-staging, smart commits
  • Development - Lint on save, auto-format
  • Security - File protection, vulnerability scanning

Browse all hooks →

Browse Hooks

Usage Examples

Using Agents

Agents are automatically invoked based on context, or explicitly called:

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

Using Commands

Commands use the / prefix:

/commit                    # Create conventional commit
/create-pr                 # Create pull request
/docs                      # Generate documentation
/tdd                       # Start test-driven development
/code_analysis             # Analyze code quality

Using Hooks

Hooks run automatically on events like tool calls or session start.

Contributing

We welcome contributions!

Adding Plugins

  1. Create a new directory in plugins/ following the naming convention
  2. Add your plugin files (agents, commands, hooks)
  3. Run npm test to validate
  4. Submit a pull request

Plugin Format

Agent (plugins/agents-*/agents/*.md):

--- name: agent-name description: When to invoke this agent category: category-name tools: Read, Write, Bash --- You are a [role description]...

Command (plugins/commands-*/commands/*.md):

--- description: What this command does category: category-name argument-hint: <args> --- Command implementation...

Hook (plugins/hooks-*/hooks/*.md):

--- hooks: PreToolUse, PostToolUse description: What this hook does --- Hook implementation...

See CONTRIBUTING.md for detailed guidelines.

Links

License

MIT License - see LICENSE for details.


Made with ❤️ by Dave Poon

五维分析
清晰度8/10
创新性8/10
实用性9/10
完整性8/10
可维护性7/10
优缺点分析

优点

  • 丰富的插件和代理集合
  • 用户友好的网页UI用于浏览和搜索
  • 支持社区贡献
  • 自动化各种开发任务

缺点

  • 某些用户可能需要手动安装
  • 插件质量依赖于社区贡献
  • 新用户可能有学习曲线
  • 某些插件的文档有限

相关技能

katies-ai-skills

B
toolCo-Pilot / 辅助式
78/ 100

“看起来很能打,但别让配置把人劝退。”

pytorch

S
toolCode Lib / 代码库
92/ 100

“它是深度学习的瑞士军刀,但祝你好运能从47种安装方法里找到那个不会搞崩你系统的那一个。”

agno

S
toolCode Lib / 代码库
90/ 100

“它承诺成为智能体领域的Kubernetes,但得看开发者有没有耐心学习又一个编排层。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 davepoon.