From builders-dont-cry
Use when builder invokes /health, asks to check BDC health, asks whether the installed BDC harness is stable, or asks for a no-spend local BDC verification.
How this skill is triggered — by the user, by Claude, or both
Slash command
/builders-dont-cry:healthThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the executable health checker. Do not judge BDC health from memory.
Run the executable health checker. Do not judge BDC health from memory.
/health is the only user-facing BDC health entrypoint. It runs local deterministic checks by default.
If builder invokes /health with no argument, run:
bash ${BDC_HOME:-$HOME/.bdc}/scripts/hook-health-check.sh
Report:
| Argument | Action |
|---|---|
--quick | Run hook-health-check.sh. Local only, no remote spend and no paid model calls. |
--baseline | Run local deterministic checks when the source repo is available, otherwise run hook-health-check.sh. Local only, no remote spend and no paid model calls. |
/health --quick must run hook-health-check.sh./health --baseline must run local-only baseline checks when the source repo is available.| Rationalization | Response |
|---|---|
| "The last release gate was green, so current health is green." | Do not collapse the facts. Run the current health command and report fresh evidence. |
| "Just run every possible check to be sure." | Do not from a vague health request. /health --quick is the default no-spend gate; use /health --baseline only when a broader local check is requested. |
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub 0xmariowu/builders-dont-cry