fire-patterns

Community

Auto-generated Fire CLIs with class patterns

Authorvanman2024
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables quickly building Python CLIs using Google Fire, where commands are auto-generated from class methods and documented via docstrings.

Core Features & Use Cases

  • Class-Based CLI: Define a Python class and expose commands via methods.
  • Docstring-Driven Help: Command help text is derived from method docstrings.
  • Nested Command Groups: Support for nested classes to group commands.
  • Rich Output Integration: Optional Rich console integration for polished output.

Quick Start

Create a Python module with a main class and methods; run with python to view auto-generated commands and help text.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: fire-patterns
Download link: https://github.com/vanman2024/cli-builder/archive/main.zip#fire-patterns

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository