checkpoint

Create wiki checkpoints with snapshots and detailed reports.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/tommy-fcy/labwiki --skill checkpoint-tommy-fcy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checkpoint
Source: https://github.com/tommy-fcy/labwiki/tree/main/.claude/skills/checkpoint
Command: npx skills add https://github.com/tommy-fcy/labwiki --skill checkpoint-tommy-fcy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This wiki skill creates structured checkpoints of the current wiki state, enabling quick rollbacks, progress tracking, and audit trails across wiki/sources, wiki/experiments, wiki/threads, and wiki/areas.

Core Features & Use Cases

  • Snapshot mode captures a lightweight capture of file counts and state, suitable for frequent health checks.
  • Report mode generates a detailed snapshot suitable for audits, milestones, and progress reviews. The skill updates a central index and log to maintain an evolving history of checkpoints and ensure reproducibility.

Quick Start

Create a wiki checkpoint for the current state.

Frequently Asked Questions about checkpoint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a wiki checkpoint to snapshot my current documentation state?

To create a wiki checkpoint, run the skill to scan existing entries, determine the new checkpoint ID, and write a new checkpoint page while updating index.md and log.md to preserve your documentation state.

What is the difference between snapshot mode and report mode for wiki versioning?

Wiki versioning snapshot mode captures lightweight file counts and state for frequent health checks, whereas report mode generates detailed documentation snapshots suitable for audits, milestones, and progress reviews.

Can I create wiki checkpoints across multiple areas like sources, experiments, and threads?

Yes, you can create wiki checkpoints across wiki/sources, wiki/experiments, wiki/threads, and wiki/areas to maintain audit trails and enable rollback for regular wiki maintenance.

How do I track wiki history and enable rollback after making changes?

Track wiki history and enable rollback by generating checkpoints that update a central index and log, maintaining an evolving history of documentation states for reproducibility.

What's the best way to maintain an audit trail for wiki documentation updates?

The best way to maintain an audit trail is using report mode to generate detailed wiki snapshots, automatically updating index.md and log.md with new checkpoint IDs for progress tracking.

Does creating a wiki checkpoint require any external dependencies or components?

No, creating a wiki checkpoint requires no external dependencies or components; it independently scans existing entries, writes checkpoint pages, and updates index and log files.