Build with Claude
A Claude Code plugin marketplace with ready sets of agents, slash commands, hooks and skills, plus a search site
Install
/plugin marketplace add davepoon/buildwithclaude
/plugin install <plugin-name>@buildwithclaudeList plugins with /plugin search @buildwithclaude.
This is third-party code. Review the repository files before installing.
What it does
The repository works as a Claude Code marketplace: once added, plugins install individually or as whole bundles. It contains subagents by language and domain, slash commands for commits, PRs, docs and TDD, hooks for notifications, git and formatting, and skills. The buildwithclaude.com site also indexes third-party plugins, marketplaces and MCP servers and lets you copy install commands. Files can also be installed manually by copying them into ~/.claude.
Who it is for. For Claude Code users who want to assemble a set of agents, commands and hooks quickly.
Good fit when
- You want a ready subagent for a language or task, such as a security review
- You want slash commands for routine git operations
- You want to find a third-party plugin or marketplace in one catalog
Not a fit when
- You want a small vetted set: installing every agent bloats context
- You do not use Claude Code
Example request
Use the security-auditor to review this authentication codeLimitations
Item quality varies since they come from community contributions. Hooks run commands automatically and are worth reading before install. Slack, Discord and Telegram notifications need their own tokens.
How to disable. Uninstall plugins via /plugin uninstall and remove the marketplace with /plugin marketplace remove buildwithclaude. For manual installs delete the copied files from ~/.claude/agents and ~/.claude/commands.
Security check
- Hooks run shell commands automatically
- Items come from many authors with uneven review
README in short
The README shows adding the marketplace, searching and installing plugins, and manual install by copying files. It describes agent, command and hook categories with invocation examples. For contributors it gives the agent, command and hook file formats and the submission process. MIT licensed.
FAQ
Can I install everything at once?
Yes, the all-agents, all-commands and all-hooks bundles exist, but installing only what you need is better.
How does the site differ from the repo?
The repo holds its own plugins, while the site also indexes third-party plugins and MCP servers.
Related
Open-source personal AI assistant on your own machine: answers in Telegram, Slack, Discord and WhatsApp, extended with skills and plugins
A self-improving agent from Nous Research with a TUI, messaging gateway, cron jobs and skills it writes itself
An open source coding agent for the terminal and desktop with build and plan modes
Anthropic's coding agent for the terminal, IDE and GitHub: understands your codebase, runs tasks and handles git