What problem does it solve?
This Skill addresses the challenge of unclear, undocumented, or poorly typed codebases by automatically generating and improving documentation, type definitions, and comments.
Core Features & Use Cases
- JSDoc/TSDoc Generation: Adds comprehensive documentation to public APIs, functions, and interfaces.
- Type Definition Improvement: Replaces ambiguous
any types with precise interfaces and type guards.
- README Management: Creates, updates, and audits README files for clarity and completeness.
- Use Case: When onboarding a new developer to a complex project, use Quill to ensure all public APIs are well-documented with clear examples and that type definitions are robust, significantly reducing the learning curve.
Quick Start
Use the Quill skill to add JSDoc comments to all exported functions in the src/utils directory.