Back to catalog

Netresearch skill-repo

A repository-structure skill for teams that publish and maintain multiple Agent Skills.

Repository
netresearch/skill-repo-skill
Skill path
skills/skill-repo/SKILL.md
Systems
Claude Code, Codex, Cursor, GitHub Copilot
Install
npx skills add https://github.com/netresearch/skill-repo-skill --skill skill-repo
GitHub stars
10
Updated
2026-06-04
Source
README · SKILL.md

What it is

skill-repo is a skill for standardizing skill repository structure. The README describes layouts, composer.json, .claude-plugin/plugin.json, reusable CI, validation scripts, split licensing, and tag-driven releases.

Why it is useful

Once a team has more than one skill, inconsistent packaging becomes expensive. This skill gives maintainers a shared shape for new and existing skill repositories.

Best uses

  • Bootstrap a new Agent Skill repository.
  • Fix validation errors in SKILL.md, plugin metadata, or package files.
  • Align marketplace, Composer, npm, and release artifacts.

Notes

It is intentionally repository-level guidance. Use Anthropic's skill creator for a single skill's content, and this skill for packaging and publishing discipline.