What problem does it solve?
This Skill provides a standardized procedure and validation tooling to author, structure, and finalize agent skill directories so they are discoverable, deterministic, and production-ready.
Core Features & Use Cases
- Metadata Validation: Validates name and description against discovery rules, length limits, and tone heuristics using a CLI validator.
- Directory Scaffolding: Recommends and enforces the use of scripts/, references/, and assets/ with flat hierarchies for progressive disclosure.
- Deterministic Tooling: Bundles a validation script that emits clear stdout/stderr messages and enforces forward-slash paths and single-level component folders.
- Use Case: An AI engineer or maintainer preparing agent capabilities can scaffold a new skill, verify metadata, and audit structure before publication to avoid discovery or runtime failures.
Quick Start
Use the skill-creator to scaffold a new agent skill and run its validation script with the proposed name and description.