AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Restore Checkpoint

skill-msiccdev-ai-context-kit-restore-checkpoint · by MSiccDev

Load a checkpoint artifact at session start and restore the session state it describes per spec section 4.4 restore rules. Use only when a checkpoint file is explicitly provided at the beginning of a session.

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-msiccdev-ai-context-kit-restore-checkpoint

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-msiccdev-ai-context-kit-restore-checkpoint)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Restore Checkpoint? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Restore Checkpoint

Purpose

Load a checkpoint artifact and restore the session state it describes, surfacing any conflicts with active instruction files before any work begins.

How to Invoke

Load or attach this file's contents into your AI session to activate the workflow (paste, upload, or reference with #file:skills/restore-checkpoint/SKILL.md in VS Code Copilot Chat). In Claude Projects, add it to project knowledge. See [Invoking Skills](../../README.md#invoking-skills) in the README for full platform guidance.

When To Use

  • At the start of a session when the user provides a checkpoint file.
  • Do not apply checkpoint state mid-session or without the user explicitly providing the artifact.

Required Inputs

  • The checkpoint artifact file (provided by the user at session start).
  • Active instruction files (user context and project AGENTS.md) already loaded in context.

Workflow

  1. Read the checkpoint artifact and confirm it contains the checkpoint: true marker and all required schema fields per references/restore-rules.md.
  2. For each field in the checkpoint, compare it against any values defined in active instruction files.
  3. For each conflict found: surface it explicitly — state the conflicting values from both sources and which source each value comes from.
  4. Ask the user which source to apply for each conflict.
  5. Apply instruction file values as the default for any conflict the user does not respond to.
  6. Present the full resolved session state to the user for confirmation.
  7. Do not begin any task work until the user has confirmed the restored state.

Output Expectations

  • A clear confirmation summary showing all restored session state values and their sources.
  • Each conflict recorded as resolved, with the winning source noted.
  • Any missing required fields flagged, with the user asked to supply them or apply the instruction file default.

Resources

  • references/restore-rules.md for spec section 4.4.3 restore rules, conflict resolution logic, and examples.

Constraints And Safety

  • Never apply checkpoint state silently — always confirm with the user first.
  • Instruction files are the default source when the user does not respond to a conflict prompt.
  • If the checkpoint is missing required fields, flag them before proceeding.
  • Checkpoint state is only valid when provided at session start — do not apply it mid-session.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.