See BPDD for the full methodology behind grimoire check.
Validation
Command
What it does
grimoire validate [<skill-path>...]
Validate skill files against the grimoire STANDARD
Not to be confused with grimoire package validate above, which checks a package’s directory structure. grimoire validate lints individual SKILL.md files for STANDARD.md conformance — flags include --strict, --json, --no-duplicates, --test-schema <dir>, and an AI-powered --fix (via a local agent or API key — see --via/--prefer-api).
Diagnostics
Command
What it does
grimoire doctor
Run a health check on the grimoire installation
grimoire wizard
Open the interactive TUI wizard
grimoire version
Show grimoire version information
grimoire self-update
Update the grimoire CLI binary to the latest release
Configuration
Command
What it does
grimoire config
Get or set grimoire configuration values
grimoire config get <key>
Print a config value and its source
grimoire config set <key> <value>
Set a config value
grimoire config unset <key>
Clear a config value
grimoire config add <key> <value>
Append a value to a list config key (idempotent)
grimoire config remove <key> <value>
Remove a value from a list config key
grimoire config show
Show resolved grimoire config for the current project — see Config