Validate skill structure
Validates skill structure and metadata for required files and proper formatting.
/plugin marketplace add bengous/claude-code-plugins/plugin install claude-meta-tools@bengous-plugins<path>claude-opus-4-5skill-creator/Quickly validate that a skill has the required structure and files.
/skill-creator:validate <path>
<path>: Path to the skill directory to validate (required)The validation script checks for:
Execute the skill validation script:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/quick_validate.py" $ARGUMENTS
Report the validation results to the user. If there are issues, suggest how to fix them.