BuildWithClaude

Active
GitHub TypeScript MIT

Description

BuildWithClaude is a centralized hub for finding Claude Skills, Agents, Commands, Hooks, Plugins, and Marketplace collections to extend Claude Code, Claude Desktop, Agent SDK, and OpenClaw.

Key Features

  • Centralized plugin marketplace for Claude Code with 117 agents, 175 commands, 28 hooks, and 51 plugins
  • Curated expert agents: Python, Go, DevOps, Security, Crypto, and 11 specialized categories
  • Slash commands for automation: /commit, /docs, /tdd, /create-pr, and 22 command categories
  • Event-driven hooks: notifications (Slack/Discord/Telegram), auto-formatting, security scanning
  • Web UI at buildwithclaude.com for browsing, searching, and one-click install
  • Indexes 20k+ community plugins, 4,500+ MCP servers, and 1,100+ marketplaces

Use Cases

💡 Extend Claude Code with specialized expert agents for Python, Go, or DevOps tasks
💡 Automate git workflows with slash commands for commits, PRs, and branch management
💡 Set up notification hooks to alert teams on Slack or Discord for key events
💡 Discover and install community-contributed plugins for Claude Code
💡 Build custom agent pipelines combining multiple specialized subagents

Quick Start

```bash
# Add the marketplace
/plugin marketplace add davepoon/buildwithclaude

# Browse available plugins
/plugin search @buildwithclaude

# Install plugins
/plugin install agents-python-expert@buildwithclaude
/plugin install commands-version-control-git@buildwithclaude

# Or install everything
/plugin install all-agents@buildwithclaude
/plugin install all-commands@buildwithclaude
```
Browse at: https://www.buildwithclaude.com

Related Projects