Skip to main content
ClaudeWave
Slash Command128 repo starsupdated yesterday

validate

Run pre-release validation checks on all SKILL.md files and JSON databases

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/OSideMedia/higgsfield-ai-prompt-skill/HEAD/.claude/commands/validate.md -o ~/.claude/commands/validate.md
Then start a new Claude Code session; the slash command loads automatically.

validate.md

Run the validation script and report results:

```bash
python3 validate.py
```

If any checks fail, list each failure with its file path and what needs fixing. If all checks pass, confirm the repo is release-ready.