🗂️
DevOpsHTML

AC Checkpoint Manager

by majiayu000

AC Checkpoint Manager is a DevOps skill for Claude Code, published by majiayu000 in claude-skill-registry.

575 stars88 forkson majiayu000/claude-skill-registryAdded 2026/08/25+1% in starsRepository updated 2026/08/25
ai-skillsclaude-codegenerated-artifactgithub-pagesskill-registryskills
Install in seconds
Install AC Checkpoint Manager
Copy AC Checkpoint Manager into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/majiayu000/claude-skill-registry/tree/main/skills/agent/ac-checkpoint-manager ~/.claude/skills/ac-checkpoint-manager

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/majiayu000/claude-skill-registry.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/agent/ac-checkpoint-manager/SKILL.md in majiayu000/claude-skill-registry
Installs to
~/.claude/skills/ac-checkpoint-manager
Collection
One of 23 skills cataloged from this repository
Category
DevOps798 skills

What AC Checkpoint Manager does

AC Checkpoint Manager creates and restores checkpoints for safe rollback during autonomous development. Use it to save state before risky changes, recover known-good points, or return to a previous checkpoint.

AC Checkpoint Manager is cataloged under DevOps on DirSkills. AC Checkpoint Manager comes from a repository tagged ai-skills, claude-code, generated-artifact, github-pages and skill-registry.

Documentation

README

AC Checkpoint Manager

Manage checkpoints for safe rollback during autonomous development.

Purpose

Creates and manages checkpoints that enable rollback to known-good states, providing safety during autonomous operation.

Quick Start

from scripts.checkpoint_manager import CheckpointManager

manager = CheckpointManager(project_dir)
checkpoint = await manager.create_checkpoint("before-refactor")
await manager.restore_checkpoint(checkpoint.id)

Checkpoint Types

  • Auto: Created automatically at key points
  • Manual: Created on explicit request
  • Feature: Created after each feature completion
  • Session: Created at session boundaries

Checkpoint Structure

This is the opening of the README. Read the full README on GitHub.

Frequently asked about AC Checkpoint Manager

  • What else does majiayu000 publish alongside AC Checkpoint Manager?

    AC Checkpoint Manager is one of 23 skills that DirSkills catalogs from majiayu000/claude-skill-registry, the repository it ships in. Its siblings there include AC Autonomous Orchestrator, AC Commit Manager and AC Criteria Validator. Each one is a separate skill with its own page in this directory, installs the same way AC Checkpoint Manager does, and is maintained by majiayu000 in that same repository. The rest of the collection is listed on the majiayu000/claude-skill-registry page.

  • How does AC Checkpoint Manager compare to other DevOps skills?

    AC Checkpoint Manager ranks #664 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of AC Checkpoint Manager against them. Open each page to compare what they document and how they install.

More from majiayu000/claude-skill-registry

AC Checkpoint Manager is one of 23 skills cataloged on DirSkills from majiayu000/claude-skill-registry.

See all 23 skills
🤖
6d ago

AC Autonomous Orchestrator

AC Autonomous Orchestrator coordinates autonomous coding operations from initialization through planning, execution, validation, and commit. Use it to run full-session implementations or manage multiple components together.
AI Engineering
57588
📝
6d ago

AC Commit Manager

AC Commit Manager creates structured git commits after completed features and verifies the commit was created. Use it to stage changes, generate descriptive messages, and manage version control for autonomous coding.
DevOps
57588
6d ago

AC Criteria Validator

AC Criteria Validator checks implemented features against acceptance criteria and reports whether they pass. Use it to verify test results, code completeness, and other feature completion checks.
Quality
57588
🧩
6d ago

AC Handoff Creator

AC Handoff Creator packages current progress, decisions, blockers, and next actions so a later session can resume work. Use it when ending a session or saving resumable context.
AI Engineering
57588
📝
6d ago

AGENTS Md Generator

AGENTS Md Generator creates AGENTS.md files for Java repositories through a step-based interactive process. Use it to document conventions, commands, workflow, and contributor boundaries for agent instructions.
Writing
57588
🌐
6d ago

Agent Browser

Agent Browser provides a CLI for browser automation tasks like opening sites, filling forms, clicking elements, taking screenshots, and extracting page data. Use it for web interaction, login flows, and testing web apps.
Automation
57588