Skillit mcp docs
Skill pradeepmouli/skillit/packages/mcp/skills/skillit-mcp-docs
Generate AI agent skills (SKILL.md) from TypeScript API docs — TypeDoc plugin + CLI + Docusaurus/VitePress
npx -y skills add pradeepmouli/skillit --skill skillit-mcp-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
MCP server documentation conventions for high-quality generated skills. Use when writing tool descriptions, `_meta` annotations, or input schemas for MCP extraction.
SKILL.md
1.0 KB, as published. Nobody here has run it
MCP Documentation Conventions
Use this skill when documenting MCP servers for @skillit/mcp.
Focus Areas
- Tool descriptions that explain purpose and invocation scenarios
- Flat
_metastring fields —useWhen,avoidWhen,never,remarks,example - Parameter and schema descriptions that explain valid inputs and effects
- Stable, specific tool names instead of generic verbs
Fix Patterns
- Add one-sentence tool descriptions with when-to-call guidance
- Set
_meta.useWhen = "[scenario]"directly on the tool's_meta— not nested under atoSkillskey, and not an array - Document each schema property with the effect on server behavior
- Prefer names like
read_project_fileoverget