Skip to main content
ClaudeWave
Slash Command224 estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

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.