Thrunt-god hunt-help

Show available THRUNT threat hunting commands and artifact layout

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/hunt-help" ~/.claude/skills/backbay-labs-thrunt-god-hunt-help && rm -rf "$T"
manifest: thrunt-god/examples/brute-force-to-persistence/.github/skills/hunt-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
  • Commentary beyond the reference </objective>

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

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