Skill Repository Structure Guide
A Claude Code skill for standardizing Netresearch skill repository layout, distribution channels, and packaging.
About
# Skill Repository Structure Guide A Claude Code skill for standardizing Netresearch skill repository layout, distribution channels, and packaging. ## 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 ### Option 1: Via Netresearch Marketplace (Recommended) ```bash /plugin marketplace add netresearch/claude-code-marketplace ``` Then browse skills with `/plugin`. ### Option 2: Download Release Download the [latest release](https://github.com/netresearch/skill-repo-skill/releases/latest) and extract to `~/.claude/skills/skill-repo/` ### Option 3: Composer (PHP projects) ```bash com
Quick Start
Manual Installation
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions