一键导入
skillit
Generate structured AI agent skills (SKILL.md) and llms.txt from your TypeScript API documentation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate structured AI agent skills (SKILL.md) and llms.txt from your TypeScript API documentation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Shared types, SKILL.md renderer, and token budgeting for skillit plugins
CLI documentation conventions for generated skills. Use when improving Commander descriptions, help text, positional argument docs, and config-surface correlation.
Bootstrap an AI-agent skill from a TypeScript codebase by running the deterministic skillit generate/audit loop and enriching repo source (JSDoc, README, config-type properties, MCP tool annotations, examples, package.json) until the skill reaches its grade target. Use for cli, typedoc, config, or mcp (build-mode) projects; never edit SKILL.md/references directly.
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. Use this even if the user just says 'audit my docs', 'improve my JSDoc', or 'make my skills better'.
Extract CLI command structure from commander/yargs for AI agent skill generation Use when working with agent-skills, cli, commander, documentation, skill-generation, yargs.
Generate AI agent skills from TypeScript documentation
| name | skillit |
| description | Generate structured AI agent skills (SKILL.md) and llms.txt from your TypeScript API documentation |
| license | MIT |
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