What problem does it solve?
Streamlines the process of identifying valid Skill Units by enforcing the mandatory SKILL.md frontmatter at the root of each directory, ensuring name and description exist, and surfacing optional resources (scripts/, references/, assets/) for on-demand use during activation.
Core Features & Use Cases
- Validates the Skill Unit by checking for SKILL.md at the root and the presence of required frontmatter fields.
- Generates structured, discoverable metadata (name, tagline, description, dependencies, components) for each valid Skill.
- Detects and catalogs optional resource directories (scripts/, references/, assets/) to support deterministic tasks, in-depth references, and output assets.
- Produces a consistent schema that downstream tooling can consume for discovery, evaluation, and deployment.
Quick Start
Scan a repo to detect Skill Units and emit their metadata in a single YAML entry.