Back to Discover

buildwithclaude

skill

davepoon

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

View on GitHub
3,244 starsMITSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add davepoon/buildwithclaude

README

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:

TypeCountDescription
Agents117Specialized AI experts (Python, Go, DevOps, Security, etc.)
Commands175Slash commands for automation (/commit, /docs, /tdd)
Hooks28Event-driven automation (notifications, git, formatting)
Skills26Reusable capabilities from plugins
Plugins51Bundled 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

Rendered live from davepoon/buildwithclaude's GitHub README — not stored, always reflects the source repo.

80 Plugins

NameDescriptionCategorySource
tlsradarSSL/TLS certificate scanning, free Let's Encrypt issuance (private key stays local), and ongoing certificate-expiry monitoring — through a single remote MCP server. Free anonymous scans and cert issuance need no account; OAuth via /mcp unlocks ongoing monitoring.security./plugins/tlsradar
cashflowPersonal finance ledger for AI agents. Connect bank accounts via Plaid, query spending, track recurring bills, categorize transactions, and get financial recaps through MCP tools with OAuth authentication.finance./plugins/cashflow
claude-opsBusiness operations command center for Claude Code — 30 skills, 14 agents, smart background daemon. Manage communications (WhatsApp/Email/Slack/Telegram), projects, infrastructure (AWS), revenue (Stripe+RevenueCat), e-commerce, marketing, monitoring (Datadog/New Relic/OTEL), and voice. Includes /gtm go-to-market planner, /ops:projects portfolio dashboard, and 4 parallel C-suite agents (YOLO mode).productivity./plugins/claude-ops
claude-hudReal-time statusline HUD for Claude Code - displays context usage, tool activity, agent tracking, and todo progressmonitoring./plugins/claude-hud
claude-pagerNative desktop notifications when Claude Code needs your attentionmonitoring./plugins/claude-pager
slopmopQuality gates for AI-assisted codebases. Provides refit onboarding, the swab/scour/buff/sail remediation loop, and barnacle friction reporting as a Claude skill and slash commands.development./plugins/slopmop
animated-sketch-diagramCreates hand-drawn animated technical diagrams as self-contained HTML and seamless-loop GIFs, with motion that follows branches, merges, and feedback loops in the system topology.creativeOLDyade/animated-sketch-diagram
archcoreMake your AI agent code with your project's architecture, rules, and decisions. Git-native context (folder conventions, ADRs, team standards) so new code lands in the right place and decisions persist across sessions and agents.developmentarchcore-ai/plugin
agents-blockchain-web3Specialized agents for blockchain development, smart contracts, and Web3 applicationsagents./plugins/agents-blockchain-web3
agents-business-financeAgents for business analysis, financial modeling, and KPI trackingagents./plugins/agents-business-finance
agents-crypto-tradingExpert agents for cryptocurrency trading, DeFi strategies, and market analysisagents./plugins/agents-crypto-trading
agents-data-aiAgents for data engineering, machine learning, and AI developmentagents./plugins/agents-data-ai
agents-design-experienceAgents for UI/UX design, accessibility, and user experience optimizationagents./plugins/agents-design-experience
agents-development-architectureExpert agents for software architecture, backend development, and system designagents./plugins/agents-development-architecture
agents-infrastructure-operationsAgents for cloud infrastructure, DevOps, and database operationsagents./plugins/agents-infrastructure-operations
agents-language-specialistsExpert agents for specific programming languages (Python, Go, Rust, etc.)agents./plugins/agents-language-specialists
agents-quality-securityAgents for code review, security audits, debugging, and quality assuranceagents./plugins/agents-quality-security
agents-sales-marketingAgents for content marketing, customer support, and sales automationagents./plugins/agents-sales-marketing
agents-specialized-domainsDomain-specific expert agents for validation, knowledge-graph, and other specialized tasksagents./plugins/agents-specialized-domains
agents-documentationAgents for writing, formatting, and validating documentation and technical contentagents./plugins/agents-documentation
agents-researchAgents for academic, market, and technical research, synthesis, and reportingagents./plugins/agents-research
agents-media-contentAgents for podcasts, audio/video, transcription, OCR, and content production pipelinesagents./plugins/agents-media-content
agents-ai-agentsAgents for multi-agent orchestration, MCP tooling, and agentic workflowsagents./plugins/agents-ai-agents
commands-api-developmentCommands for designing and documenting REST and GraphQL APIscommands./plugins/commands-api-development
commands-automation-workflowCommands for automating repetitive tasks and workflowscommands./plugins/commands-automation-workflow
commands-ci-deploymentCommands for CI/CD setup, containerization, and deployment automationcommands./plugins/commands-ci-deployment
commands-code-analysis-testingCommands for code review, testing, and analysiscommands./plugins/commands-code-analysis-testing
commands-context-loading-primingCommands for loading context and priming Claude for specific taskscommands./plugins/commands-context-loading-priming
commands-database-operationsCommands for database schema design, migrations, and optimizationcommands./plugins/commands-database-operations
commands-documentation-changelogsCommands for generating documentation and managing changelogscommands./plugins/commands-documentation-changelogs
commands-framework-svelteSpecialized commands for Svelte and SvelteKit developmentcommands./plugins/commands-framework-svelte
commands-game-developmentCommands for game development workflowscommands./plugins/commands-game-development
commands-integration-syncCommands for integrating with external services and syncing datacommands./plugins/commands-integration-sync
commands-miscellaneousGeneral-purpose utility commandscommands./plugins/commands-miscellaneous
commands-monitoring-observabilityCommands for setting up monitoring and observabilitycommands./plugins/commands-monitoring-observability
commands-performance-optimizationCommands for optimizing build, bundle size, and performancecommands./plugins/commands-performance-optimization
commands-project-setupCommands for initializing and setting up new projectscommands./plugins/commands-project-setup
commands-project-task-managementCommands for task management and project trackingcommands./plugins/commands-project-task-management
interviewInterview command for fleshing out big feature plans and specificationsproductivity./plugins/interview
commands-security-auditCommands for security auditing and vulnerability scanningcommands./plugins/commands-security-audit
commands-simulation-modelingCommands for scenario simulation and decision modelingcommands./plugins/commands-simulation-modeling
commands-team-collaborationCommands for team workflows, PR reviews, and collaborationcommands./plugins/commands-team-collaboration
commands-typescript-migrationCommands for migrating JavaScript projects to TypeScriptcommands./plugins/commands-typescript-migration
commands-utilities-debuggingGeneral debugging and utility commandscommands./plugins/commands-utilities-debugging
commands-version-control-gitCommands for Git operations, commits, and PRscommands./plugins/commands-version-control-git
commands-workflow-orchestrationCommands for orchestrating complex workflowscommands./plugins/commands-workflow-orchestration
hooks-automationAutomation Hooks - Event-driven automation hookshooks./plugins/hooks-automation
hooks-developmentDevelopment Hooks - Event-driven automation hookshooks./plugins/hooks-development
hooks-formattingFormatting Hooks - Event-driven automation hookshooks./plugins/hooks-formatting
hooks-gitGit Hooks - Event-driven automation hookshooks./plugins/hooks-git
hooks-notificationsNotification Hooks - Event-driven automation hookshooks./plugins/hooks-notifications
hooks-performancePerformance Hooks - Event-driven automation hookshooks./plugins/hooks-performance
hooks-securitySecurity Hooks - Event-driven automation hookshooks./plugins/hooks-security
hooks-testingTesting Hooks - Event-driven automation hookshooks./plugins/hooks-testing
mcp-servers-dockerDocker-based MCP servers from the official Docker MCP registry - includes 199+ verified serversmcp-servers./plugins/mcp-servers-docker
all-agentsComplete collection of 117 specialized AI agents across 11 categoriesagents./plugins/all-agents
all-commandsComplete collection of 174 slash commands across 22 categoriescommands./plugins/all-commands
all-hooksComplete collection of 28 automation hooks for event-driven workflowshooks./plugins/all-hooks
all-skillsComplete collection of ~110 Claude Code skills across document processing, development, automation, CRM, DevOps, and moreskills./plugins/all-skills
nextjs-expertNext.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patternsdevelopment./plugins/nextjs-expert
frontend-design-proAdvanced frontend design plugin with interactive wizard, trend research, moodboard creation, browser-based inspiration analysis, color/typography selection, and WCAG accessibilitydevelopment./plugins/frontend-design-pro
obsidian-skillsSkills for working with Obsidian files including Markdown with wikilinks/embeds/callouts, Bases for database views, and Canvas for visual diagramsproductivity./plugins/obsidian-skills
originAI work memory for Claude Code: brief, capture, recall, handoff, and distill, backed by a local daemon and MCP so decisions, lessons, project context, and wiki pages carry across sessions.productivity./plugins/origin
project-boundarySecurity hook that blocks destructive commands and file operations outside the project directorysecurity./plugins/project-boundary
shipwrightDescribe your app in plain English — Shipwright builds, tests, and deploys it autonomously. 9-phase pipeline, 4 stacks, enterprise-grade safety hooks.development./plugins/shipwright
codex-hudDisplay OpenAI Codex usage and rate limits inside Claude Code. Real-time statusline integration with claude-hud (auto-installed via /codex-hud:setup).monitoring./plugins/codex-hud
magic-cc-codex-workerTurns OpenAI Codex into a pool of parallel agent workers inside Claude Code. Each worker runs in its own git worktree so parallel edits don't collide. Resumable sessions via Codex's native thread_id, dual-model PR review with materialized detached worktree, and role-based specialization (implementer/reviewer/planner/generic).orchestration./plugins/magic-cc-codex-worker
vibe-prospectingPower your chat with live B2B data to create lead lists, research companies, enrich contacts, personalize outreach, and inspect business signals, tech stacks, events, and website changes. 150M+ businesses and 800M+ professionals via the Explorium MCP.sales-marketing./plugins/vibe-prospecting
backlogdTurn Claude Code into a problem-driven scrum team. You file problems as Linear issues; an agent team runs the empirical Scrum loop (scope, solve, review, adapt) and owns the solutions. An independent reviewer gates every increment against its acceptance criteria, the Definition of Done, and a standards corpus. Runs on your Claude subscription via the official Linear MCP over OAuth — no API keys.orchestrationnicolai-bernsen/backlogd
kegg-mcp-serverQuery the KEGG bioinformatics database — pathways, genes, compounds, drugs, enzymes, diseases, reactions, and more via 34 read-only MCP tools. No API key required.mcp-servers./plugins/kegg-mcp-server
claude-wayfinderHelps Claude make deterministic, auditable choices about which agent and skills to use for a given task — replacing prose-scanning agent/skill selection with a typed scoring kernel that returns one of seven typed decisions with confidence, rationale, and alternatives.orchestrationglitchwerks/claude-wayfinder
claude-prospectorClaude Code efficiency and hygiene toolkit. Surfaces token spend across the 5h / 7d / Sonnet-7d billing windows with per-model / per-agent / per-skill attribution, and audits your effective Claude Code configuration (custom + plugin agents and skills) for overlap and conflicts. Ships an interactive dashboard, a conversational usage-analysis skill, and a structured config-audit skill.monitoringglitchwerks/claude-prospector
claude-github-toolsGitHub workflow skills for Claude Code - issue creation, PR review triage, backlog summaries/quick-wins, release status, and GitHub Actions authoring. Seven skills; three pure-LLM, four script-backed via an auto-materialized plugin venv.developmentglitchwerks/claude-github-tools
ultracostPer-stage model routing + pre-flight cost gate for Claude Code ultracode dynamic workflows. Pins an explicit model + effort on every agent() subagent stage, estimates cost before launch, and ships a static guard + PreToolUse gate that flag stages which would silently inherit the session's Opus model. Zero dependencies, no telemetry, MIT.developmentdanielkremen818/ultracost
forgeFull-lifecycle SDLC orchestrator: a 12-stage pipeline (SRS, architecture, spec, plan, build, eval, deploy, monitor, release) driven by specialized agents, persistent cross-session memory, auto-reflection, gate enforcement, and semantic skill mining that proposes new skills from recurring workflows.developmenttonmoy007/forge-plugins
codex-orchestratorOrchestrate OpenAI Codex from Claude through supervised checkpoint slices, server-enforced quality gates, persistent plans and hypotheses, worktree isolation, and per-task model and effort control.orchestrationtomtastisch/codex-orchestrator
claude-md-kitScaffold and audit CLAUDE.md files from inside Claude Code: /claude-md-new builds one from battle-tested templates using your repo's real commands; /claude-md-audit grades an existing one and returns worst-first fixes.development./plugins/claude-md-kit
fabler-relayHuman-in-the-loop request queue for autonomous agents: file a blocker (account creation, CAPTCHA-gated step, purchase approval) to a human operator via MCP, poll for the result, keep working. Talks to your own self-hosted Cloudflare Worker.mcp-servers./plugins/fabler-relay
fabler-x402-toolsNine MCP tools for security audits, web scraping, OG rendering, and funding spreads. Default setup is inspect-only and requires no wallet key. Optional x402 auto-payment requires X402_BUYER_PRIVATE_KEY; use only a dedicated low-balance wallet funded with what you are willing to spend.mcp-servers./plugins/fabler-x402-tools
travel-agent-skill私人旅行管家 · Travel Agent — 在 Claude Code 中一句话规划完整旅行。AI 自动联网查实时车次、景点、美食信息,输出闭环行程并生成 HTML 攻略。每个行程项带 12306/携程/大众点评/高德/小红书一键跳转。productivity./plugins/travel-agent-skill

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.