name: to-skills-docs description: Generate AI agent skills from TypeScript documentation license: MIT
to-skills-docs
Generate AI agent skills from TypeScript documentation
Documentation
- What is to-skills? — # to-skills
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 typedocand tells you exactly what to fix.
- CLI Extraction — # CLI & Config Extraction
The
@to-skills/clipackage 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.