Summary
The skills generate command produces raw schema dumps — tool names, descriptions, input schemas. A good skill file needs trigger phrases, usage examples, gotchas, and "USE WHEN" patterns.
Proposal
Add --enrich flag to skills generate that sends the raw schema through an LLM to produce:
- Trigger phrases and natural language aliases
- "USE WHEN" routing patterns
- Usage examples with common parameter combinations
- Gotchas and edge cases from tool descriptions
Dependencies
Related
Summary
The
skills generatecommand produces raw schema dumps — tool names, descriptions, input schemas. A good skill file needs trigger phrases, usage examples, gotchas, and "USE WHEN" patterns.Proposal
Add
--enrichflag toskills generatethat sends the raw schema through an LLM to produce:Dependencies
skills generateneeds to route schema introspection through the remote daemon whenMCP2CLI_REMOTE_URLis set (feat: per-service remote/local routing, lifecycle logging, and preconnect #26 added remote routing butgeneratestill falls back to local spawning)Related