A Claude Code skill for standardizing Netresearch skill repository layout, distribution channels, and packaging.
This is an Agent Skill following the open standard originally developed by Anthropic and released for cross-platform use.
Supported Platforms:
- β Claude Code (Anthropic)
- β Cursor
- β GitHub Copilot
- β Other skills-compatible AI agents
Skills are portable packages of procedural knowledge that work across any AI agent supporting the Agent Skills specification.
- Repository Structure Standards - Consistent layout across all Netresearch skills
- Multi-Channel Distribution - Marketplace, GitHub releases, Composer
- README.md Template - Standardized human documentation
- Composer Integration - PHP ecosystem distribution via composer-agent-skill-plugin
- Release Workflow - Automated packaging excluding dev files
- Validation Script - Verify skill repo compliance
Add the Netresearch marketplace once, then browse and install skills:
# Claude Code
/plugin marketplace add netresearch/claude-code-marketplacenpx (skills.sh)
Install with any Agent Skills-compatible agent:
npx skills add https://github.com/netresearch/skill-repo-skill --skill skill-repoDownload the latest release and extract to your agent's skills directory.
git clone https://github.com/netresearch/skill-repo-skill.gitcomposer require netresearch/skill-repo-skillRequires netresearch/composer-agent-skill-plugin.
The skill triggers on keywords like:
- "create skill"
- "skill repository"
- "skill structure"
- "standardize skill"
- "composer.json for skill"
- "release workflow"
"Help me create a new skill repository"
"Standardize this skill repo structure"
"Add composer.json to this skill"
"Set up release workflow for this skill"
"Validate this skill repository"
{skill-name}/
βββ SKILL.md # AI instructions
βββ README.md # Human documentation
βββ LICENSE-MIT # Code license (MIT)
βββ LICENSE-CC-BY-SA-4.0 # Content license (CC-BY-SA-4.0)
βββ composer.json # PHP distribution
βββ references/ # Extended docs
βββ scripts/ # Automation
βββ assets/ # Templates
βββ .github/workflows/ # CI/CD
- Marketplace -
/plugin marketplace add netresearch/claude-code-marketplace - Release Download - GitHub Releases (skill files only)
- Composer -
composer require netresearch/agent-{skill-name}
"type": "ai-agent-skill""require": {"netresearch/composer-agent-skill-plugin": "*"}"extra": {"ai-agent-skill": "SKILL.md"}
skill-repo-skill/
βββ SKILL.md # AI instructions
βββ README.md # This file
βββ LICENSE-MIT # Code license (MIT)
βββ LICENSE-CC-BY-SA-4.0 # Content license (CC-BY-SA-4.0)
βββ composer.json # PHP distribution
βββ templates/
β βββ README.md.template # README template for skills
β βββ composer.json.template # Composer template
β βββ release.yml.template # Release workflow template
βββ references/
β βββ installation-methods.md # Detailed install guides
β βββ composer-setup.md # Composer integration
β βββ marketplace-integration.md
βββ scripts/
βββ validate-skill.sh # Validation script
This skill extends (not replaces) Anthropic's skill-creator:
| Aspect | Anthropic's skill-creator | This skill adds |
|---|---|---|
| Focus | SKILL.md content | Repository structure |
| Scope | Single file | Full repo layout |
| Distribution | Claude Code native | + Marketplace, Composer |
| Audience | AI instructions | + Human README |
Contributions welcome! Please submit PRs for:
- Template improvements
- Additional validation checks
- Documentation updates
This project uses split licensing:
- Code (scripts, workflows, configs): MIT
- Content (skill definitions, documentation, references): CC-BY-SA-4.0
See the individual license files for full terms.
Developed and maintained by Netresearch DTT GmbH.
Made with β€οΈ for Open Source by Netresearch