·python-cli-typer
</>

python-cli-typer

Use when building or structuring Python CLI commands with Typer, including commands, options, and multi-command apps.

10Installs·1Trend·@narumiruna

Installation

$npx skills add https://github.com/narumiruna/telegram-bot --skill python-cli-typer

How to Install python-cli-typer

Quickly install python-cli-typer AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/narumiruna/telegram-bot --skill python-cli-typer
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: narumiruna/telegram-bot.

SKILL.md

View raw

Use Typer for ergonomic CLI construction. Core principle: keep CLI entry points explicit and testable.

| Single command | @app.command() | | Options | function args with defaults | | Multiple commands | multiple @app.command() |

Use when building or structuring Python CLI commands with Typer, including commands, options, and multi-command apps. Source: narumiruna/telegram-bot.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/narumiruna/telegram-bot --skill python-cli-typer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/narumiruna/telegram-bot --skill python-cli-typer
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from narumiruna/telegram-bot

Quick answers

What is python-cli-typer?

Use when building or structuring Python CLI commands with Typer, including commands, options, and multi-command apps. Source: narumiruna/telegram-bot.

How do I install python-cli-typer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/narumiruna/telegram-bot --skill python-cli-typer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/narumiruna/telegram-bot