/ 디렉터리 / 플레이그라운드 / Claude Code System Prompts
● 커뮤니티 Piebald-AI ⚡ 바로 사용

Claude Code System Prompts

제작: Piebald-AI · Piebald-AI/claude-code-system-prompts

All parts of Claude Code's system prompt and built-in tool descriptions, versioned per release.

Claude Code System Prompts is a skill that all parts of claude code's system prompt and built-in tool descriptions, versioned per release Use it from Claude Code, Cursor, Codex, or any MCP-compatible / skills-compatible agent.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

claude-code-system-prompts.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-code-system-prompts": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Piebald-AI/claude-code-system-prompts",
        "~/.claude/refs/system-prompts"
      ],
      "_inferred": true
    }
  }
}

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

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-code-system-prompts": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Piebald-AI/claude-code-system-prompts",
        "~/.claude/refs/system-prompts"
      ],
      "_inferred": true
    }
  }
}

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

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-code-system-prompts": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Piebald-AI/claude-code-system-prompts",
        "~/.claude/refs/system-prompts"
      ],
      "_inferred": true
    }
  }
}

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

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-code-system-prompts": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Piebald-AI/claude-code-system-prompts",
        "~/.claude/refs/system-prompts"
      ],
      "_inferred": true
    }
  }
}

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

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-code-system-prompts",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Piebald-AI/claude-code-system-prompts",
        "~/.claude/refs/system-prompts"
      ]
    }
  ]
}

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

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-code-system-prompts": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/Piebald-AI/claude-code-system-prompts",
          "~/.claude/refs/system-prompts"
        ]
      }
    }
  }
}

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

claude mcp add claude-code-system-prompts -- git clone https://github.com/Piebald-AI/claude-code-system-prompts ~/.claude/refs/system-prompts

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

사용 사례

실전 활용법: Claude Code System Prompts

Use Claude Code System Prompts for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

언제 쓸까: You want skill integration for skill work without writing glue code.

사전 조건
  • Repo installed / cloned — See repo README
흐름
  1. Install
    Set up the Claude Code System Prompts skill.✓ 복사됨
    → skill listed in your agent config
  2. Invoke
    Use Claude Code System Prompts to run a representative task in skill.✓ 복사됨
    → Tool call succeeds; result returned

결과: Real skill work completed via Claude Code System Prompts with one chat.

함정
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
함께 쓰기: filesystem

조합

다른 MCP와 조합해 10배 효율

claude-code-system-prompts + filesystem

Pair with filesystem for skill workflows that need local file IO.

Use Claude Code System Prompts together with filesystem.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
primary_call task-specific For the main use case Varies

비용 및 제한

운영 비용

API 쿼터
Provider rate limits apply
호출당 토큰
Varies
금액
Free / pay provider directly
Cache results; batch calls.

보안

권한, 시크릿, 파급범위

자격 증명 저장: Use environment variables or your OS keychain.
데이터 외부 송신: Depends on integration

문제 해결

자주 발생하는 오류와 해결

Confirm install and restart your agent.

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

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