/ Annuaire / Playground / Awesome Claude Skills (Chat2AnyLLM)
● Communauté Chat2AnyLLM ⚡ Instantané

Awesome Claude Skills (Chat2AnyLLM)

par Chat2AnyLLM · Chat2AnyLLM/awesome-claude-skills

10k+ Claude Skills curated index — the largest cross-domain catalog as of June 2026.

10k+ Claude Skills curated index — the largest cross-domain catalog as of June 2026.

Démo en direct

Aperçu en pratique

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

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

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

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

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

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

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

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

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

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

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

claude mcp add awesome-claude-skills-chat2anyllm -- npx -y awesome-claude-skills-chat2anyllm

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

Cas d'usage

Usages concrets : Awesome Claude Skills (Chat2AnyLLM)

Get started with Awesome Claude Skills (Chat2AnyLLM)

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

Déroulement
  1. Install the skill in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Awesome Claude Skills (Chat2AnyLLM) to help me with a task.✓ Copié

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

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills