What problem does it solve?
This Skill simplifies the creation of command-line interfaces (CLIs) that are robust, type-safe, and easily discoverable by AI agents, eliminating the need for complex configuration or manual tool definition.
Core Features & Use Cases
- Agent Discovery: Automatically registers CLIs with AI agents via MCP or Skill files.
- Token Efficiency: Reduces token usage in AI interactions through optimized output formats (TOON) and on-demand skill loading.
- Type Safety: Ensures robust I/O through Zod schemas for arguments, options, and output, providing strong type inference for agents.
- Use Case: Develop a new CLI tool for managing cloud infrastructure. The Skill handles argument parsing, help text generation, agent integration, and provides a clear API for defining commands and their behavior.
Quick Start
Use the incur skill to create a new CLI named 'my-cli' that greets the user.