click-patterns

Installation
SKILL.md

Click Framework Patterns

This skill provides comprehensive Click framework patterns, templates, and examples for building production-ready Python CLIs.

Instructions

When Building a Click CLI

  1. Read the appropriate template based on complexity:

    • Simple CLI: templates/basic-cli.py
    • Nested commands: templates/nested-commands.py
    • Custom validators: templates/validators.py
  2. Generate new Click project:

    bash scripts/generate-click-cli.sh <project-name> <cli-type>
    

    Where cli-type is: basic, nested, or advanced

Installs
2
First Seen
Jun 29, 2026
click-patterns — vanman2024/cli-builder