skills-packaging-principles

Installation
SKILL.md

Skills Packaging Principles

Instructions

Use this skill when creating or refactoring Agent Skills so they remain discoverable and scalable as the skill library grows.

  1. Use progressive disclosure
  • Put only name and a short description in YAML frontmatter.
  • Keep SKILL.md focused on actionable instructions.
  • Move long documentation into references/ so it’s only read when needed.
  1. Bundle supporting files
  • Include any documents or scripts the skill needs in the same folder and reference them with relative links.
  • Prefer a clear, navigable structure (e.g., templates/, examples/, references/, scripts/).
  1. Write cross-file pointers intentionally
  • Put short “what to read next” links in SKILL.md rather than pasting everything inline.
Installs
2
GitHub Stars
2
First Seen
May 27, 2026
skills-packaging-principles — uygnoey/skills-from-claude-blog