/ Annuaire / Playground / DSkills
● Communauté Dianel555 ⚡ Instantané

DSkills

par 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).

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

dskills-skill.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/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
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

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

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

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

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

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

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

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

Continue utilise un tableau d'objets serveur plutôt qu'une map.

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

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

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

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : DSkills

Navigate an unfamiliar codebase like an IDE

👤 Engineers onboarding to a repo ⏱ ~10 min beginner

Quand l'utiliser : You inherited a large repo and want to jump to symbol definitions / usages, not grep.

Prérequis
  • Skill installed — git clone https://github.com/Dianel555/DSkills ~/.claude/skills/DSkills
  • Serena MCP — Install Serena MCP server
Déroulement
  1. Activate Serena via DSkills
    Use DSkills Serena — what are the usages of AuthService.login across the repo?✓ Copié
    → Symbol-level results, not text grep

Résultat : Navigation that feels like a real IDE.

Combiner avec : agent-skill-tdd-skill

Reason through a complex design decision iteratively

👤 Engineers on hard design questions ⏱ ~30 min intermediate

Quand l'utiliser : The problem isn't amenable to one-shot answers.

Déroulement
  1. Invoke sequential-think
    Use sequential-think. Design question: 'how should we shard our user table across regions?' Work iteratively.✓ Copié
    → Steps with self-corrections, not a monolith answer

Résultat : A reasoned design path.

Combiner avec : swing-skill

Find conceptually similar content with Exa semantic search

👤 Researchers, content strategists ⏱ ~15 min beginner

Quand l'utiliser : Keyword search isn't catching what you actually mean.

Prérequis
  • EXA_API_KEY — Get at exa.ai
Déroulement
  1. Run semantic query
    Use DSkills exa — find the 10 most conceptually similar articles to 'graph RAG for enterprise search'.✓ Copié
    → Semantically relevant results

Résultat : Better research starting points than keyword search.

Reason about timezones without off-by-one errors

👤 Anyone scheduling across regions ⏱ ~5 min beginner

Quand l'utiliser : Scheduling a meeting or scheduled job across timezones.

Déroulement
  1. Use time utils
    Convert 9:00 Tokyo Monday to SF local time.✓ Copié
    → Correct conversion with DST-awareness

Résultat : No more 'wait, is that yesterday?' errors.

Combinaisons

Associez-le à d'autres MCPs pour un effet 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.✓ Copié
dskills-skill + swing-skill

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

Start with sequential-think; end with swing-review on the output.✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
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

Coût et limites

Coût d'exécution

Quota d'API
Grok + Exa APIs bring their own
Tokens par appel
Low
Monétaire
Skill free; APIs separate
Astuce
Prefer Serena (local) for code nav, save Grok/Exa credits for research

Sécurité

Permissions, secrets, portée

Stockage des identifiants : GROK_API_KEY, EXA_API_KEY in env
Sortie de données : Queries go to Grok/Exa when those skills are invoked

Dépannage

Erreurs courantes et correctifs

Serena returns no results

Reindex; confirm Serena is pointed at the right repo root

Exa 401

EXA_API_KEY missing or wrong

Vérifier : curl https://api.exa.ai/search with the key

Alternatives

DSkills vs autres

AlternativeQuand l'utiliserCompromis
Skills-4-SEYou want 180+ skills not 6 tight onesMore noise

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills