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-cleanup" ~/.claude/skills/backbay-labs-thrunt-god-thrunt-cleanup && rm -rf "$T"
manifest:
thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-cleanup/SKILL.mdsource content
<objective>
Archive phase directories from completed milestones into `.planning/milestones/v{X.Y}-phases/`.
Use when
.planning/phases/ has accumulated directories from past milestones.
</objective>
<execution_context> @.github/thrunt-god/workflows/cleanup.md </execution_context>
<process> Follow the cleanup workflow at @.github/thrunt-god/workflows/cleanup.md. Identify completed milestones, show a dry-run summary, and archive on confirmation. </process>