Tapeback
Description
Like rewinding a tape 🎞️ — tapeback automatically records every Claude Code agent action that changes your codebase, so you can rewind to any moment in your session.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
tapeback 🎞️
*Like rewinding a tape — tapeback automatically records every Claude Code agent action that changes your codebase, so you can rewind to any moment in your session.*
[](https://www.npmjs.com/package/tapeback) [](https://www.npmjs.com/package/tapeback) [](https://buymeacoffee.com/aligredo)
The problem
Claude Code agents are powerful but imperfect. A single bad message can silently overwrite hours of work across multiple files — with no native undo beyond manual `git` gymnastics.
**tapeback is the rewind button.**
Every time Claude edits a file, tapeback automatically commits the codebase state with a `[REC]` tag. When something goes wrong, one command puts you back where you were.
Install
# Add to your current project
npx tapeback init
# Or install globally for all projects
npx tapeback init --global
That's it. No global install required. tapeback wires itself into Claude Code's hook system and starts recording immediately.
Uninstall
**From the current project:**
# Remove hook, commands, and scripts
rm -f .claude/hooks/post-tool-use.sh
rm -f .claude/commands/tapeback.md .claude/commands/squash.md .claude/commands/reel.md
rm -f .claude/src/generate-headline.js .claude/src/commit-message.js \
.claude/src/git-graph.js .claude/src/generate-reel.js
Then open `.claude/settings.json` and remove the `PostToolUse` hook entry for tapeback.
**Global uninstall (`~/.claude/`):**
rm -f ~/.claude/hooks/post-tool-use.sh
rm -f ~/.claude/commands/tapeback.md ~/.claude/commands/squash.md ~/.claude/commands/reel.md
rm -f ~/.claude/src/generate-headline.js ~/.claude/src/commit-message.js \
~/.claude/s
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11