⌨️
AutomationTypeScript

CLI Development

by saffron-health

CLI Development is an Automation skill for Claude Code, published by saffron-health in libretto.

877 stars67 forkson saffron-health/librettoAdded 2026/08/22Repository updated 2026/08/21
automationbrowserclaude-codecodexrpa
Install in seconds
Install CLI Development
Copy CLI Development into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/saffron-health/libretto/tree/main/.agents/skills/cli-development ~/.claude/skills/cli-development

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/saffron-health/libretto.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/cli-development/SKILL.md in saffron-health/libretto
Installs to
~/.claude/skills/cli-development
Collection
One of 23 skills cataloged from this repository
Category
Automation1523 skills

What CLI Development does

CLI Development designs command-line interfaces with scoped help, clear success messages, and diagnosable failures. Use it when creating or updating commands, argument parsing, exit codes, or human- and machine-friendly CLI output.

CLI Development is cataloged under Automation on DirSkills. CLI Development comes from a repository tagged automation, browser, claude-code, codex and rpa.

Documentation

README

CLI Development

Build CLIs that stay actionable in both success and failure paths.

Core Principles

  1. Avoid dead ends.
    • Print next steps when a reasonable next action exists.
    • On terminal completion, state that no further action is required.
  2. Make failures diagnosable.
    • Print known state, failed operation, and likely cause.
    • Include recovery commands and focused help text.
    • Include usage text for argument or syntax errors.
  3. Keep output minimal and context-efficient.
    • Use short defaults.
    • Show detail only when requested by flags or when needed to recover from failure.
  4. Scope help to subcommands.
    • Keep root help high-level.
    • Put detailed flags, examples, and edge cases in subcommand help.

Command Contract

This is the opening of the README. Read the full README on GitHub.

Frequently asked about CLI Development

  • What else does saffron-health publish alongside CLI Development?

    CLI Development is one of 23 skills that DirSkills catalogs from saffron-health/libretto, the repository it ships in. Its siblings there include Address Review, Errore and External Electron Apps. Each one is a separate skill with its own page in this directory, installs the same way CLI Development does, and is maintained by saffron-health in that same repository. The rest of the collection is listed on the saffron-health/libretto page.

  • How does CLI Development compare to other Automation skills?

    CLI Development ranks #937 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of CLI Development against them. Open each page to compare what they document and how they install.

More from saffron-health/libretto

CLI Development is one of 23 skills cataloged on DirSkills from saffron-health/libretto.

See all 23 skills