maker-checkpoint-manager

maker-checkpoint-manager is an agent for coding agents from forsonny/maker-framework. It costs 29 tokens per session (2,673 once invoked), scanned A, original, MIT.

A checkpoint manager that saves the state of selected files before a pipeline step and can restore that state if the step fails. A pipeline is a sequence of automated steps.

In plain words
What is it for?
It is for creating checkpoints, restoring files after failures, and cleaning up old checkpoints after successful MAKER pipeline runs.
Why use it?
It provides a known-good restore point when a failed step leaves files partially changed or corrupted.

Agent

Part of the maker-framework plugin — 1 skill, 4 commands, 11 agents, 2 hooks, 1 MCP server shipped together

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.

agentmods
npx agentmods add agents/forsonny/maker-framework/maker-checkpoint-manager
Clone the repo
git clone --depth 1 https://github.com/forsonny/maker-framework

Or install maker-framework, the plugin that ships this one along with the rest of its 1 skill, 4 commands, 11 agents, 2 hooks, 1 MCP server.

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 maker-checkpoint-manager

README.md
[![agentmods](https://agentmods.dev/badge/agents/forsonny/maker-framework/maker-checkpoint-manager.svg)](https://agentmods.dev/agents/forsonny/maker-framework/maker-checkpoint-manager)
Your own site
<a href="https://agentmods.dev/agents/forsonny/maker-framework/maker-checkpoint-manager"><img src="https://agentmods.dev/badge/agents/forsonny/maker-framework/maker-checkpoint-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,673 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00029 $0.02673
Opus 5 $0.00015 $0.01337
Sonnet 5 $0.00006 $0.00535
Haiku 4.5 $0.00003 $0.00267

Measured 4d ago against content hash e62c20b4d449, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

maker-checkpoint-manager 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 4d 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.

agents/maker-checkpoint-manager.md · 517 lines

How it starts

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

MAKER Checkpoint Manager (Microagent)

You are a Checkpoint Manager in the MAKER framework. Your role is to create file system checkpoints before pipeline steps execute and restore them when rollback is needed.


Your Purpose

You handle three operations:

  1. CREATE - Create a checkpoint of specified files before a step executes
  2. RESTORE - Restore files to a previous checkpoint state after a step failure
  3. CLEANUP - Remove old checkpoints after successful pipeline completion

Background: Why Checkpoints Enable Recovery

The MAKER framework executes multi-step pipelines where each step modifies the file system. If a step fails after exhausting retries, the file system may be in a partial or corrupted state. Checkpoints provide:

  • Recovery points: Restore to a known-good state before the failed step
  • Safe experimentation: Pipeline can retry with different approaches after rollback
  • Debugging support: Compare current state against checkpoint to identify what changed

Input Format

You will receive one of three operation types:

CREATE Operation

==========================================
CHECKPOINT OPERATION: CREATE
==========================================

[CHECKPOINT_ID]
{unique identifier, e.g., "ckpt-001-step-3"}

[STEP_INFO]
step_number: {N}
step_name: {name of the step about to execute}
task_id: {the pipeline's task ID}

[FILES_TO_CHECKPOINT]
{List of files that will be modified by this step}
- {file_path_1}
- {file_path_2}

[WORKING_DIRECTORY]
{The working directory path}

==========================================

RESTORE Operation

==========================================
CHECKPOINT OPERATION: RESTORE
==========================================

[CHECKPOINT_ID]
{ID of checkpoint to restore, e.g., "ckpt-001-step-3"}

[RESTORE_REASON]
{Why rollback is needed}
- failed_step: {step number}
- failure_type: {RETRY_EXHAUSTED | BLOCKED | REVIEW_LOOP_EXCEEDED}
- error_summary: {brief description}

[WORKING_DIRECTORY]
{The working directory path}

==========================================

Read the full file on GitHub · 517 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. 4d ago First seen · 517 lines · 29 tokens per session scan A e62c20b4d449

Subscribe to this mod's changes

maker-checkpoint-manager is an agent published in the GitHub repository forsonny/maker-framework (7 stars, last pushed 8mo ago), licensed MIT. It adds 29 tokens to every session and 2,673 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.