checkpoint

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

A saved record of a coding session, including completed work, next steps, active workflows, plans, memory, and blockers.

In plain words
What is it for?
Use it to record progress after a work session, note what should happen next, and preserve unresolved problems for later.
Why use it?
It prevents lost context when a session ends or the conversation reaches its limit. The next session can use the record to continue from the same point.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions Cursor.

Good fit Use it to record progress after a work session, note what should happen next, and preserve unresolved problems for later.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jkudjo/oh-my-cursor/checkpoint
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 checkpoint
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 checkpoint

README.md
[![agentmods](https://agentmods.dev/badge/skills/jkudjo/oh-my-cursor/checkpoint.svg)](https://agentmods.dev/skills/jkudjo/oh-my-cursor/checkpoint)
Your own site
<a href="https://agentmods.dev/skills/jkudjo/oh-my-cursor/checkpoint"><img src="https://agentmods.dev/badge/skills/jkudjo/oh-my-cursor/checkpoint.svg" alt="Measured on agentmods" 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 136 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.00136
Opus 5 $0.00008 $0.00068
Sonnet 5 $0.00003 $0.00027
Haiku 4.5 $0.00002 $0.00014

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

Security

Grade A, and why

checkpoint 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 7d 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/checkpoint/SKILL.md · 25 lines

What it actually says

checkpoint

Saves a full session snapshot so the next Cursor session can resume exactly where you left off.

This is omc's core moat over plain Cursor rules — state persists across context resets.

What it saves

  • What was accomplished this session
  • Exact next steps for the next session
  • Active modes and their phases
  • Latest approved plan
  • All memory entries
  • Any blockers

Example

@checkpoint "finished implementing the auth middleware, tests passing"
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. 7d ago First seen · 25 lines · 16 tokens per session scan A 23ee301f7ee3

Subscribe to this mod's changes

checkpoint 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 136 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

a2wave-memory

Progressively recall and maintain a2wave cross-session memory through a compact startup catalog, bounded topics, and searchable history.

LilithGames/a2wave · 29 tokens

memorize

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

NeoLabHQ/context-engineering-kit · 20 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-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

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