Thrunt-god thrunt-do
Route freeform text to the right hunt or THRUNT command automatically
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-do" ~/.claude/skills/backbay-labs-thrunt-god-thrunt-do && rm -rf "$T"
manifest:
thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-do/SKILL.mdsource content
<objective>
Analyze freeform natural language input and dispatch to the most appropriate hunt or THRUNT command.
Acts as a smart dispatcher — never does the work itself. Matches intent to the best command using routing rules, confirms the match, then hands off.
Use when you know what you want but don't know which
/thrunt:* or /hunt:* command to run.
</objective>
<execution_context> @.github/thrunt-god/workflows/do.md @.github/thrunt-god/references/ui-brand.md </execution_context>
<context> $ARGUMENTS </context> <process> Execute the do workflow from @.github/thrunt-god/workflows/do.md end-to-end. Route user intent to the best hunt or THRUNT command and invoke it. </process>