typescript-docs

Installation
SKILL.md

TypeScript Documentation Skill

Overview

Deliver production-ready TypeScript documentation that serves multiple audiences through layered documentation architecture. Generate API docs with TypeDoc, create architectural decision records, and maintain comprehensive code examples.

When to Use

  • "generate TypeScript API docs" - Create TypeDoc configuration and generate documentation
  • "document this TypeScript module" - Add comprehensive JSDoc to a module
  • "create ADR for TypeScript decision" - Document architectural decisions
  • "setup documentation pipeline" - Configure automated documentation generation
  • "document React component" - Create component documentation with examples
  • "create API reference" - Generate comprehensive API documentation

Instructions

  1. Configure TypeDoc: Set up typedoc.json with entry points and output settings
  2. Add JSDoc Comments: Document all public APIs with @param, @returns, @example
  3. Create ADRs: Document architectural decisions with context and consequences
  4. Set Up Pipeline: Configure CI/CD for automated documentation generation
Related skills
Installs
5
GitHub Stars
35
First Seen
Mar 17, 2026