Skip to main content

Installable cli-creator agent skill for designing and auditing Python CLI tools.

Project description

cli-creator

cli-creator is a reusable agent skill for designing, building, and auditing high-quality Python CLI tools.

It is especially useful for Typer + Rich + questionary projects with interactive flows, data fetching, caching, LLM provider setup, structured output, local profile memory, and multi-channel delivery.

Install As A Codex Skill

Clone this repository and copy the skill directory into your Codex skills folder:

git clone https://github.com/AdvancingTitans/cli-creator-skill.git
mkdir -p ~/.codex/skills
cp -R cli-creator-skill/skills/cli-creator ~/.codex/skills/cli-creator

Then ask your agent to use cli-creator when creating or reviewing CLI tools.

Install From PyPI

pip install cli-creator-skill
cli-creator-skill install

By default this installs the skill to ~/.codex/skills/cli-creator.

Install to a custom directory:

cli-creator-skill install --target ~/.agents/skills

PyPI Trusted Publisher

This repository is ready for tag-driven PyPI publishing through GitHub Actions.

Configure a pending publisher on PyPI with these exact values:

PyPI project name: cli-creator-skill
Owner: AdvancingTitans
Repository name: cli-creator-skill
Workflow name: publish.yml
Environment name: pypi

After the pending publisher is configured, publishing is:

git tag v0.1.0
git push origin v0.1.0

What This Skill Helps With

  • Design a new Python CLI from scratch.
  • Review an existing CLI for UX, packaging, errors, model setup, caching, and maintainability.
  • Structure Typer + Rich + questionary applications.
  • Build natural multi-turn CLI flows without making users feel like they are filling out a form.
  • Add robust model provider configuration for OpenAI, Anthropic, Ark/OpenAI-compatible endpoints, and local models.
  • Add cache, profile memory, diagnostics, and first-run setup flows.

Repository Structure

cli-creator-skill/
  skills/cli-creator/
    SKILL.md
    references/
      creation-playbook.md
      pitfalls-and-solutions.md
      review-rubric.md
  src/cli_creator_skill/
    installer.py
    __main__.py
  pyproject.toml
  README.md
  LICENSE

Usage

Use this skill when you ask:

  • "帮我从零设计一个 Python CLI"
  • "帮我审查这个 Typer CLI"
  • "这个 CLI 的交互很别扭,帮我重构"
  • "帮我设计模型配置、缓存、doctor、profile memory"
  • "帮我发布一个可 pip install 的 CLI"

Sources And Design Influences

This skill distills practical lessons from building interactive Python CLIs and from studying mature CLI projects and documentation patterns, including:

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cli_creator_skill-0.1.0.tar.gz (16.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cli_creator_skill-0.1.0-py3-none-any.whl (21.4 kB view details)

Uploaded Python 3

File details

Details for the file cli_creator_skill-0.1.0.tar.gz.

File metadata

  • Download URL: cli_creator_skill-0.1.0.tar.gz
  • Upload date:
  • Size: 16.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cli_creator_skill-0.1.0.tar.gz
Algorithm Hash digest
SHA256 780cc0c07b0bf77a7367f16854c3cbb2884da0b547fbbc8a8787a2ce5c66832c
MD5 c627dcb09b834a1c50e0bdea8e68c85e
BLAKE2b-256 c711091263bf4149466d66e6faf29bd2a7d3ddb2696f8a525e5258537c4eb76d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cli_creator_skill-0.1.0.tar.gz:

Publisher: publish.yml on AdvancingTitans/cli-creator-skill

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cli_creator_skill-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for cli_creator_skill-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0bf72c7825ec6056eee62a6789c595f8ebfb7fc3106d47c5cac7ff8516517598
MD5 f0022a492dd6780e60bc164a6b538f06
BLAKE2b-256 68195d51036e2d6746f38fc1234f1144ef572870664dd26c12ad0016c25c0e88

See more details on using hashes here.

Provenance

The following attestation bundles were made for cli_creator_skill-0.1.0-py3-none-any.whl:

Publisher: publish.yml on AdvancingTitans/cli-creator-skill

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page