install
source · Clone the upstream repo
git clone https://github.com/backbay-labs/thrunt-god
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/backbay-labs/thrunt-god "$T" && mkdir -p ~/.claude/skills && cp -r "$T/thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-health" ~/.claude/skills/backbay-labs-thrunt-god-thrunt-health && rm -rf "$T"
manifest:
thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-health/SKILL.mdsource content
<objective>
Validate `.planning/` directory integrity and report actionable issues. Checks for missing files, invalid configurations, inconsistent state, and orphaned plans.
</objective>
<execution_context> @.github/thrunt-god/workflows/health.md </execution_context>
<process> Execute the health workflow from @.github/thrunt-god/workflows/health.md end-to-end. Parse --repair flag from arguments and pass to workflow. </process>