Acerca de
The cli-creator skill streamlines the development of Python CLI applications by handling everything from project initialization to entry point registration. It automatically bootstraps new projects with uv and Hatch, implements modular command structures using the Typer framework, and wires scripts directly into pyproject.toml. This skill ensures that your command-line tools follow best practices, maintain fast help-response times through lazy loading, and include essential validation and testing patterns, making it ideal for both fresh projects and extending existing tools.