leepokai

Ccundo — Development skill for Claude Code

Development community

ccundo seamlessly integrates with Claude Code to provide granular undo functionality.

How to install Ccundo

This entry records only its repository, not the path inside it, so there is no exact command to give. Open leepokai/ccundo and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Ccundo does

ccundo seamlessly integrates with Claude Code to provide granular undo functionality. It reads directly from Claude Code's session files to track file operations and allows you to selectively revert changes with full preview and cascading safety.

Alternatives in Development

  • Code Simplifier — Simplify code while preserving functionality 14k ★
  • JEngine — The solution that allows unity games to update in runtime 2.2k ★
  • Dive — Dive is an open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting functi 1.8k ★

README

ccundo

[![npm version](https://badge.fury.io/js/ccundo.svg)](https://badge.fury.io/js/ccundo) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

**Intelligent undo for Claude Code sessions** - Revert individual operations with cascading safety and detailed previews.

ccundo seamlessly integrates with Claude Code to provide granular undo and redo functionality. It reads directly from Claude Code's session files to track file operations and allows you to selectively revert or restore changes with full preview and cascading safety.

✨ Features

  • Automatic Detection - Reads directly from Claude Code session files
  • Detailed Previews - See exactly what will be changed before undoing/redoing
  • Cascading Undo/Redo - Maintains project consistency by undoing/redoing dependent operations
  • Complete Redo System - Reverse any undo operation with full cascading support
  • Turn-based Operations - Group related operations into conversation turns for batch undo
  • Multi-language - Supports English and Japanese (日本語)
  • Smart Operation Tracking - Tracks file edits, creations, deletions, renames, and bash commands
  • Safe Backups - Creates backups before making changes
  • Zero Configuration - Works out of the box with Claude Code

Installation

npm install -g ccundo

Quick Start

  1. Navigate to a directory where you've used Claude Code
  2. List recent operations:
    ccundo list
  3. Preview what would be undone:
    ccundo preview
  4. Undo operations with confirmation:
    ccundo undo
  5. Redo previously undone operations:
    ccundo redo
  6. Work with conversation turns:
    ccundo turns                 # Group operations into turns
    ccundo preview-turn          # Preview turn undo
    ccundo undo-turn             # Undo entire turn

Usage

List Operations

View all operations from