Agent Skills: validate-skill

Validate a skill folder using quick_validate.py. Use when checking a skill's SKILL.md frontmatter and structure for correctness.

UncategorizedID: bluewaves-creations/bluewaves-skills/validate-skill

Install this agent skill to your local

pnpm dlx add-skill https://github.com/bluewaves-creations/bluewaves-skills/tree/HEAD/plugins/skills-factory/skills/validate-skill

Skill Files

Browse the full folder contents for validate-skill.

Download Skill

Loading file tree…

plugins/skills-factory/skills/validate-skill/SKILL.md

Skill Metadata

Name
validate-skill
Description
Validate a skill folder using quick_validate.py. Use when checking a skill's SKILL.md frontmatter and structure for correctness.

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.