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()
Installs
40
GitHub Stars
8
First Seen
Jan 25, 2026
python-cli-typer — narumiruna/agent-skills