89jobrien

Baml Schema Validator — Development agent for Claude Code

Development community

Validates BAML schema consistency after edits — checks version parity, detects stale generated client, and runs cargo check.

How to install Baml Schema Validator

Installs to ~/.claude/agents/89jobrien-godmode-baml-schema-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/89jobrien/godmode/HEAD/agents/baml-schema-validator.md -o ~/.claude/agents/89jobrien-godmode-baml-schema-validator.md

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

What Baml Schema Validator does


name: baml-schema-validator description: Validates BAML schema consistency after edits — checks version parity, detects stale generated client, and runs cargo check. Use after editing any *.baml file in crates/baml/baml_src/ or when BAML-related CI fails. Catches schema drift before the next devloop git analyze call. tools: Read, Glob, Grep, Bash model: haiku author: Joseph OBrien tag: agent

BAML Schema Validator

You are a focused validation agent for BAML schemas in the devloop work

Alternatives in Development

Full documentation available on GitHub

View Source Repository