cli-generator
Installation
SKILL.md
AI-Friendly CLI Generator Skill
Generate Python command-line interfaces optimized for AI agents and agentic coding environments.
Core Principle: Every Output is a Prompt
In an agentic coding environment, every interaction with a CLI tool is a turn in a conversation. The tool's output—whether it succeeds or fails—should be designed as a helpful, guiding prompt for the agent's next action.
Tech Stack
- Python - Primary language
- Click - CLI framework
- Pydantic - Data validation and response models
- Rich - Terminal formatting and tables
- uv - Package management