/ 디렉터리 / 플레이그라운드 / Claude-Skills
● 커뮤니티 borghei ⚡ 바로 사용

Claude-Skills

제작: borghei · borghei/Claude-Skills

245-skill mega-bundle for Claude Code, Codex, Cursor, and 8 other coding agents — 653 Python tools, 32 agents, 26 slash commands in one repo.

A large aggregation of skills, agents, slash commands, and Python tools that aims to work across many coding agent surfaces (Claude Code, Codex CLI, Gemini CLI, Cursor, and more). Closer to a platform install than a focused skill — worth treating as a menu, not a full activation.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

claude-skill-4.replay ▶ 준비됨
0/0

설치

클라이언트 선택

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

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

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

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

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

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

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

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

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

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

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

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

claude mcp add claude-skill-4 -- git clone https://github.com/borghei/Claude-Skills ~/.claude/skills/Claude-Skills

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

사용 사례

실전 활용법: Claude-Skills

Browse the catalog and pick only the skills you need

👤 Claude Code users who don't want 245 skills auto-loading ⏱ ~30 min intermediate

언제 쓸까: You just want the good parts — specific agents or commands — not the whole kitchen sink.

사전 조건
  • Skill cloned — git clone https://github.com/borghei/Claude-Skills ~/.claude/skills/Claude-Skills (then cherry-pick)
흐름
  1. Explore
    Use Claude-Skills. List what's in skills/ and agents/ with a one-line description per entry.✓ 복사됨
    → Navigable index
  2. Copy what you want
    Copy just the database-migrator agent and the api-scaffold slash command to a lean personal skills dir.✓ 복사됨
    → cp commands run; your own dir stays minimal

결과: You benefit from the bundle without dragging in 240 skills you'll never use.

함정
  • Installing the whole bundle and bloating your environment — Treat it as a source to cherry-pick from
함께 쓰기: filesystem

Use the slash commands for common dev ops

👤 Daily Claude Code drivers ⏱ ~20 min beginner

언제 쓸까: You repeat workflows (create PR template, scaffold API, etc.) and want one-liners.

흐름
  1. Browse the commands
    Use Claude-Skills. What slash commands are in commands/? One-liner each.✓ 복사됨
    → Indexed command list
  2. Install the ones you want
    Install /scaffold-api and /pr-template only.✓ 복사됨
    → Links or copies placed in your config dir

결과: Keyboard shortcuts for your most-repeated workflows.

조합

다른 MCP와 조합해 10배 효율

claude-skill-4 + filesystem

Selectively move pieces into your own managed skill dir

Copy the database-migrator agent files into ~/.claude/agents/ and leave the rest behind.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
browse_catalog category (skills/agents/commands/tools) First-time exploration 0
cherry_pick item name Adding a single piece 0

비용 및 제한

운영 비용

API 쿼터
None
호출당 토큰
Depends entirely on which pieces you activate
금액
Free
Don't load all 245 skills at once — cherry-pick to avoid context bloat.

보안

권한, 시크릿, 파급범위

자격 증명 저장: Varies per included piece
데이터 외부 송신: Varies — inspect each piece before use

문제 해결

자주 발생하는 오류와 해결

Claude Code slow to start after install

Too many skills loading at once; cherry-pick instead of installing whole bundle

확인: ls ~/.claude/skills/ | wc -l
Something doesn't behave like docs say

Pieces in a mega-bundle get less individual testing. Inspect the specific SKILL.md.

대안

Claude-Skills 다른 것과 비교

대안언제 쓰나단점/장점
claude-skills-vault-skillYou want a smaller curated senior-dev bundleLess breadth
skill-fetch-skillYou prefer search-and-install over pre-bundledNo one-stop install

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

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