skillit-docs · git:20260604.42c5bcb · 2026-06-04 · sha256 5854412de144f18c
skillit-docs git:20260604.42c5bcbA
Immutable. This exact content is served forever at /api/v1/blob/5854412de144f18c.
--- name: skillit-docs description: Generate AI agent skills from TypeScript documentation license: MIT --- # skillit-docs Generate AI agent skills from TypeScript documentation ## Documentation - **What is skillit?** — # skillit > Generate AI agent skills from your TypeScript documentation. - **Getting Started** — # Getting Started > Install, configure, and generate your first skill in 5 minutes. - **JSDoc Conventions** — # JSDoc Conventions > Write JSDoc that generates expert-quality skills. - **Documentation Audit** — # Documentation Audit > The audit engine checks your docs against skill generation conventions during `pnpm typedoc` and tells you exactly what to fix. - **CLI Extraction** — # CLI & Config Extraction > The `@skillit/cli` package extracts CLI command structure and correlates flags with typed interfaces so your skill documents both the CLI and its configuration. - **Markdown Docs** — # Markdown Docs Extraction > TypeDoc handles your API reference.