/ Каталог / Песочница / 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 использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

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

Щёлкните значок MCP Servers на боковой панели Cline, затем "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 использует массив объектов серверов, а не map.

~/.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 — эффект x10

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

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills