typer-patterns

Generate Typer CLI applications from templates for typed commands and sub-apps.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/afrojuju1/county_scraper_2 --skill typer-patterns-afrojuju1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typer-patterns
Source: https://github.com/afrojuju1/county_scraper_2/tree/main/.claude/typer-patterns
Command: npx skills add https://github.com/afrojuju1/county_scraper_2 --skill typer-patterns-afrojuju1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you build maintainable, type-safe CLI applications with Typer, reducing boilerplate and preventing common mistakes by providing production-ready templates and patterns.

Core Features & Use Cases

  • Templates for common patterns: basic typed command, enum options, sub-app structure, factory pattern, advanced validation
  • Code generation workflow: quick CLI generation and validation
  • Examples: Start with a basic CLI, convert argparse to Typer, scaffold sub-apps

Quick Start

Generate a new CLI from a template and validate it using the provided scripts. Then test the CLI with the included example commands.