skill-repo-skill
Description
A Claude Code skill for standardizing Netresearch skill repository layout, distribution channels, and packaging.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Skill Repository Structure Guide
A Claude Code skill for standardizing Netresearch skill repository layout, distribution channels, and packaging.
🔌 Compatibility
This is an **Agent Skill** following the [open standard](https://agentskills.io) 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.
Features
- 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
Installation
Marketplace (Recommended)
Add the [Netresearch marketplace](https://github.com/netresearch/claude-code-marketplace) once, then browse and install skills:
# Claude Code
/plugin marketplace add netresearch/claude-code-marketplace
npx ([skills.sh](https://skills.sh))
Install with any [Agent Skills](https://agentskills.io)-compatible agent:
npx skills add https://github.com/netresearch/skill-repo-skill --skill skill-repo
Download Release
Download the [latest release](https://github.com/netresearch/skill-repo-skill/releases/latest) and extract to your agent's skills directory.
Git Clone
git clone https://github.com/netresearch/skill-repo-skill.git
Composer (PHP Projects)
composer require netresearch/skill-repo-skill
Requires [netresearch/composer-agent-skill-plugin](https://github.com/netresearch/composer-agent-skill-plugin).
Usage
The skill triggers on keywords like:
...
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development