/ Annuaire / Playground / awesome-agent-skills
● Communauté VoltAgent ⚡ Instantané

awesome-agent-skills

par VoltAgent · VoltAgent/awesome-agent-skills

A curated directory of 1000+ hand-picked agent skills for Claude Code, Codex, Gemini CLI, Cursor, and more.

awesome-agent-skills is a community-curated collection of over 1,000 agent skills from official dev teams and the community. Skills span development, AI/ML, cloud platforms, marketing, security, and productivity. Each skill is hand-picked (not AI-generated) and compatible with multiple agent platforms including Claude Code, Codex, Gemini CLI, and Cursor.

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

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

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

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

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

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

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

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

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

claude mcp add awesome-agent-skill -- git clone https://github.com/VoltAgent/awesome-agent-skills ~/.claude/skills/awesome-agent-skills

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

Cas d'usage

Usages concrets : awesome-agent-skills

How to find the right agent skill for your domain

👤 Developers exploring what skills are available for their workflow ⏱ ~10 min beginner

Quand l'utiliser : You want to extend Claude Code with specialized capabilities but don't know what exists.

Déroulement
  1. Browse the collection
    What skills are available for React and Next.js development in awesome-agent-skills?✓ Copié
    → List of relevant skills with descriptions and install links
  2. Install a skill
    Install the Vercel Next.js skill for Claude Code.✓ Copié
    → Skill installed and ready to use

Résultat : A domain-specific skill installed and ready to enhance your workflow.

Pièges
  • Installing too many skills bloats context — Only install skills you actively use — remove unused ones to keep context lean

How to contribute your own skill to the awesome-agent-skills collection

👤 Developers who built useful agent skills and want to share ⏱ ~30 min intermediate

Quand l'utiliser : You have a working skill and want community exposure.

Prérequis
  • A working agent skill — Follow the skill format documented in the repo
Déroulement
  1. Submit a PR
    Help me prepare a PR to add my custom skill to awesome-agent-skills. Here's my skill folder structure.✓ Copié
    → PR with proper formatting and category placement

Résultat : Your skill listed in the curated collection.

Pièges
  • Skill doesn't follow the expected format — Review existing skills in the repo for the correct file structure and metadata format
Combiner avec : github

Combinaisons

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

awesome-agent-skill + github

Browse the awesome-agent-skills repo and install skills directly from GitHub

Search the awesome-agent-skills repo for skills related to AWS Lambda deployment and help me install the best one.✓ Copié

Coût et limites

Coût d'exécution

Quota d'API
N/A — this is a curated list, not a service
Tokens par appel
0
Monétaire
Free
Astuce
Skills themselves may have their own costs depending on what APIs they use.

Sécurité

Permissions, secrets, portée

Stockage des identifiants : N/A — each skill manages its own credentials
Sortie de données : Varies per skill — review individual skills before installing

Dépannage

Erreurs courantes et correctifs

Skill not loading in Claude Code

Ensure the skill is in the correct directory (~/.claude/skills/) and follows the expected folder structure.

Vérifier : ls ~/.claude/skills/
Skill conflicts with another installed skill

Remove the conflicting skill or check for duplicate trigger patterns.

Vérifier : Review both skills' SKILL.md for overlapping triggers
Skill works in one platform but not another

Some skills are platform-specific. Check the skill's documentation for supported platforms.

Alternatives

awesome-agent-skills vs autres

AlternativeQuand l'utiliserCompromis
awesome-claude-skillsYou specifically want Claude-focused skills with progressive disclosure architectureMore Claude-specific but less cross-platform coverage
buildwithclaudeYou want a web-based discovery platform with plugins, agents, and commandsMore structured marketplace vs curated list

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills