blackbox

Community

Never lose a file change again, guaranteed.

Authorpproenca
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Accidental file modifications, deletions, or unexpected changes can lead to data loss and difficult recovery, especially without robust version control or immediate backups.

Core Features & Use Cases

  • Automatic File Snapshots: Captures file content before modifications (PreToolUse events) for disaster recovery and historical tracking.
  • Event Logging: Records user prompts and session boundaries, providing a comprehensive context of activity.
  • File Restoration: Easily query modification history and restore previous file versions by hash or pattern, recovering from accidental edits.
  • Use Case: If you accidentally delete a critical section of code, you can use Blackbox to list recent snapshots of that file and restore a previous working version.

Quick Start

Use the blackbox skill to list the last 5 snapshots of 'my_important_script.py'.

Dependency Matrix

Required Modules

python3

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: blackbox
Download link: https://github.com/pproenca/dot-claude/archive/main.zip#blackbox

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository