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
-
Locate the script:
SCRIPT="${SKILL_ROOT}/../skill-shaper/scripts/quick_validate.py" -
Run quick_validate.py:
python3 "$SCRIPT" $ARGUMENTS -
Report results: Show validation outcome and any issues found. If validation fails, provide specific guidance on how to fix each issue.