From composure
Runs full diagnostic on Composure installation and project setup, checking plugin version, auth, hook integrity, binaries, graph state, companions, tasks, and remediation commands. Outputs status table or JSON.
How this skill is triggered — by the user, by Claude, or both
Slash command
/composure:healthThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a full diagnostic of the Composure installation and project setup. This skill is self-contained — no API calls needed.
Run a full diagnostic of the Composure installation and project setup. This skill is self-contained — no API calls needed.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill composure health {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.
| # | File | Purpose |
|---|---|---|
| 01 | 01-plugin-manifests.md | Plugin version + manifest validation |
| 02 | 02-hook-integrity.md | SHA-256 verification of installed hooks |
| 03 | 03-fetch-binaries.md | Verify CLI binaries present + executable |
| 04 | 04-cortex-state.md | Cortex + graph database state (includes Decision 19 path detection) |
| 05 | 05-auth-state.md | Authentication status (read-only, never prompts) |
| 06 | 06-remediate.md | Present fix-up commands for any detected drift |
Execute all 6 steps in order. Do NOT skip checks — run all of them even if earlier ones fail. After all steps, present results in the standard status table format. If --json is provided, output JSON instead.
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureRuns comprehensive diagnostics on Claude Code environment: plugins, settings, hooks, MCP servers. Identifies issues, supports --fix and --verbose.
This skill should be used when the user asks to "check my setup", "run diagnostics", "doctor", "health check", "verify my installation", "are my plugins working", "check plugin status", "what's broken", "fix my setup", "debug my environment", "check dependencies", "environment check", "troubleshoot setup", or invokes /midnight-expert:doctor. Provides comprehensive health reporting for the midnight-expert ecosystem — plugin installation, MCP servers, external tools, cross-plugin references, and NPM registry.
Runs health diagnostics on OrchestKit installation, validating plugins, skills, agents, hooks, permissions, schemas, coordination, memory, MCP status, and Claude Code version. Use for troubleshooting plugin issues.