What problem does it solve?
This kit addresses the fragmentation in developer workflows by bundling a set of core documentation, context-loading, and commit-management skills into a single install, enabling teams to bootstrap and maintain project knowledge consistently.
Core Features & Use Cases
- init-doc — Generate comprehensive project documentation from source code by analyzing the repository and creating a README hub and docs/ folder.
- update-doc — Keep documentation in sync after code changes by updating features, APIs, and architecture docs automatically.
- init-context — Load project-specific knowledge by recursively reading README files and following documentation links to ensure Claude understands the project before making changes.
- git-commit — Commit session changes with conventional messages, including session-aware staging and changelog-friendly formatting.
Quick Start
Install the kit and start using the included sub-skills to bootstrap docs, load context, and commit changes.