code-changelog

Community

Automate code documentation, track every change.

Authorbear2u
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: code-changelog
Download link: https://github.com/bear2u/my-skills/archive/main.zip#code-changelog

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