NorthwoodsResume

NorthwoodsResume is a skill for Claude Code from NorthwoodsSentinel/northwoods-pack. It costs 77 tokens per session (513 once invoked), scanned A, original, Apache-2.0.

A session-resume helper that returns one sentence describing where to continue. A session is one period of work with the coding agent.

In plain words
What is it for?
Use it when starting a session, picking work back up, or asking where you left off.
Why use it?
It helps restart work without producing a status report, timestamps, or a long list of unfinished tasks.

Skill for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: reads .claude/ paths.

Good fit Use it when starting a session, picking work back up, or asking where you left off.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/northwoodssentinel/northwoods-pack/northwoods-resume
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 NorthwoodsSentinel/northwoods-pack --skill northwoods-resume
Clone the repo
git clone --depth 1 https://github.com/NorthwoodsSentinel/northwoods-pack

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 NorthwoodsResume

README.md
[![agentmods](https://agentmods.dev/badge/skills/northwoodssentinel/northwoods-pack/northwoods-resume/github.svg)](https://agentmods.dev/skills/northwoodssentinel/northwoods-pack/northwoods-resume)
Your own site
<a href="https://agentmods.dev/skills/northwoodssentinel/northwoods-pack/northwoods-resume"><img src="https://agentmods.dev/badge/skills/northwoodssentinel/northwoods-pack/northwoods-resume/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 NorthwoodsResume

Your own site · 80×15
<a href="https://agentmods.dev/skills/northwoodssentinel/northwoods-pack/northwoods-resume"><img src="https://agentmods.dev/badge/skills/northwoodssentinel/northwoods-pack/northwoods-resume.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 513 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00077 $0.00513
Opus 5 $0.00039 $0.00257
Sonnet 5 $0.00015 $0.00103
Haiku 4.5 $0.00008 $0.00051

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

Security

Grade A, and why

NorthwoodsResume scanned grade A with 1 finding 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 12d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -X POST http://localhost:31337/notify \
pai-skills/northwoods-resume/SKILL.md · 57 lines

What it actually says

Customization

~/.claude/PAI/USER/SKILLCUSTOMIZATIONS/NorthwoodsResume/

Voice Notification

curl -s -X POST http://localhost:31337/notify \
  -H "Content-Type: application/json" \
  -d '{"message": "Picking up the thread"}' \
  > /dev/null 2>&1 &

NorthwoodsResume — Momentum Restart

Calls the deployed Northwoods Pack Worker to retrieve a single forward-leaning sentence for session resume.

Workflow

  1. Read pack.url and auth.token from ~/.claude/PAI/USER/SKILLCUSTOMIZATIONS/NorthwoodsPack/CONFIG.md.
  2. GET {pack.url}/resume/momentum with X-Pack-Token: {auth.token}.
  3. Use the returned pivot string as the resume prompt for the user.

Request

curl -s "$PACK_URL/resume/momentum" \
  -H "X-Pack-Token: $TOKEN"

Returns {pivot: "one forward-leaning sentence"}.

Contract — what the resume Worker WILL return

Example correct response:

"You were sketching the install flow — pick it back up by reading the last note, it's a question, not a task."

Contract — what the resume Worker WILL NEVER return

The Worker is designed to refuse these shapes. If something matching them comes back, that's a bug:

  • Timestamps ("you stopped 3 days ago") — shame trigger
  • Audit lists ("you have 7 open tasks") — verdict
  • Deficit framing ("last session you didn't finish X") — pre-frame
  • Status reports of any kind

Failure behavior

If the Worker is unreachable, return a single neutral forward-leaning sentence drawn from the most-recent session memory available locally. NEVER ship a status report as a fallback.

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. 12d ago First seen · 57 lines · 77 tokens per session scan A 09fcf0061291

Subscribe to this mod's changes

NorthwoodsResume is a skill published in the GitHub repository NorthwoodsSentinel/northwoods-pack (2 stars, last pushed 12d ago), licensed Apache-2.0. It adds 77 tokens to every session and 513 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

supermemory

Supermemory is a state-of-the-art memory and context infrastructure for AI agents. Use this skill when building applications that need persistent memory, user personalization, long-term context retention, or semantic search across knowledge bases. It provides Memory API for learned user context, User Profiles for…

supermemoryai/supermemory · 81 tokens

collaboration-intelligence

Maintain and use a cross-channel collaboration map of rooms, people, agents, agent owners, relationships, expertise, ownership, roster, priority/VIP handling, and recent context. Trigger when a task or message carries room/channel/sender/member metadata; the user asks who is in a room, what it is for, who owns or…

sonichi/sutando · 208 tokens

misakanet-failure-memory

Search and record failure-recovery lessons from real engineering sessions; submit and verify debugging lessons across the MisakaNet network.

Ikalus1988/MisakaNet · 31 tokens

context-drop

Tiny Swift CLI that reads the focused app's text selection via the macOS Accessibility API. Sutando.app's "drop context" action (hotkey configurable via state/hotkeys.json) shells out to this binary to capture what you have highlighted.

sonichi/sutando · 0 tokens

import-claude-context

Bring the owner's Claude Code history into Sutando: index, extract and haiku-summarise the stock /.claude/projects transcripts, stage the result, show the owner a digest and — only on their 'bring it in' — land it in core memory, notes/claude-import/ and People payloads. Triggers: 'import my Claude history', 'read my…

sonichi/sutando · 229 tokens

context-reconstruct

Re-anchor on the durable record (current-track, live owner thread, pending-questions, relay, buildlog) before acting on anything that depends on earlier context. Read, do not recall.

sonichi/sutando · 43 tokens