python-cli-typer

Installation
SKILL.md

Python CLI with Typer

Overview

Use Typer for ergonomic CLI construction. Core principle: keep CLI entry points explicit and testable.

Install

uv add typer

Quick Reference

Task Pattern
Single command @app.command()
Options function args with defaults
Multiple commands multiple @app.command()
Related skills
Installs
14
GitHub Stars
1
First Seen
Feb 11, 2026