create-tooluniverse-skill
Installation
SKILL.md
Create ToolUniverse Skill
Systematic workflow for creating production-ready ToolUniverse skills.
Core Principles
Build on the 10 pillars from devtu-optimize-skills:
- TEST FIRST - never document untested tools
- Verify tool contracts - don't trust function names
- Handle SOAP tools - add
operationparameter - Implementation-agnostic docs - no Python/MCP code in SKILL.md
- Foundation first - query aggregators before specialized tools
- Disambiguate carefully - resolve IDs properly
- Implement fallbacks - Primary -> Fallback -> Default
- Grade evidence - T1-T4 tiers on claims
- Quantified completeness - numeric minimums per section
- Synthesize - models and hypotheses, not just lists
See OPTIMIZE_INTEGRATION.md for detailed application of each pillar.