Skill Repository
Struktur, Validierung und Distribution von Skill-Repositories.
Installation
Nimm den Weg, der zu deinem Projekt passt — alle führen zum selben Skill.
-
Claude Code über diesen Marketplace /plugin install skill-repo@netresearch-claude-code-marketplace -
npx beliebige Agent-Skills-CLI npx skills add https://github.com/netresearch/skill-repo-skill --skill skill-repoUniverselle Agent-Skills-CLI von
skills.sh— funktioniert in Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI und 30+ weiteren Agents. -
composer require PHP-Projekt, als Paket composer require netresearch/skill-repo-skillSetzt
netresearch/composer-agent-skill-pluginvoraus — bindet Agent Skills als Composer-Dependencies in PHP-Projekte ein, erkennt Skills automatisch, generiert AGENTS.md. -
composer skills:add PHP-Projekt, direkte Quelle composer skills:add github:netresearch/skill-repo-skillKommt aus
netresearch/composer-agent-skill-plugin— pinnt Skill-Repos direkt ohne Packagist-Veröffentlichung, persistiert incomposer.skills.lock.
Wofür du den Skill einsetzt
- Guide for structuring Netresearch skill repositories with multi-channel distribution
- Covers repository standards, composer.json configuration, release workflows, and validation scripts
Was du zurückbekommst
- A documented directory layout and templates for new repos
- Validation: structural checks for SKILL.md, licenses, composer.json, plugin.json
- Release discipline: tag-driven packaging aligned with plugin version
- References for installation paths, marketplace sync, and release safety
Was der Skill im Projekt erwartet
- Validation script: bash 4.3+ and python3 on PATH when running validate-skill.sh (JSON checks use Python, not jq)
- Target repos: GitHub-hosted Netresearch skill repos using split licensing and Composer type ai-agent-skill
- CI: consuming repos call reusable workflows from this repository (validate.yml, release.yml, …)