/ Directorio / Playground / awesome-agent-skills
● Comunidad VoltAgent ⚡ Instantáneo

awesome-agent-skills

por 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.

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

awesome-agent-skill.replay ▶ listo
0/0

Instalar

Elige tu cliente

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

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

~/.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 usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "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
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

~/.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 usa un array de objetos de servidor en lugar de un mapa.

~/.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"
        ]
      }
    }
  }
}

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: 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

Cuándo usarlo: You want to extend Claude Code with specialized capabilities but don't know what exists.

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

Resultado: A domain-specific skill installed and ready to enhance your workflow.

Errores comunes
  • 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

Cuándo usarlo: You have a working skill and want community exposure.

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

Resultado: Your skill listed in the curated collection.

Errores comunes
  • Skill doesn't follow the expected format — Review existing skills in the repo for the correct file structure and metadata format
Combinar con: github

Combinaciones

Combínalo con otros MCPs para multiplicar por 10

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.✓ Copiado

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
N/A — this is a curated list, not a service
Tokens por llamada
0
Monetario
Free
Consejo
Skills themselves may have their own costs depending on what APIs they use.

Seguridad

Permisos, secretos, alcance

Almacenamiento de credenciales: N/A — each skill manages its own credentials
Salida de datos: Varies per skill — review individual skills before installing

Resolución de problemas

Errores comunes y soluciones

Skill not loading in Claude Code

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

Verificar: ls ~/.claude/skills/
Skill conflicts with another installed skill

Remove the conflicting skill or check for duplicate trigger patterns.

Verificar: 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.

Alternativas

awesome-agent-skills vs otros

AlternativaCuándo usarlaContrapartida
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

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills