home/categories/cli-tools/gordonwatts-skill-test-codex-skills-cli-creator-skill-md
cli-toolstools

cli-creator

Create or extend Python command-line interfaces using Typer and wire them into pyproject.toml entry points. Use when asked to add a new CLI, add a subcommand, or expose a console script for a Python package, especially when pyproject.toml needs [project.scripts] updates or an empty directory needs full project initialization.

gordonwatts
maintainer
gordonwatts
Обновлено 12/28/2025
Звёзды
0
Форки
0
quick start

Installation and usage

Create or extend Python command-line interfaces using Typer and wire them into pyproject.toml entry points. Use when asked to add a new CLI, add a subcommand, or expose a console script for a Python package, especially when pyproject.toml needs [project.scripts] updates or an empty directory needs full project initialization.

Установка
$ install --globalskills.sh
Использование

После установки вы можете использовать этот skill, выполнив следующую команду в терминале:

skills use cli-creator