Guilhem-Bonnet

Grimoire Health Check — Development skill for Claude Code

Development community

Health check complet du projet Grimoire — agents, mémoire, config, intégrité.

How to install Grimoire Health Check

Installs to ~/.claude/commands/guilhem-bonnet-llm-voice-grimoire-health-check.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Guilhem-Bonnet/llm-voice/HEAD/.claude/commands/grimoire-health-check.md -o ~/.claude/commands/guilhem-bonnet-llm-voice-grimoire-health-check.md

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

What Grimoire Health Check does


description: 'Health check complet du projet Grimoire — agents, mémoire, config, intégrité' allowed-tools: 'Read, Glob, Grep, Bash'

Health check complet du projet Grimoire en 5 points :

1. Configuration

Vérifie `{project-root}/project-context.yaml` :

  • Le fichier existe et est valide YAML
  • Il contient project.name, user.name, memory.backend

2. Agents

Vérifie `{project-root}/

Alternatives in Development

  • Check 1: Cache Exists? — CLAUDE_DIR="${CLAUDE_CONFIG_DIR:-$HOME/.claude}" CACHE_EXISTS=$(ls -d "$CLAUDE_DIR/plugins/cache/claude-hud" 2 10.9k ★
  • Octo Doctor — Environment diagnostics — check providers, auth, config, hooks, scheduler, and more 2.8k ★
  • External Tools Health — External Tools Health Check 402 ★

Full documentation available on GitHub

View Source Repository