/ 디렉터리 / 플레이그라운드 / buildwithclaude
● 커뮤니티 davepoon ⚡ 바로 사용

buildwithclaude

제작: davepoon · davepoon/buildwithclaude

A discovery hub and marketplace for Claude Code plugins, agents, commands, hooks, and skills — 20k+ community extensions.

buildwithclaude is a centralized platform for finding and installing Claude Code extensions. It indexes 20k+ community plugins, 4,500+ MCP servers, 117 agents, 175 commands, 28 hooks, and 26 skills. Browse via buildwithclaude.com or install directly. Covers development, infrastructure, data, and blockchain specializations.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

buildwithclaude-skill.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "buildwithclaude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/davepoon/buildwithclaude",
        "~/.claude/skills/buildwithclaude"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "buildwithclaude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/davepoon/buildwithclaude",
        "~/.claude/skills/buildwithclaude"
      ],
      "_inferred": true
    }
  }
}

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "buildwithclaude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/davepoon/buildwithclaude",
        "~/.claude/skills/buildwithclaude"
      ],
      "_inferred": true
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "buildwithclaude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/davepoon/buildwithclaude",
        "~/.claude/skills/buildwithclaude"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "buildwithclaude-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/davepoon/buildwithclaude",
        "~/.claude/skills/buildwithclaude"
      ]
    }
  ]
}

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

~/.config/zed/settings.json
{
  "context_servers": {
    "buildwithclaude-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/davepoon/buildwithclaude",
          "~/.claude/skills/buildwithclaude"
        ]
      }
    }
  }
}

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add buildwithclaude-skill -- git clone https://github.com/davepoon/buildwithclaude ~/.claude/skills/buildwithclaude

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: buildwithclaude

How to find a specialized Claude agent for your task

👤 Claude Code users who want domain-expert AI assistance ⏱ ~10 min beginner

언제 쓸까: You need Claude to act as a specialist — database optimizer, security auditor, DevOps engineer, etc.

흐름
  1. Search for agents
    Search buildwithclaude for agents related to database optimization and PostgreSQL.✓ 복사됨
    → List of relevant agents with descriptions and install instructions
  2. Install the agent
    Install the PostgreSQL optimizer agent.✓ 복사됨
    → Agent installed and activated

결과: A specialized agent ready to provide expert-level assistance.

함정
  • Agent quality varies across community submissions — Check ratings/reviews and GitHub stars before installing

Set up event-driven hooks for your development workflow

👤 Developers wanting automated Claude Code behaviors ⏱ ~15 min intermediate

언제 쓸까: You want Claude to automatically run actions on git events, code formatting, or security scanning.

흐름
  1. Browse available hooks
    What hooks are available in buildwithclaude for git and code quality?✓ 복사됨
    → List of hooks like pre-commit formatting, security scanning, etc.
  2. Install a hook
    Install the pre-commit security scanning hook.✓ 복사됨
    → Hook configured and active

결과: Automated hooks running on your development events.

함정
  • Too many hooks slow down git operations — Start with essential hooks (formatting, security) and add more only as needed
함께 쓰기: github

조합

다른 MCP와 조합해 10배 효율

buildwithclaude-skill + github

Discover buildwithclaude plugins that integrate with GitHub workflows

Find buildwithclaude plugins that help with PR reviews and GitHub issue management.✓ 복사됨

비용 및 제한

운영 비용

API 쿼터
N/A — discovery platform
호출당 토큰
0
금액
Free
Individual plugins may have their own costs. Check before installing.

보안

권한, 시크릿, 파급범위

자격 증명 저장: N/A — per-plugin
데이터 외부 송신: Varies per installed plugin

문제 해결

자주 발생하는 오류와 해결

Plugin install fails

Check that your Claude Code version supports the plugin format. Update Claude Code to the latest version.

확인: claude --version
Agent not activating

Some agents require specific trigger phrases. Check the agent's documentation for activation keywords.

Marketplace not loading

Check your network connection and verify buildwithclaude.com is accessible.

확인: curl https://buildwithclaude.com

대안

buildwithclaude 다른 것과 비교

대안언제 쓰나단점/장점
awesome-agent-skillsYou want a curated list rather than a marketplace, with cross-platform supportLess tooling but more manual curation
awesome-claude-skillsYou specifically want Claude Skills with progressive disclosureFocused on skills only, not agents/commands/hooks

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기