유용한 워크플로 헬퍼 가져오기
언제 쓸까: 오버헤드 없이 실용적인 조각이 필요할 때.
흐름
-
탐색각 SKILL.md를 읽습니다.✓ 복사됨→ 멘탈 맵 형성
-
복사맞는 것을 가져갑니다.✓ 복사됨→ 슬림한 추가
결과: 프레임워크 잠금 없이 워크플로 도움 확보.
제작: glebis · glebis/claude-skills
실용적인 Claude Code 스킬 개인 컬렉션 — 일상 사용을 통해 조율된 생산성 헬퍼와 소규모 자동화.
워크플로 자동화에 집중한 스킬 컬렉션: 리서치 헬퍼, 문서 정리, 구조화된 노트 생성, 소규모 프로세스 자동화. 선별 가능한 패턴의 좋은 소스입니다.
%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 열기. 저장 후 앱 재시작.
{
"mcpServers": {
"glebis-claude-skills": {
"command": "git",
"args": [
"clone",
"https://github.com/glebis/claude-skills"
],
"_inferred": true
}
}
}
Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.
{
"mcpServers": {
"glebis-claude-skills": {
"command": "git",
"args": [
"clone",
"https://github.com/glebis/claude-skills"
],
"_inferred": true
}
}
}
Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.
{
"mcpServers": {
"glebis-claude-skills": {
"command": "git",
"args": [
"clone",
"https://github.com/glebis/claude-skills"
],
"_inferred": true
}
}
}
Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.
{
"mcpServers": [
{
"name": "glebis-claude-skills",
"command": "git",
"args": [
"clone",
"https://github.com/glebis/claude-skills"
]
}
]
}
Continue는 맵이 아닌 서버 오브젝트 배열 사용.
{
"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로 제거.
언제 쓸까: 오버헤드 없이 실용적인 조각이 필요할 때.
결과: 프레임워크 잠금 없이 워크플로 도움 확보.
| 도구 | 입력 | 언제 호출 | 비용 |
|---|---|---|---|
| multi-skill | (문서 참조) | 서브디렉토리별 스킬 | 호출 1회 |
개인 규칙하드코딩된 경로 수정
| 대안 | 언제 쓰나 | 단점/장점 |
|---|---|---|
| 더 큰 번들 | 폭넓은 커버리지를 원할 때 | 덜 큐레이션됨 |