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

DSkills

제작: Dianel555 · Dianel555/DSkills

6 CLI tool skills for AI coders — Grok search, Exa semantic search, sequential thinking, time utilities, Serena code nav, ace-tool prompt enhancement.

A tight collection of 6 skills aimed at giving coding agents (Claude Code, Codex, Gemini CLI) better tool-shaped capabilities: grok-search (Grok API web search), exa (semantic search via Exa), sequential-think (iterative reasoning engine), time (tz utilities), Serena (semantic code navigation), and ace-tool (semantic code search + prompt enhancement).

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

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

설치

클라이언트 선택

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

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

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

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

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

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

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

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

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

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

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

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

claude mcp add dskills-skill -- git clone https://github.com/Dianel555/DSkills ~/.claude/skills/DSkills

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

사용 사례

실전 활용법: DSkills

Navigate an unfamiliar codebase like an IDE

👤 Engineers onboarding to a repo ⏱ ~10 min beginner

언제 쓸까: You inherited a large repo and want to jump to symbol definitions / usages, not grep.

사전 조건
  • Skill installed — git clone https://github.com/Dianel555/DSkills ~/.claude/skills/DSkills
  • Serena MCP — Install Serena MCP server
흐름
  1. Activate Serena via DSkills
    Use DSkills Serena — what are the usages of AuthService.login across the repo?✓ 복사됨
    → Symbol-level results, not text grep

결과: Navigation that feels like a real IDE.

함께 쓰기: agent-skill-tdd-skill

Reason through a complex design decision iteratively

👤 Engineers on hard design questions ⏱ ~30 min intermediate

언제 쓸까: The problem isn't amenable to one-shot answers.

흐름
  1. Invoke sequential-think
    Use sequential-think. Design question: 'how should we shard our user table across regions?' Work iteratively.✓ 복사됨
    → Steps with self-corrections, not a monolith answer

결과: A reasoned design path.

함께 쓰기: swing-skill

Find conceptually similar content with Exa semantic search

👤 Researchers, content strategists ⏱ ~15 min beginner

언제 쓸까: Keyword search isn't catching what you actually mean.

사전 조건
  • EXA_API_KEY — Get at exa.ai
흐름
  1. Run semantic query
    Use DSkills exa — find the 10 most conceptually similar articles to 'graph RAG for enterprise search'.✓ 복사됨
    → Semantically relevant results

결과: Better research starting points than keyword search.

Reason about timezones without off-by-one errors

👤 Anyone scheduling across regions ⏱ ~5 min beginner

언제 쓸까: Scheduling a meeting or scheduled job across timezones.

흐름
  1. Use time utils
    Convert 9:00 Tokyo Monday to SF local time.✓ 복사됨
    → Correct conversion with DST-awareness

결과: No more 'wait, is that yesterday?' errors.

조합

다른 MCP와 조합해 10배 효율

dskills-skill + agent-skill-tdd-skill

Serena through DSkills powers the semantic nav step of TDD

Run agent-skill-tdd with DSkills serena for the investigation phase.✓ 복사됨
dskills-skill + swing-skill

Sequential-think + swing-review for high-stakes decisions

Start with sequential-think; end with swing-review on the output.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
grok-search query Web search Grok API quota
exa query Semantic search Exa API quota
sequential-think problem Hard design problems 0
time tz op Scheduling 0
serena symbol query Code navigation 0
ace-tool prompt or code query Prompt sharpening 0

비용 및 제한

운영 비용

API 쿼터
Grok + Exa APIs bring their own
호출당 토큰
Low
금액
Skill free; APIs separate
Prefer Serena (local) for code nav, save Grok/Exa credits for research

보안

권한, 시크릿, 파급범위

자격 증명 저장: GROK_API_KEY, EXA_API_KEY in env
데이터 외부 송신: Queries go to Grok/Exa when those skills are invoked

문제 해결

자주 발생하는 오류와 해결

Serena returns no results

Reindex; confirm Serena is pointed at the right repo root

Exa 401

EXA_API_KEY missing or wrong

확인: curl https://api.exa.ai/search with the key

대안

DSkills 다른 것과 비교

대안언제 쓰나단점/장점
Skills-4-SEYou want 180+ skills not 6 tight onesMore noise

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

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