Skip to main content
ClaudeWave
Slash Command224 repo starsupdated yesterday

validate

The validate command runs Python validation checks against all SKILL.md files and JSON databases in the higgsfield-ai-prompt-skill repository, reporting specific failures by file path or confirming release readiness. Use this before deploying to ensure documentation and data integrity standards are met.

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.