tool-design
Installation
SKILL.md
Tool Design Skill
Create custom tools for domain-specific agents using the @tool decorator.
Purpose
Design and implement custom tools that give agents specialized capabilities for domain-specific operations.
When to Use
- Agent needs capabilities beyond default tools
- Domain requires specialized operations
- Building focused, efficient agents
- Creating reusable tool libraries