python-cli-typer
Installation
SKILL.md
Python CLI with Typer
Build modern, type-safe command-line applications using Typer with automatic help generation, shell completion, and rich terminal output.
When to Use This Skill
- Creating new CLI applications in Python
- Adding command-line interfaces to existing projects
- Migrating from argparse or click to Typer
- Building CLI tools with subcommands
- Adding rich terminal output and progress bars