Skill Name Auditor (ASIS Auditor)
What I do
I scan your skills/ directory to verify if existing skills comply with the ASIS v2.0 Naming Standard.
- •Check Directory Name: Must match OpenCode kebab-case format.
- •Check Skill Name: Must be
PascalCase_With_Underscores. - •Run Compliance Test: Checks Namespace, Action, Target, and Syntax.
- •Suggest Renames: Generates valid names for non-compliant skills.
Usage
bash
skill skill-name-auditor
Output
Prints a JSON report of all skills:
- •PASS: Skill is compliant.
- •FAIL: Skill violates standard (with error codes and suggestions).
Dependencies
- •Requires
skill-name-creatorto be present for full suggestion logic.