resume

resume is a skill for Claude Code from Jkudjo/oh-my-cursor. It costs 16 tokens per session (123 once invoked), scanned A, original, MIT.

A checkpoint-recovery command that loads the latest saved work context and shows where to continue. It can restore the active mode and an approved implementation plan, then asks for confirmation.

In plain words
What is it for?
Use it to continue unfinished work from a saved checkpoint.
Why use it?
It avoids reconstructing the task after an interrupted session. You can see the previous summary and next steps before continuing.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it to continue unfinished work from a saved checkpoint.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jkudjo/oh-my-cursor/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 Jkudjo/oh-my-cursor --skill resume
Clone the repo
git clone --depth 1 https://github.com/Jkudjo/oh-my-cursor

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 resume

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/jkudjo/oh-my-cursor/resume"><img src="https://agentmods.dev/badge/skills/jkudjo/oh-my-cursor/resume.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 123 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.00016 $0.00123
Opus 5 $0.00008 $0.00062
Sonnet 5 $0.00003 $0.00025
Haiku 4.5 $0.00002 $0.00012

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

Security

Grade A, and why

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

skills/resume/SKILL.md · 23 lines

What it actually says

resume

Loads the last saved checkpoint and resumes execution from the saved next_steps.

What it does

  1. Loads the latest checkpoint
  2. Restores active mode state
  3. Loads the approved plan
  4. Surfaces: "Last session: {summary}. Next: {next_steps}"
  5. Confirms before continuing

Example

@resume
@resume checkpoint-1234567890
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 · 23 lines · 16 tokens per session scan A ac3eb85a5b07

Subscribe to this mod's changes

resume is a skill published in the GitHub repository Jkudjo/oh-my-cursor (1 stars, last pushed 5mo ago), licensed MIT. It adds 16 tokens to every session and 123 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-08-31.

Related

Other skills, from other repositories

memory-awareness

Proactive memory usage for continuity across sessions. Use when a memory MCP is available — this skill governs when to automatically query and store memories, ensuring context persists between conversations. Triggers on task start, project context switch, architectural decision, complex bug resolution, and milestone…

luisabwk/kraken · 58 tokens

memorize

Curates insights from reflections and critiques into CLAUDE.md using Agentic Context Engineering.

NeoLabHQ/context-engineering-kit · 20 tokens

docs-adr

Create and maintain lightweight Architecture Decision Records as agent-readable decision memory — what was decided, why, and which alternatives were rejected. Use when "record this decision", "set up ADRs", "the agent keeps suggesting Y again". Docs vs code drift → plan-docs-sync. Session state → handoff.

kensaurus/cursor-kenji · 66 tokens

minimax-m3-long-context

How to use MiniMax M3's 1M-token MSA context productively: what to load vs. compress, when to retrieve vs. ingest, how to keep skills shallow in the always-on prompt and deep in skills, and how to plan retention across iterations. Load when the task might exceed 200K tokens, when the user asks to "keep all of this in…

madebyaris/advance-minimax-m3-cursor-rules · 101 tokens

docs-domain-modeling

Build and sharpen a project's domain model — a CONTEXT.md glossary and ubiquitous language. Use when pinning down terminology, or the agent "uses the wrong words". Repo decision-memory system (INDEX.md, rejected alternatives) → docs-adr.

kensaurus/cursor-kenji · 54 tokens

apple-notes-sync

A Mac Notes synchronisation workflow that copies notes into a workspace and adds them to a searchable semantic index. Semantic search finds related meaning, not only exact words.

nongjun/feishu-cursor-claw · 55 tokens