What problem does it solve?
This Skill automatically documents every code change made by AI, creating a browsable, real-time changelog in a web browser, eliminating manual documentation and ensuring transparency.
Core Features & Use Cases
- Automatic Markdown Generation: Creates a new Markdown file for each code modification.
- Real-time HTML Viewer: A simple Python-based web server (no external tools needed) displays changes instantly.
- Auto-Updating Navigation:
index.html automatically updates with new files and sets the latest document as default.
- Use Case: Maintain a clear, searchable history of AI-driven code changes for project management, team collaboration, or auditing, without interrupting the development workflow.
Quick Start
Initialize the code-changelog skill for 'My Project'. Then, log a new file creation for 'main.py' with some initial code.