← ClaudeAtlas

ts-doclisted

Generate auto-documented props tables in Nextra docs using TSDoc. Use when adding or updating component API documentation in MDX pages.
pawelkrystkiewicz/chunks-ui · ★ 0 · Web & Frontend · score 66
Install: claude install-skill pawelkrystkiewicz/chunks-ui
# Nextra TSDoc — Auto-Generated Props Tables Use Nextra's built-in `TSDoc` component to replace hand-written props tables with auto-generated ones sourced directly from TypeScript types with JSDoc annotations. ## Requirements - Nextra >= 4.3 (this project uses 4.6+) - No extra dependencies needed — `nextra/tsdoc` ships with Nextra ## Reference - [Nextra TSDoc guide](ts-doc-guide.md) — full API, patterns, and conventions for this project