Skillit docs
Skill pradeepmouli/skillit/packages/typedoc/skills/skillit-docs
Generate AI agent skills (SKILL.md) from TypeScript API docs — TypeDoc plugin + CLI + Docusaurus/VitePress
npx -y skills add pradeepmouli/skillit --skill skillit-docsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 7 stars7 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Documentation conventions for generating high-quality AI agent skills from TypeScript source. Use when preparing a library for skill generation, auditing JSDoc quality, fixing audit warnings, writing @useWhen/@avoidWhen/@never tags, or asking about documentation conventions for skills.
SKILL.md
1.1 KB, as published. Nobody here has run it
Documentation Conventions for Skill Generation
Use this skill when improving TypeScript package metadata, README structure, and public JSDoc so typedoc-plugin-skillit can generate better SKILL.md output.
Focus Areas
- Package metadata: meaningful
description, domain keywords, repository URL - README shape: opening summary, Features, Troubleshooting
- JSDoc coverage: summaries,
@param,@returns,@remarks,@example - Skill routing tags:
@useWhen,@avoidWhen,@never,@category
Fix Patterns
- Prefer problem-oriented summaries over type restatements
- Write
@paramprose around caller-visible effects - Use
@neverinNEVER [action] — [reason]. Fix: [recovery path]form - Add 3–5 strong
@useWhentriggers to important exports