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

glebis Claude Skills

제작: glebis · glebis/claude-skills

실용적인 Claude Code 스킬 개인 컬렉션 — 일상 사용을 통해 조율된 생산성 헬퍼와 소규모 자동화.

워크플로 자동화에 집중한 스킬 컬렉션: 리서치 헬퍼, 문서 정리, 구조화된 노트 생성, 소규모 프로세스 자동화. 선별 가능한 패턴의 좋은 소스입니다.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

준비됨

설치

클라이언트 선택

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

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

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

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

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

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

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

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

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

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

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

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

claude mcp add glebis-claude-skills -- git clone https://github.com/glebis/claude-skills

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

사용 사례

실전 활용법: glebis Claude Skills

유용한 워크플로 헬퍼 가져오기

👤 Claude Code 사용자 ⏱ ~15 min intermediate

언제 쓸까: 오버헤드 없이 실용적인 조각이 필요할 때.

흐름
  1. 탐색
    각 SKILL.md를 읽습니다.✓ 복사됨
    → 멘탈 맵 형성
  2. 복사
    맞는 것을 가져갑니다.✓ 복사됨
    → 슬림한 추가

결과: 프레임워크 잠금 없이 워크플로 도움 확보.

조합

다른 MCP와 조합해 10배 효율

glebis-claude-skills + cc-thingz

일상 사용 번들 조합

glebis-claude-skills와 cc-thingz 조합: 일상 사용 번들 조합✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
multi-skill (문서 참조) 서브디렉토리별 스킬 호출 1회

비용 및 제한

운영 비용

API 쿼터
해당 없음
호출당 토큰
소량~중간
금액
무료
각 스킬의 트리거를 읽으세요; 일부는 개인 설정입니다

보안

권한, 시크릿, 파급범위

자격 증명 저장: 없음
데이터 외부 송신: 없음

문제 해결

자주 발생하는 오류와 해결

개인 규칙

하드코딩된 경로 수정

대안

glebis Claude Skills 다른 것과 비교

대안언제 쓰나단점/장점
더 큰 번들폭넓은 커버리지를 원할 때덜 큐레이션됨

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

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