health-check

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

/health:check

Single entry point for Claude Code health diagnostics. Runs environment checks (plugin registry, settings, hooks, MCP servers, SessionStart executability, pre-commit validity, permissions coverage, marketplace enrollment) plus optional deeper audits, and routes --fix to the appropriate internal workflow.

When to Use This Skill

Use this skill when... Use another approach when...
Running Claude Code diagnostics Viewing raw settings (use Read on settings.json)
Troubleshooting plugin registry issues Inspecting marketplace metadata manually
Auditing plugins for project fit Installing a specific plugin (use /plugin install)
Checking skill agentic-optimisation quality Editing a single known skill
One-stop --fix across registry/stack/agentic Precise surgical edits to a single file

Context

  • Current project: !pwd
  • Project settings exists: !find .claude -maxdepth 1 -name 'settings.json'
  • Local settings exists: !find .claude -maxdepth 1 -name 'settings.local.json'
Installs
64
GitHub Stars
36
First Seen
Feb 9, 2026
health-check — laurigates/claude-plugins