What problem does it solve?
This Skill helps you extend OhMyCode with a new tool when you need the assistant to perform a capability it does not yet have, such as querying databases, calling external utilities, or automating a project-specific action.
Core Features & Use Cases
- Tool Design Guidance: Defines the tool name, description, parameters, and concurrency safety before implementation.
- Implementation Workflow: Shows how to create the tool file from the template, wire in the logic, and keep it compatible with OhMyCode's auto-import system.
- Test-Driven Validation: Includes a repeatable testing workflow so the new tool is verified before use.
- Use Case: If a user wants the assistant to run SQL queries or manage a Docker action, this Skill guides the full process from specification to tests.
Quick Start
Use the add-tool skill to help me design and implement a new tool for OhMyCode that runs SQL queries.