Plugin Structure

Standardisierte Verzeichnisstruktur und Manifest-Konfiguration für Claude Code-Plugins mit automatischer Komponentenerkennung. Folgt dem konventionellen Layout mit .claude-plugin/plugin.json-Manifest sowie den Verzeichnissen commands/, agents/, skills/ und hooks/ auf oberster Ebene zur automatischen Erkennung. Komponenten werden automatisch geladen: commands und agents als .md-Dateien, skills als Unterverzeichnisse mit SKILL.md, hooks über JSON-Konfiguration. Verwenden Sie die Umgebungsvariable ${CLAUDE_PLUGIN_ROOT} für alle plugin-internen Pfade...

npx skills add https://github.com/anthropics/claude-code --skill 'Plugin Structure'

Mehr Skills von anthropic