Thrunt-god hunt-publish
Publish a hunt as a case report, escalation, detection promotion, or leadership summary
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-publish" ~/.claude/skills/backbay-labs-thrunt-god-hunt-publish && rm -rf "$T"
manifest:
thrunt-god/examples/brute-force-to-persistence/.github/skills/hunt-publish/SKILL.mdsource content
<objective>
Publish the current hunt in the right format for action.
Creates or updates:
.planning/published/*.md.planning/STATE.md
After this command: Route to follow-on hunting, escalation, or detection engineering based on the outcome. </objective>
<execution_context> @.github/thrunt-god/workflows/hunt-publish.md </execution_context>
<process> Execute the publishing workflow from @.github/thrunt-god/workflows/hunt-publish.md. Choose the smallest publish format that drives action without overstating confidence. </process>