What problem does it solve?
This Skill automates the tedious task of documenting code changes made by AI. It creates a real-time, browsable changelog in a web browser, making it easy to track, review, and understand every modification without manual effort.
Core Features & Use Cases
- Automatic Documentation: Generates Markdown files for every code creation, modification, or deletion.
- Real-time Web Viewer: A simple Python HTTP server hosts a GitHub-style HTML viewer, automatically updating with new changes.
- Dark Mode UI & Navigation: Provides a clean, readable interface with automatic file listing and navigation, always showing the latest changes first.
- Use Case: As an AI develops a new feature, each file creation or modification is logged. Developers can then open
http://localhost:4000 to see a live, detailed history of all AI-driven code changes, including diffs and reasons.
Quick Start
Ask Claude to "Initialize the code-changelog skill for 'My Project' and log a new file creation for 'main.py' with some initial code."