What problem does it solve?
This skill solves the challenge of creating operational CLI tools that are natively integrated into the Ravi runtime, ensuring they are discoverable, agent-first, and architecturally consistent.
Core Features & Use Cases
- Native CLI Generation: Provides a standardized framework using decorators to create commands that are automatically discovered by the Ravi runtime.
- Agent-First Design: Enforces strict output standards, including JSON support, semantic IDs, and actionable error handling, making tools easily consumable by autonomous agents.
- Use Case: When developing a new administrative tool for managing task queues or system resources, this skill ensures the CLI follows the required decorator contracts and CI-enforced testing standards.
Quick Start
Use the cli-creator skill to generate a new command group for managing system tasks by following the decorator-based implementation pattern.