概要
The AI Codebase Documenter is a specialized skill designed to bridge the gap between complex source code and AI context. It automatically scans repositories to generate comprehensive, structured markdown documentation that covers public API surfaces, internal architectures, and error-handling patterns. Supporting a wide range of languages—including TypeScript, Python, Go, and Rust—it maintains an up-to-date documentation suite using incremental Git diffs, ensuring that both human developers and AI agents like Claude have access to the most current system design and implementation details. It also features a built-in pipeline to sync these docs directly to a Docusaurus site, making technical writing a seamless part of the development workflow.