Thrunt-god thrunt-help

Show available THRUNT commands and usage guide

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-help" ~/.claude/skills/backbay-labs-thrunt-god-thrunt-help && rm -rf "$T"
manifest: thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-help/SKILL.md
source content
<objective> Display the complete THRUNT command reference.

Output ONLY the reference content below. Do NOT add:

  • Project-specific analysis
  • Git status or file context
  • Next-step suggestions
  • Any commentary beyond the reference </objective>

<execution_context> @.github/thrunt-god/workflows/help.md </execution_context>

<process> Output the complete THRUNT command reference from @.github/thrunt-god/workflows/help.md. Display the reference content directly — no additions or modifications. </process>