Back to Skills

checkpoint-manager

NeverSight
Updated 6 days ago
11 views
24
3
24
View on GitHub
Othergeneral

About

The checkpoint-manager skill enables safe experimentation by creating state snapshots and allowing rollback to previous checkpoints. Developers should use it when implementing major changes, refactoring code, or needing recovery points during autonomous coding. It provides programmatic checkpoint creation and restoration capabilities for managing project states.

Quick Install

Claude Code

Recommended
Primary
npx skills add NeverSight/skills_feed -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/NeverSight/skills_feed
Git CloneAlternative
git clone https://github.com/NeverSight/skills_feed.git ~/.claude/skills/checkpoint-manager

Copy and paste this command in Claude Code to install this skill

GitHub Repository

NeverSight/skills_feed
Path: data/skills-md/adaptationio/skrillz/checkpoint-manager
0
learn-skillsskills

Related Skills

spec-builder

Other

The spec-builder skill transforms vague project ideas into detailed specifications through guided discovery. It helps developers define requirements and create actionable specs before using autonomous coding tools. Use it when you need to clarify project scope or prepare for autonomous-master execution.

View skill

browser-e2e-tester

Other

The browser-e2e-tester skill runs automated browser-based end-to-end tests to verify feature implementation meets acceptance criteria. It validates user flows and feature completion through programmable test execution, supporting both individual feature tests and full test suites. Developers should use this skill when they need to verify features in a browser environment during development or before deployment.

View skill

autonomous-session-manager

Other

This skill manages the complete lifecycle of autonomous coding sessions, handling session creation, resumption, and type detection (initial vs. continuation). It provides tools for auto-continuation between sessions and includes a session manager for running prompts with Claude models. Use it when starting new coding projects, resuming previous work, or managing seamless transitions between autonomous coding sessions.

View skill

initializer-agent

Other

The initializer-agent is a first-session tool for setting up autonomous coding projects. It handles project initialization, generates comprehensive feature lists, and scaffolds project structure based on specifications and tech stacks. Use it when starting new projects to establish foundations and environment setups.

View skill