This one systematically handles TypeScript documentation across the stack, from JSDoc annotations to TypeDoc API generation to ADRs for tracking architectural decisions. You get framework-specific patterns for NestJS, React, Express, Angular, and Vue, plus ESLint validation rules to enforce documentation quality before commits. The examples are practical, showing you how to document React hooks, utility functions, and REST controllers with the right level of detail. It also sets up GitHub Actions pipelines to regenerate docs on every push. Use it when you need production-grade documentation that serves multiple audiences, from API consumers needing reference docs to future maintainers needing context on why decisions were made.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill typescript-docs