/ Verzeichnis / Playground / awesome-agent-skills
● Community VoltAgent ⚡ Sofort

awesome-agent-skills

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

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

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

Installieren

Wählen Sie Ihren 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
    }
  }
}

Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.

~/.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 nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die 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
    }
  }
}

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "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
    }
  }
}

Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.

~/.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 nutzt ein Array von Serverobjekten statt einer 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"
        ]
      }
    }
  }
}

In context_servers hinzufügen. Zed lädt beim Speichern neu.

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

Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.

Anwendungsfälle

Praxisnahe Nutzung: 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

Wann einsetzen: You want to extend Claude Code with specialized capabilities but don't know what exists.

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

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

Fallstricke
  • 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

Wann einsetzen: You have a working skill and want community exposure.

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

Ergebnis: Your skill listed in the curated collection.

Fallstricke
  • Skill doesn't follow the expected format — Review existing skills in the repo for the correct file structure and metadata format
Kombinieren mit: github

Kombinationen

Mit anderen MCPs für 10-fache Wirkung

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

Kosten & Limits

Was der Betrieb kostet

API-Kontingent
N/A — this is a curated list, not a service
Tokens pro Aufruf
0
Kosten in €
Free
Tipp
Skills themselves may have their own costs depending on what APIs they use.

Sicherheit

Rechte, Secrets, Reichweite

Credential-Speicherung: N/A — each skill manages its own credentials
Datenabfluss: Varies per skill — review individual skills before installing

Fehlerbehebung

Häufige Fehler und Lösungen

Skill not loading in Claude Code

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

Prüfen: ls ~/.claude/skills/
Skill conflicts with another installed skill

Remove the conflicting skill or check for duplicate trigger patterns.

Prüfen: 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.

Alternativen

awesome-agent-skills vs. andere

AlternativeWann stattdessenKompromiss
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

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen