/ Verzeichnis / Playground / Anthropic Skills (Official)
● Offiziell anthropics ⚡ Sofort

Anthropic Skills (Official)

von anthropics · anthropics/skills

Anthropics offizielle Referenz-Skill-Sammlung — kanonische Beispiele für das SKILL.md-Format und Best Practices.

anthropics/skills ist das offizielle Referenz-Repo für das SKILL.md-Format. Enthält kanonische Beispiele (z. B. document-handling, web-design, slash-creator), Referenzmuster für Skill-Struktur und Best-Practice-Templates. Als Wahrheitsquelle beim Bauen eigener Skills behandeln.

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

bereit

Installieren

Wählen Sie Ihren Client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "anthropic-skills-official": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/anthropics/skills",
        "~/.claude/skills/anthropic"
      ],
      "_inferred": true
    }
  }
}

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

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "anthropic-skills-official": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/anthropics/skills",
        "~/.claude/skills/anthropic"
      ],
      "_inferred": true
    }
  }
}

Cursor nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "anthropic-skills-official": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/anthropics/skills",
        "~/.claude/skills/anthropic"
      ],
      "_inferred": true
    }
  }
}

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "anthropic-skills-official": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/anthropics/skills",
        "~/.claude/skills/anthropic"
      ],
      "_inferred": true
    }
  }
}

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

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "anthropic-skills-official",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/anthropics/skills",
        "~/.claude/skills/anthropic"
      ]
    }
  ]
}

Continue nutzt ein Array von Serverobjekten statt einer Map.

~/.config/zed/settings.json
{
  "context_servers": {
    "anthropic-skills-official": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/anthropics/skills",
          "~/.claude/skills/anthropic"
        ]
      }
    }
  }
}

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

claude mcp add anthropic-skills-official -- git clone https://github.com/anthropics/skills ~/.claude/skills/anthropic

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

Anwendungsfälle

Praxisnahe Nutzung: Anthropic Skills (Official)

Das SKILL.md-Format durch Lesen der kanonischen Beispiele lernen

👤 Entwickler, die ihren ersten Skill schreiben wollen ⏱ ~30 min beginner

Wann einsetzen: Du möchtest ein poliertes Beispiel, keine Vermutung.

Ablauf
  1. Referenz-Skill wählen
    Use anthropics/skills. Show me the document-handling skill in full. Walk me through its structure.✓ Kopiert
    → SKILL.md-Felder erklärt — name, description, instructions, resources
  2. Auf meine Domäne abbilden
    Adapt the structure to my domain (e.g. database-migrations). Show me the SKILL.md skeleton.✓ Kopiert
    → Domänen-gemapptes Skeleton
  3. Auslöser testen
    Add the new skill to ~/.claude/skills. Verify it triggers on the right prompts.✓ Kopiert
    → Skill aktiviert sich korrekt

Ergebnis: Dein erster Skill, strukturiert wie Anthropic es empfiehlt.

Fallstricke
  • Vage Beschreibung = falsche Auslöser — Beschreibung spezifisch für Auslösesignale machen; weniger ist mehr

Anthropics document-handling-Skill direkt für PDF/DOCX-Arbeit verwenden

👤 Alle mit Dokument-Workflows ⏱ ~15 min beginner

Wann einsetzen: Du möchtest einen von Anthropic gepflegten Skill, keinen Community-Fork.

Ablauf
  1. Installieren
    Clone anthropics/skills into ~/.claude/skills/anthropic.✓ Kopiert
    → Skill auffindbar
  2. Natürlich auslösen
    I have a 200-page PDF I need to summarize and extract tables from. Help.✓ Kopiert
    → Doc-Handling-Skill greift mit strukturiertem Ansatz

Ergebnis: Dokument-Workflow durch offiziellen Skill behandelt.

Kombinieren mit: markitdown-mcp

Als Template für interne Team-Skills verwenden

👤 Platform/DX-Teams, die KI-Workflows standardisieren ⏱ ~60 min intermediate

Wann einsetzen: Du möchtest, dass alle im Team Skills auf die gleiche Weise schreiben.

Ablauf
  1. Forken und anpassen
    Fork anthropics/skills. Add an internal skill following the same structure for our deploy process.✓ Kopiert
    → Geforktes Repo mit neuem Skill der dem Stil entspricht
  2. Verteilen
    Document the install path so the team can clone uniformly.✓ Kopiert
    → Interne Dokumentation fertig

Ergebnis: Skill-Standard für deine Organisation basierend auf dem offiziellen.

Kombinationen

Mit anderen MCPs für 10-fache Wirkung

anthropic-skills-official + markitdown-mcp

Doc-Handling-Skill + MarkItDown-MCP für End-to-End-Dokumente

anthropic-skills-official + wshobson-skills-skill

Offizielle + Community-Skills kombinieren

Werkzeuge

Was dieses MCP bereitstellt

WerkzeugEingabenWann aufrufenKosten
(Referenz-Skill-Bundle) Auslösung über natürliche Sprache Automatisch von Claude ausgelöst wenn Prompt zur Beschreibung passt 0

Kosten & Limits

Was der Betrieb kostet

API-Kontingent
Nicht zutreffend
Tokens pro Aufruf
Skills laden bei Auslösung; Leerlaufkosten sind null
Kosten in €
Kostenlos (Apache 2.0)
Tipp
Nur die Skills verwenden die dein Team tatsächlich braucht; ungenutzte entfernen um die Auslöser-Oberfläche sauber zu halten

Sicherheit

Rechte, Secrets, Reichweite

Minimale Scopes: filesystem-read
Credential-Speicherung: Keine
Datenabfluss: Keine

Fehlerbehebung

Häufige Fehler und Lösungen

Skill kollidiert mit benutzerdefiniertem

Skill-Namen müssen eindeutig sein; benutzerdefinierten Skill umbenennen oder in Namespace setzen

Skill wird nicht ausgelöst

Beschreibung ist entscheidend — sie bestimmt wann Claude lädt. Nutzer-Absichts-Wörter abgleichen.

Alternativen

Anthropic Skills (Official) vs. andere

AlternativeWann stattdessenKompromiss
wshobson/skillsDu möchtest breitere community-gepflegte AbdeckungWeniger kanonisch; mehr Vielfalt
obra/superpowersKleineres kuratiertes Set mit starken MeinungenAndere Kuratoren-Perspektive

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen