A TypeScript-based marketplace and discovery platform for Claude Code plugins, offering curated agents, commands, hooks, skills, and plugins, along with installation commands and a web UI.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
A repository that serves as a plugin marketplace and discovery platform for Claude Code, providing curated collections of Agents, Commands, Hooks, Skills, and Plugins to extend Claude Code workflows. It also includes quick-start install commands and a web UI link for browsing.
How it works
The project groups plugins into categories (Agents, Commands, Hooks, Skills, Plugins) and provides installation options via a plugin marketplace or manual setup. It includes commands to add the marketplace, browse, and install specific plugins. It also documents how to manually clone and install plugins by copying Markdown plugin definitions into Claude Code directories.
Getting started
Installation options are shown in the README:
# 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
Manual installation steps:
# 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
Recent releases
Latest releases shown in the repo:
- bwc-cli@1.2.4 (2025-10-24): Patch Changes including Windows compatibility fixes for Svelte command files
- bwc-cli@1.2.3 (2025-10-24): Patch Changes including WSL2 support for Docker commands and MCP catalog parser updates
- bwc-cli@1.2.2 (2025-08-20): Patch Changes
- bwc-cli@1.2.1 (2025-08-15): Patch Changes with bug fixes
- bwc-cli@1.2.0 (2025-08-15): New Features including MCP Server Support
Traction
3251 stars, 446 forks, 11 open issues as of the provided data.
Behind the repo
Not applicable here; no linked startup/company information beyond the repository owner.
Caveats
License: MIT. Created 2025-07-25. Last push 2026-08-02. Language: TypeScript.






