/ Annuaire / Playground / Claude-Skills
● Communauté borghei ⚡ Instantané

Claude-Skills

par borghei · borghei/Claude-Skills

245-skill mega-bundle for Claude Code, Codex, Cursor, and 8 other coding agents — 653 Python tools, 32 agents, 26 slash commands in one repo.

A large aggregation of skills, agents, slash commands, and Python tools that aims to work across many coding agent surfaces (Claude Code, Codex CLI, Gemini CLI, Cursor, and more). Closer to a platform install than a focused skill — worth treating as a menu, not a full activation.

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

claude-skill-4.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": {
    "claude-skill-4": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/borghei/Claude-Skills",
        "~/.claude/skills/Claude-Skills"
      ],
      "_inferred": true
    }
  }
}

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

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-skill-4": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/borghei/Claude-Skills",
        "~/.claude/skills/Claude-Skills"
      ],
      "_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": {
    "claude-skill-4": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/borghei/Claude-Skills",
        "~/.claude/skills/Claude-Skills"
      ],
      "_inferred": true
    }
  }
}

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

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

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

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

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

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

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

claude mcp add claude-skill-4 -- git clone https://github.com/borghei/Claude-Skills ~/.claude/skills/Claude-Skills

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

Cas d'usage

Usages concrets : Claude-Skills

Browse the catalog and pick only the skills you need

👤 Claude Code users who don't want 245 skills auto-loading ⏱ ~30 min intermediate

Quand l'utiliser : You just want the good parts — specific agents or commands — not the whole kitchen sink.

Prérequis
  • Skill cloned — git clone https://github.com/borghei/Claude-Skills ~/.claude/skills/Claude-Skills (then cherry-pick)
Déroulement
  1. Explore
    Use Claude-Skills. List what's in skills/ and agents/ with a one-line description per entry.✓ Copié
    → Navigable index
  2. Copy what you want
    Copy just the database-migrator agent and the api-scaffold slash command to a lean personal skills dir.✓ Copié
    → cp commands run; your own dir stays minimal

Résultat : You benefit from the bundle without dragging in 240 skills you'll never use.

Pièges
  • Installing the whole bundle and bloating your environment — Treat it as a source to cherry-pick from
Combiner avec : filesystem

Use the slash commands for common dev ops

👤 Daily Claude Code drivers ⏱ ~20 min beginner

Quand l'utiliser : You repeat workflows (create PR template, scaffold API, etc.) and want one-liners.

Déroulement
  1. Browse the commands
    Use Claude-Skills. What slash commands are in commands/? One-liner each.✓ Copié
    → Indexed command list
  2. Install the ones you want
    Install /scaffold-api and /pr-template only.✓ Copié
    → Links or copies placed in your config dir

Résultat : Keyboard shortcuts for your most-repeated workflows.

Combinaisons

Associez-le à d'autres MCPs pour un effet X10

claude-skill-4 + filesystem

Selectively move pieces into your own managed skill dir

Copy the database-migrator agent files into ~/.claude/agents/ and leave the rest behind.✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
browse_catalog category (skills/agents/commands/tools) First-time exploration 0
cherry_pick item name Adding a single piece 0

Coût et limites

Coût d'exécution

Quota d'API
None
Tokens par appel
Depends entirely on which pieces you activate
Monétaire
Free
Astuce
Don't load all 245 skills at once — cherry-pick to avoid context bloat.

Sécurité

Permissions, secrets, portée

Stockage des identifiants : Varies per included piece
Sortie de données : Varies — inspect each piece before use

Dépannage

Erreurs courantes et correctifs

Claude Code slow to start after install

Too many skills loading at once; cherry-pick instead of installing whole bundle

Vérifier : ls ~/.claude/skills/ | wc -l
Something doesn't behave like docs say

Pieces in a mega-bundle get less individual testing. Inspect the specific SKILL.md.

Alternatives

Claude-Skills vs autres

AlternativeQuand l'utiliserCompromis
claude-skills-vault-skillYou want a smaller curated senior-dev bundleLess breadth
skill-fetch-skillYou prefer search-and-install over pre-bundledNo one-stop install

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills