python-cli-patterns

Installation
SKILL.md

Python CLI Patterns

Modern CLI development with Typer and Rich.

Basic Typer App

import typer

app = typer.Typer(
    name="myapp",
    help="My awesome CLI application",
    add_completion=True,
)
Installs
6
GitHub Stars
134
First Seen
Feb 13, 2026
python-cli-patterns — neversight/skills_feed