skill-repo
SKILL.md
Skill Repository Structure Guide
Standards for Netresearch skill repository layout and distribution.
When to Use
- Creating a new skill repository
- Standardizing an existing skill repo
- Setting up release workflows
Repository Structure
{skill-name}/
├── .claude-plugin/plugin.json # Plugin metadata (required)
├── SKILL.md # AI instructions (required)
├── README.md # Human documentation (required)
├── LICENSE-MIT # Code license (required)
├── LICENSE-CC-BY-SA-4.0 # Content license (required)
├── composer.json # PHP distribution
├── references/ # Extended docs
├── scripts/ # Automation
└── .github/workflows/release.yml
Licensing
Skill repos use split licensing:
| Path pattern | License |
|---|---|
skills/**/*.md, references/**, assets/**/*.md, README.md, docs/** |
CC-BY-SA-4.0 |
scripts/**, Build/**, .github/workflows/**, *.sh, *.py, *.php |
MIT |
composer.json, plugin.json, config files |
MIT |
Code snippets embedded in .md files |
Dual (both apply) |
Composer/plugin metadata uses SPDX compound expression: (MIT AND CC-BY-SA-4.0)
SKILL.md Requirements
---
name: skill-name # lowercase, hyphens, max 64 chars
description: "Use when <trigger conditions>"
---
- Under 500 words, use references/ for extended content
Installation Methods
- Marketplace:
/plugin marketplace add netresearch/claude-code-marketplace - Release: Download and extract to
~/.claude/skills/{name}/ - Composer:
composer require netresearch/{repo-name}
Composer Package
Composer name must match GitHub repo name exactly.
{
"name": "netresearch/{repo-name}",
"type": "ai-agent-skill",
"require": {"netresearch/composer-agent-skill-plugin": "*"},
"extra": {"ai-agent-skill": "SKILL.md"}
}
Validation
scripts/validate-skill.sh
References
references/installation-methods.mdreferences/composer-setup.mdtemplates/README.md.template
Releasing
- Bump version in
.claude-plugin/plugin.json - Commit:
chore: release vX.Y.Z - Tag:
git tag -s vX.Y.Z -m "vX.Y.Z" - Push:
git push origin main vX.Y.Z
Contributing: https://github.com/netresearch/skill-repo-skill
Weekly Installs
2
Repository
netresearch/ski…po-skillGitHub Stars
4
First Seen
3 days ago
Security Audits
Installed on
amp2
cline2
opencode2
cursor2
kimi-cli2
codex2