Kuma:Checkpoint banner
plumpslabs plumpslabs

Kuma:Checkpoint

Development community

Description

--- description: "📸 Kuma Checkpoint — Create an atomic named snapshot before risky work" --- # /kuma:checkpoint Take an atomic rollback snapshot of current files and knowledge graph. ```javascript kuma_safety({ action: "checkpoint", label: "[pre-refactor-feature-x]" }) ``` Creates `<label>/` snapshot with `kuma.db` + modified files.

Installation

Installs to ~/.claude/skills/plumpslabs-kuma-kuma-checkpoint/SKILL.md

Terminal
mkdir -p ~/.claude/skills/plumpslabs-kuma-kuma-checkpoint && curl -fsSL https://raw.githubusercontent.com/plumpslabs/kuma/HEAD/commands/kuma:checkpoint.md -o ~/.claude/skills/plumpslabs-kuma-kuma-checkpoint/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository