resume-continuation

resume-continuation is a skill for Claude Code, Codex from dhruv-anand-aintech/continue-later-skill. It costs 37 tokens per session (723 once invoked), scanned A, original, MIT.

A handoff procedure for reading continuation.md or continuation-fast.md, which are files that record unfinished coding work and its context. It prefers the structured continuation.md file when both files exist.

In plain words
What is it for?
Use it when resuming earlier work, checking project status, or finding what another session left unfinished.
Why use it?
It lets a coding agent recover the previous session's tasks, decisions, and known problems instead of starting over or relying on incomplete memory.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when resuming earlier work, checking project status, or finding what another session left unfinished.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dhruv-anand-aintech/continue-later-skill/resume-continuation
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 dhruv-anand-aintech/continue-later-skill --skill resume-continuation
Clone the repo
git clone --depth 1 https://github.com/dhruv-anand-aintech/continue-later-skill

Made for: Claude Code, Codex.

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 resume-continuation

README.md
[![agentmods](https://agentmods.dev/badge/skills/dhruv-anand-aintech/continue-later-skill/resume-continuation/github.svg)](https://agentmods.dev/skills/dhruv-anand-aintech/continue-later-skill/resume-continuation)
Your own site
<a href="https://agentmods.dev/skills/dhruv-anand-aintech/continue-later-skill/resume-continuation"><img src="https://agentmods.dev/badge/skills/dhruv-anand-aintech/continue-later-skill/resume-continuation/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 resume-continuation

Your own site · 80×15
<a href="https://agentmods.dev/skills/dhruv-anand-aintech/continue-later-skill/resume-continuation"><img src="https://agentmods.dev/badge/skills/dhruv-anand-aintech/continue-later-skill/resume-continuation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 723 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.00037 $0.00723
Opus 5 $0.00018 $0.00362
Sonnet 5 $0.00007 $0.00145
Haiku 4.5 $0.00004 $0.00072

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

Security

Grade A, and why

resume-continuation 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 10d 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.

skills/resume-continuation/SKILL.md · 70 lines

How it starts

The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Resume Continuation

Read and summarize project handoff markdown so work can resume quickly without losing context.

Files

File Typical source
continuation.md Full structured handoff (continue-later skill)
continuation-fast.md Raw git dump (+ optional transcript excerpts) from continue-later-fast

Overview

Use this skill when the user asks to resume prior work, check project status, or recall the last session.

Use this skill when the user says (natural language — no slash required):

  • "resume from continuation"
  • "resume from earlier"
  • "what was I working on?"
  • "continue from last session"

For /resume-from-earlier (slash / manual attach), use the resume-from-earlier skill folder — same workflow, separate install path for cross-platform discovery.

Workflow

  1. Resolve which file(s) to read (project root):
    • If continuation.md exists → treat it as the primary handoff (structured sections).
    • Else if continuation-fast.md exists → read it (often "## Raw Context Dump" / "## Recent user messages").
    • If both exist → read continuation.md first for tasks/state/decisions/gotchas; then skim continuation-fast.md only when the user asks for the latest git snapshot, raw diff stats, or recent user prompts duplicated there—or when structured sections are missing.
    • If neither exists → say so and ask whether to create one (continue-later or continue-later-fast).
  2. Extract only what the user asked for.
  3. Prefer these sections when present (mostly in structured continuation.md):
    • ## Pending Tasks for what to do next
    • ## Current State for working vs broken areas
    • ## Key Technical Decisions to avoid re-litigating choices
    • ## Gotchas & Traps to avoid repeated mistakes
    • ## How to Build & Run to restart quickly
      From continuation-fast.md, surface ## Raw Context Dump / ### Recent user messages when relevant.
  4. Return a concise, actionable resume summary.

Read the full file on GitHub · 70 lines

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. 10d ago First seen · 70 lines · 37 tokens per session scan A e4559553b22d

Subscribe to this mod's changes

resume-continuation is a skill published in the GitHub repository dhruv-anand-aintech/continue-later-skill (3 stars, last pushed 3mo ago), licensed MIT. It adds 37 tokens to every session and 723 once invoked, about $0.0002 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-08-31.

Related

Other skills, from other repositories

peon-ping-toggle

Toggle peon-ping sound notifications on/off. Use when user wants to mute, unmute, pause, or resume peon sounds during a Claude Code session. Also handles config changes like volume, pack rotation, categories — any peon-ping setting.

PeonPing/peon-ping · 58 tokens

peon-ping-log

Log exercise reps for the Peon Trainer. Use when user says they did pushups, squats, or wants to log reps. Examples - "/peon-ping-log 25 pushups", "/peon-ping-log 30 squats", "log 50 pushups".

PeonPing/peon-ping · 64 tokens

linkedin-job-scraper

Scrapes LinkedIn job postings using the JobSpy library (python-jobspy). Use this skill whenever the user wants to find jobs on LinkedIn, search for open roles, pull job listings, build a job pipeline, source job targets for GTM research, or monitor hiring signals. Even if the user just says "find me some jobs" or…

gooseworks-ai/goose-skills · 121 tokens

send-sms-textbelt

Send SMS text messages to phone numbers. Use when the user asks to send a text, send an SMS, text someone, message a phone number, or send a notification via text message.

gooseworks-ai/goose-skills · 44 tokens

planning-with-files

Persistent file-based planning for multi-step AI-agent work. Keeps taskplan.md, findings.md, and progress.md on disk; lifecycle hooks inject selected project planning context. Automatic recovery reads project planning files only. Explicit session-catchup.py --metadata reads same-project local agent session records and…

mxyhi/ok-skills · 117 tokens

save-progress

Save current project task progress to local task state file for cross-session continuity. Use when the user asks to save progress, uses an equivalent localized trigger phrase, the session is interrupted, or the user wants to resume work later. Writes to .claude/project-task-state.json so next session can load it via…

KimYx0207/Meta_Kim · 65 tokens