npx claudepluginhub reggiechan74/cc-plugins --plugin math-paper-creator<path-to-file.model.md>/checkRuns project validation checks like lint/test across JavaScript/TypeScript, Python, Go, Rust, Ruby and auto-fixes errors without committing changes.
/checkRuns project validation checks like lint/test across JavaScript/TypeScript, Python, Go, Rust, Ruby and auto-fixes errors without committing changes.
/checkSpawns task-check agent to verify task completion given task ID, location (file path or CLI command), work summary, and optional attempt number.
/checkRuns myfy doctor for app validation, ruff linting, ty type checking, and pytest tests. Summarizes PASS/FAIL results with fix guidance on failures.
/checkChecks status of Gateway API resources (GatewayClass, Gateway) in Kubernetes/OpenShift cluster, optionally in a namespace. Outputs summary of counts, conditions, addresses, listeners, and errors.
/checkTriggers background Redline review tasks (/redline:review, /redline:adversarial, or /redline:rescue <task>) if Stop hook prompts after responses. Skips trivial changes, recent reviews, or running actions.
Run the meta-compiler validation pipeline against the specified .model.md file.
Locate the file: Use the provided path argument. If no path is given, search the current directory for .model.md files using Glob with pattern **/*.model.md and ask the user which one to validate if multiple are found.
Run validation: Execute the check command:
cd ${CLAUDE_PLUGIN_ROOT} && PYTHONPATH=src python3 -m meta_compiler.cli check "<file_path>"
If the --strict flag was requested, add it:
cd ${CLAUDE_PLUGIN_ROOT} && PYTHONPATH=src python3 -m meta_compiler.cli check --strict "<file_path>"
Report results: Show the output to the user. If validation passed, confirm success and list any warnings. If validation failed, show the errors and offer to help fix them.