Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate structured AI agent skills (SKILL.md) and llms.txt from your TypeScript API documentation
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -39% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -42% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -34% | 0% |
Generate structured AI agent skills (SKILL.md) and llms.txt from your TypeScript API documentation
Avoid when:
program and helpTexts — program takes precedence and helpTexts is silently ignored| Key | Type | Required | Default | Description | | ---------------- | ---------------------------------------------------------------------------------------------------- | -------- | ------- | -------------------------------------------------- | | program | any | no | — | Commander program object (preferred) | | helpTexts | Record<string, string> | no | — | Help text per command (fallback) | | metadata | { name?: string; description?: string; keywords?: string[]; repository?: string; author?: string } | no | — | Package metadata | | configSurfaces | ExtractedConfigSurface[] | no | — | Config surfaces from TypeDoc for JSDoc correlation |
Commander: introspectCommander Fallback: parseHelpOutput Correlation: correlateFlags Extraction: extractCliSkill
Other measured skills in the registry, with their headline benchmark lift.