validate-skill

Installation
SKILL.md

Validate a skill directory to check that its SKILL.md has correct frontmatter and structure.

$ARGUMENTS

Arguments should be the path to a skill folder containing a SKILL.md file. If no arguments are provided, ask the user for the skill path.

Steps

  1. Locate the script:

    SCRIPT="${SKILL_ROOT}/../skill-shaper/scripts/quick_validate.py"
    
  2. Run quick_validate.py:

    python3 "$SCRIPT" $ARGUMENTS
    
  3. Report results: Show validation outcome and any issues found. If validation fails, provide specific guidance on how to fix each issue.

Related skills

More from bluewaves-creations/bluewaves-skills

Installs
2
GitHub Stars
1
First Seen
Mar 28, 2026