/ Annuaire / Playground / Awesome Claude Code & Skills (GetBindu)
● Communauté GetBindu ⚡ Instantané

Awesome Claude Code & Skills (GetBindu)

par GetBindu · GetBindu/awesome-claude-code-and-skills

A community-maintained collection of Claude Skills with usage notes.

A community-maintained collection of Claude Skills with usage notes.

Démo en direct

Aperçu en pratique

awesome-claude-code-and-skills-getbindu.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": {
    "awesome-claude-code-and-skills-getbindu": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-claude-skills-getbindu"
      ]
    }
  }
}

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

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "awesome-claude-code-and-skills-getbindu": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-claude-skills-getbindu"
      ]
    }
  }
}

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": {
    "awesome-claude-code-and-skills-getbindu": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-claude-skills-getbindu"
      ]
    }
  }
}

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

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "awesome-claude-code-and-skills-getbindu": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-claude-skills-getbindu"
      ]
    }
  }
}

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

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "awesome-claude-code-and-skills-getbindu",
      "command": "npx",
      "args": [
        "-y",
        "awesome-claude-skills-getbindu"
      ]
    }
  ]
}

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

~/.config/zed/settings.json
{
  "context_servers": {
    "awesome-claude-code-and-skills-getbindu": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "awesome-claude-skills-getbindu"
        ]
      }
    }
  }
}

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

claude mcp add awesome-claude-code-and-skills-getbindu -- npx -y awesome-claude-skills-getbindu

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

Cas d'usage

Usages concrets : Awesome Claude Code & Skills (GetBindu)

Get started with Awesome Claude Code & Skills (GetBindu)

Quand l'utiliser : When you want to bring Awesome Claude Code & Skills (GetBindu) into your Claude workflow.

Déroulement
  1. Install the server in your MCP client of choice.
  2. Authenticate if required.
  3. Ask Claude to use its tools.

Résultat : Claude can interact with Awesome Claude Code & Skills (GetBindu) directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills