What problem does it solve?
Many repositories lack clear, accurate documentation that helps developers onboard, understand architecture, and use or contribute to the codebase; this Skill addresses that gap by programmatically analyzing source code and producing readable developer-facing docs.
Core Features & Use Cases
- README generation: Produce a concise project overview, feature list, quick start, configuration table, and project structure to serve as the repository front page.
- API documentation: Scan route and controller files to generate endpoint reference with request/response examples for REST and common web frameworks.
- Architecture and inline docs: Create high-level architecture overviews and add or update inline docstrings/JSDoc to clarify functions, modules, and data flows.
- Use Case: Onboarding a new engineer, produce a README, API reference, architecture summary, and add inline examples for the key modules to reduce ramp-up time.
Quick Start
Create a comprehensive README, API reference for routes and controllers, and update inline documentation across the repository.