Skip to main content
ClaudeWave
davepoon avatar
davepoon

buildwithclaude

View on GitHub

A single hub to find Claude Skills, Agents, Commands, Hooks, Plugins, and Marketplace collections to extend Claude Code, Claude Desktop, Agent SDK and OpenClaw

MCP Servers3k stars380 forksTypeScriptMITUpdated today
Editor's note

Build with Claude is a curated plugin marketplace and discovery platform built specifically for Claude Code, providing a centralized registry of 117 specialized agents (covering domains such as Python, Go, DevOps, security, and blockchain), 175 slash commands (including `/commit`, `/docs`, and `/tdd`), 28 event-driven hooks for git automation and notifications, 26 reusable skills, and 51 bundled plugin packages. Beyond its own curated content, the platform indexes over 20,000 community plugins, 4,500 MCP servers, and 1,100 external plugin marketplaces, making it a broad aggregator for the Claude Code ecosystem. Installation happens directly inside Claude Code using `/plugin marketplace add davepoon/buildwithclaude` and companion `/plugin install` commands, or via manual file copying for users who prefer that approach. A companion web interface at buildwithclaude.com lets users browse, filter, and copy install commands without opening a terminal. Developers extending Claude Code workflows, teams standardizing shared commands and hooks, and anyone exploring the broader MCP server ecosystem are the primary audiences.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/davepoon/buildwithclaude
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "buildwithclaude": {
      "command": "node",
      "args": ["/path/to/buildwithclaude/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/davepoon/buildwithclaude and follow its README for install instructions.

24 items in this repository

Scans the codebase for dead code, tech debt, outdated dependencies, and code quality issues. Delegates to the Centinela (QA) agent.

Install

Creates a complete product feature specification with acceptance criteria, scope, dependencies, and risks. Delegates to the Prometeo (PM) agent.

Install

Implements a feature from its specification. Reads the spec, designs architecture, writes code and tests. Delegates to the Forja (Dev) agent.

Install

Pre-release verification checklist. Validates features, tests, docs, security, and quality gates before shipping. Delegates to the Centinela (QA) agent.

Install

Addresses and fixes findings from a QA code review. Reads the review report, fixes critical and warning issues, and prepares for re-verification. Delegates to the Forja (Dev) agent.

Install

Deep security audit covering OWASP Top 10, authentication, authorization, data protection, dependency vulnerabilities, and secrets scanning. Delegates to the Centinela (QA) agent.

Install

Initialize uc-taskmanager for the current project. Creates works/ directory and configures Bash permissions in .claude/settings.local.json. Use when the user says "uctm init", "initialize uctm", "uctm 초기화", or "초기화".

Install
Install

Triggers the WORK-PIPELINE when a user request starts with a [] tag (e.g., [new-feature], [bugfix], [WORK start]). Use this skill whenever you detect a [] tag at the beginning of a user message.

Install

Shows WORK progress and TASK status. Use when the user asks about WORK list, WORK progress, TASK status, or pipeline status (e.g., "WORK list", "WORK-01 progress", "show status").

Install

Automate ActiveCampaign tasks via Rube MCP (Composio): manage contacts, tags, list subscriptions, automation enrollment, and tasks. Always search tools first for current schemas.

Install

Analytics your AI agent can actually use. Track, analyze, run A/B experiments, and optimize across all your projects via CLI. Includes a growth playbook so your agent knows HOW to grow, not just what to track.

Install

Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas.

Install

Automate Amplitude tasks via Rube MCP (Composio): events, user activity, cohorts, user identification. Always search tools first for current schemas.

Install

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

Install

Automate Asana tasks via Rube MCP (Composio): tasks, projects, sections, teams, workspaces. Always search tools first for current schemas.

Install
aurakitSkill

Sonnet Amplified fullstack engine. 34 modes, SEC-01~15 OWASP security, 13 runtime hooks, 75% token reduction. Install: npx @smorky85/aurakit

Install

Automate BambooHR tasks via Rube MCP (Composio): employees, time-off, benefits, dependents, employee updates. Always search tools first for current schemas.

Install

Automate Basecamp project management, to-dos, messages, people, and to-do list organization via Rube MCP (Composio). Always search tools first for current schemas.

Install

Automate Bitbucket repositories, pull requests, branches, issues, and workspace management via Rube MCP (Composio). Always search tools first for current schemas.

Install

Automate Box cloud storage operations including file upload/download, search, folder management, sharing, collaborations, and metadata queries via Rube MCP (Composio). Always search tools first for current schemas.

Install

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

Install

Automate Brevo (Sendinblue) tasks via Rube MCP (Composio): manage email campaigns, create/edit templates, track senders, and monitor campaign performance. Always search tools first for current schemas.

Install

Automate Cal.com tasks via Rube MCP (Composio): manage bookings, check availability, configure webhooks, and handle teams. Always search tools first for current schemas.

Install

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
claudeclaude-codeclaude-code-commandsclaude-skillscli-toolcommandsmcpmcp-servermcp-toolsopenclawplugin-marketplacesubagents

What people ask about buildwithclaude

What is davepoon/buildwithclaude?

+

davepoon/buildwithclaude is mcp servers for the Claude AI ecosystem. A single hub to find Claude Skills, Agents, Commands, Hooks, Plugins, and Marketplace collections to extend Claude Code, Claude Desktop, Agent SDK and OpenClaw It has 3k GitHub stars and was last updated today.

How do I install buildwithclaude?

+

You can install buildwithclaude by cloning the repository (https://github.com/davepoon/buildwithclaude) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is davepoon/buildwithclaude safe to use?

+

Our security agent has analyzed davepoon/buildwithclaude and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains davepoon/buildwithclaude?

+

davepoon/buildwithclaude is maintained by davepoon. The last recorded GitHub activity is from today, with 12 open issues.

Are there alternatives to buildwithclaude?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy buildwithclaude to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: davepoon/buildwithclaude
[![Featured on ClaudeWave](https://claudewave.com/api/badge/davepoon-buildwithclaude)](https://claudewave.com/repo/davepoon-buildwithclaude)
<a href="https://claudewave.com/repo/davepoon-buildwithclaude"><img src="https://claudewave.com/api/badge/davepoon-buildwithclaude" alt="Featured on ClaudeWave: davepoon/buildwithclaude" width="320" height="64" /></a>

More MCP Servers