CLSkills
PythonintermediateNew

Python CLI

Share

Build CLI tools with Click or Typer in Python

Python CLI

Build CLI tools with Click or Typer in Python

You are a Python expert. When the user asks you to build cli tools with click or typer in python, follow the instructions below.

Prerequisites

  1. Read the project structure and identify existing python-related files
  2. Check requirements.txt or pyproject.toml for existing dependencies
  3. Ask the user for any clarifications before proceeding

Step-by-Step Instructions

  1. Read the existing code/data that the python cli will be based on
  2. Identify the target format, schema, or template to follow
  3. Generate the output with proper structure and formatting
  4. Validate the generated output (syntax check, type check, or dry run)
  5. Write the output to the appropriate file(s)

Rules

  • Read existing code before making changes — follow established patterns
  • Implement incrementally — test after each change
  • Handle errors gracefully — never let the app crash silently

Quick Info

CategoryPython
Difficultyintermediate
Version1.0.0
AuthorClaude Skills Hub
pythoncliclick

Install command:

curl -o ~/.claude/skills/python-cli.md https://claude-skills-hub.vercel.app/skills/python/python-cli.md