Thrunt-god thrunt-session-report
Generate a session report with token usage estimates, work summary, and outcomes
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-session-report" ~/.claude/skills/backbay-labs-thrunt-god-thrunt-session-report && rm -rf "$T"
manifest:
thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-session-report/SKILL.mdsource content
<objective>
Generate a structured SESSION_REPORT.md document capturing session outcomes, work performed, and estimated resource usage. Provides a shareable artifact for post-session review.
</objective>
<execution_context> @.github/thrunt-god/workflows/session-report.md </execution_context>
<process> Execute the session-report workflow from @.github/thrunt-god/workflows/session-report.md end-to-end. </process>