nutdnuy

Brain Validate Run — Development skill for Claude Code

Development community

Validate a local BRAIN alpha research run folder.

How to install Brain Validate Run

Installs to ~/.claude/skills/nutdnuy-brain-paper-to-alpha-plugin-brain-validate-run/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nutdnuy-brain-paper-to-alpha-plugin-brain-validate-run && curl -fsSL https://raw.githubusercontent.com/nutdnuy/brain-paper-to-alpha-plugin/HEAD/commands/brain-validate-run.md -o ~/.claude/skills/nutdnuy-brain-paper-to-alpha-plugin-brain-validate-run/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Brain Validate Run does


description: Validate a local BRAIN alpha research run folder argument-hint: "" allowed-tools: Bash(cd:*), Bash(python:*), Bash(python3:*)

Validate the local artifact shape for a BRAIN alpha research run.

Run:

cd "${CLAUDE_PLUGIN_ROOT:-$PWD}" && python3 scripts/wq_brain_alpha.py validate --run-dir $ARGUMENTS

Report structural issues separately from research concerns. Call out remaining checks that require the BRAIN platform: field availability, platform warnings,

Alternatives in Development

Full documentation available on GitHub

View Source Repository