What problem does it solve?
This Skill helps authors turn TypeScript source documentation into strong AI agent skills by improving the prose, structure, and metadata that skill generators rely on.
Core Features & Use Cases
- Documentation Auditing: Review JSDoc, README content, and package metadata for issues that weaken skill generation.
- Skill-Quality Guidance: Apply conventions for descriptions, examples, decision notes, anti-patterns, and recovery paths that make generated skills more useful to LLMs.
- TypeScript Library Preparation: Use it when preparing a library for skill generation, fixing audit warnings, or adding expert tags like @useWhen, @avoidWhen, and @never.
- Use Case: A team wants to generate a polished SKILL.md from a TypeScript package; this Skill tells them exactly what to change in the source docs so the resulting skill is more discoverable and reliable.
Quick Start
Ask this skill to audit your TypeScript documentation and recommend the exact JSDoc, README, and package metadata changes needed to produce a higher-quality skill.