thrunt-resume-work

thrunt-resume-work is a skill for Claude Code from backbay-labs/thrunt-god. It costs 19 tokens per session (265 once invoked), scanned A, original, MIT.

A workflow for continuing project or research work from a previous session by restoring its saved context and checking unfinished tasks.

In plain words
What is it for?
Use it to inspect project state, checkpoints, incomplete plans, active missions, and the next appropriate workflow.
Why use it?
It helps you resume work without manually reconstructing what was active, incomplete, or waiting for the next step.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Good fit Use it to inspect project state, checkpoints, incomplete plans, active missions, and the next appropriate workflow.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/backbay-labs/thrunt-god/thrunt-resume-work
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add backbay-labs/thrunt-god --skill thrunt-resume-work
Clone the repo
git clone --depth 1 https://github.com/backbay-labs/thrunt-god

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for thrunt-resume-work

README.md
[![agentmods](https://agentmods.dev/badge/skills/backbay-labs/thrunt-god/thrunt-resume-work/github.svg)](https://agentmods.dev/skills/backbay-labs/thrunt-god/thrunt-resume-work)
Your own site
<a href="https://agentmods.dev/skills/backbay-labs/thrunt-god/thrunt-resume-work"><img src="https://agentmods.dev/badge/skills/backbay-labs/thrunt-god/thrunt-resume-work/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for thrunt-resume-work

Your own site · 80×15
<a href="https://agentmods.dev/skills/backbay-labs/thrunt-god/thrunt-resume-work"><img src="https://agentmods.dev/badge/skills/backbay-labs/thrunt-god/thrunt-resume-work.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 265 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00019 $0.00265
Opus 5 $0.00010 $0.00133
Sonnet 5 $0.00004 $0.00053
Haiku 4.5 $0.00002 $0.00026

Measured 9d ago against content hash 3e594b48f347, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

thrunt-resume-work scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-resume-work/SKILL.md · 39 lines

What it actually says

Routes to the resume-program workflow which handles:

  • STATE.md loading (or reconstruction if missing)
  • Checkpoint detection (.continue-here files)
  • Incomplete work detection (PLAN without SUMMARY)
  • Active planning doc detection (MISSION.md, HUNTMAP.md)
  • Status presentation
  • Context-aware next action routing into /hunt:* or /thrunt:*

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

The workflow handles all resumption logic including:

  1. Hunt existence check
  2. STATE.md loading or reconstruction
  3. Detection of the active mission and huntmap
  4. Checkpoint and incomplete work detection
  5. Visual status presentation
  6. Context-aware option offering
  7. Routing to the appropriate next command
  8. Session continuity updates
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 39 lines · 19 tokens per session scan A 3e594b48f347

Subscribe to this mod's changes

thrunt-resume-work is a skill published in the GitHub repository backbay-labs/thrunt-god (36 stars, last pushed 2mo ago), licensed MIT. It adds 19 tokens to every session and 265 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

03_task5

Triages a support inbox, prioritizes urgent issues, routes each to the right internal team member, and drafts any customer-facing replies for review. Use when: catching up on a backlog of support messages, producing an escalation report, or routing issues to appropriate owners.

InternLM/WildClawBench · 57 tokens

03_task2

Extracts action items and pending tasks from Slack messages. Use when: reviewing unread messages for todos, finding deadlines or requests directed at the user, or producing a task summary from recent Slack activity.

InternLM/WildClawBench · 43 tokens

toolbox

Pre/post dev toolbox — named bundles of skills/agents loaded before development work and councils of experts invoked after. Run /toolbox or the toolbox.py CLI to list, activate, initialize, export, import, and validate toolboxes. Invoke at the start or end of a dev session, when setting up a new repo, or when sharing…

stevesolun/ctx · 77 tokens

hr-people-operations

Help HR managers, People Ops specialists, HRIS administrators, and HR generalists understand, design, and run core people operations processes. Use when asked to design an onboarding workflow, set up an HRIS, build an offboarding checklist, create an employee handbook, audit HR data quality, design a people ops…

tuanductran/hr-skills · 101 tokens

hr-hris

Help HR managers, HR operations teams, and recruiters understand HRIS (Human Resource Information Systems), including HRIS platforms, implementation and migration, system integrations, employee data management, HR automation, and HRIS-related hiring. Use when asked to explain HRIS, choose an HRIS platform, implement…

tuanductran/hr-skills · 103 tokens

hatch3r-cleanup

Repo-state cleanup pass — inventories accumulated hatch3r working state (plan files, workspace dirs, review telemetry, findings ledgers, learnings, handoffs, board staleness), asks once with per-category counts and estimated reclaim, dispatches each owned surface to its owning skill or CLI path, and prunes only the…

hatch3r/hatch3r · 77 tokens