Skillit refine
Generate AI agent skills (SKILL.md) from TypeScript API docs — TypeDoc plugin + CLI + Docusaurus/VitePress
npx -y skills add pradeepmouli/skillit --skill skillit-refineAssembled 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
Autonomously improve an MCP skill via the skillit audit→draft→review loop (build or runtime mode) Also: skillit, refine, mcp, skill-generation, cli, audit, overlay.
SKILL.md
1.8 KB, as published. Nobody here has run it
skillit-refine
Autonomously improve an MCP skill via the skillit audit→draft→review loop (build or runtime mode)
Commands
refine
Autonomously improve a skill via the audit→draft→review loop
Usage:
[options]
| Flag | Type | Required | Default | Env | Description |
|---|---|---|---|---|---|
--mcp | string | yes | — | — | path to mcp.json or MCP config file |
--server | string | no | — | — | server name within the config (defaults to first enabled) |
--overlay | string | no | — | — | path to overlay JSON file (runtime mode only) |
--mode | string | no | — | — | refine mode: build or runtime (auto-detected if omitted) |
--source-glob | string | no | — | — | glob pattern for TypeScript source files (build mode) |
--max-iterations | string | no | 5 | — | iteration cap (default 5) |
--items | string | no | 5 | — | work items per iteration (default 5) |
References
Load these on demand — do NOT read all at once:
- When using CLI commands → read
references/commands.mdfor flags, arguments, and defaults