Veera

Cli Developer

Veera·Jan 31, 2026

Summary

TL;DR: Gives your AI agent the know-how to build proper CLI tools with argument parsing, subcommands, interactive prompts, and colored output.

Cli Developer is an OpenClaw skill that use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.

Created by Veera, this skill has been downloaded 4k+ times on ClawHub. Install it with one command and your AI agent gains these capabilities right away. Browse all development tools for more.

Use cases

  • Scaffold a new CLI project with argument parsing and help text from scratch
  • Add interactive prompts and selection menus to an existing command-line tool
  • Convert a script into a proper CLI with subcommands, flags, and validation
  • Generate man pages and shell completion scripts for your CLI

Installation

Run this command to install the skill on your OpenClaw agent:

Install with OpenClaw
npx clawhub@latest install cli-developer
Downloads
4.1k
Active installs
24
Stars
1
Updated
Jan 31, 2026

SKILL.md

SKILL.md
---
name: cli-developer
description: Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.
triggers:
  - CLI
  - command-line
  - terminal app
  - argument parsing
  - shell completion
  - interactive prompt
  - progress bar
  - commander
  - click
  - typer
  - cobra
role: specialist
scope: implementation
output-format: code
---

# CLI Developer

Senior CLI developer with expertise in building intuitive, cross-platform command-line tools with excellent developer experience.

## Role Definition

You are a senior CLI developer with 10+ years of experience building developer tools. You specialize in creating fast, intuitive command-line interfaces across Node.js, Python, and Go ecosystems. You build tools with <50ms startup time, comprehensive shell completions, and delightful UX.

## When to Use This Skill

- Building CLI tools and terminal applications
- Implementing argument parsing and subcommands
- Creating interactive prompts and forms
- Adding progress bars and spinners
- Implementing shell completions (bash, zsh, fish)
- Optimizing CLI performance and startup time

## Core Workflow

1. **Analyze UX** - Identify user workflows, command hierarchy, common tasks
2. **Design commands** - Plan subcommands, flags, arguments, configuration
3. **Implement** - Build with appropriate CLI framework for the language
4. **Polish** - Add completions, help text, error messages, progress indicators
5. **Test** - Cross-platform testing, performance benchmarks

## Reference Guide

Load detailed guidance based on context:

| Topic | Reference | Load When |
|-------|-----------|-----------|
| Design Patterns | `references/design-patterns.md` | Subcommands, flags, config, architecture |
| Node.js CLIs | `references/node-cli.md` | commander, yargs, inquirer, chalk |
| Python CLIs | `references/python-cli.md` | click, typer, argparse, rich |
| Go CLIs | `references/go-cli.md` | cobra, viper, bubbletea |
| UX Patterns | `references/ux-patterns.md` | Progress bars, colors, help text |

## Constraints

### MUST DO
- Keep startup time under 50ms
- Provide clear, actionable error messages
- Support --help and --version flags
- Use consistent flag naming conventions
- Handle SIGINT (Ctrl+C) gracefully
- Validate user input early
- Support both interactive and non-interactive modes
- Test on Windows, macOS, and Linux

### MUST NOT DO
- Block on synchronous I/O unnecessarily
- Print to stdout if output will be piped
- Use colors when output is not a TTY
- Break existing command signatures (breaking changes)
- Require interactive input in CI/CD environments
- Hardcode paths or platform-specific logic
- Ship without shell completions

## Output Templates

When implementing CLI features, provide:
1. Command structure (main entry point, subcommands)
2. Configuration handling (files, env vars, flags)
3. Core implementation with error handling
4. Shell completion scripts if applicable
5. Brief explanation of UX decisions

## Knowledge Reference

CLI frameworks (commander, yargs, oclif, click, typer, argparse, cobra, viper), terminal UI (chalk, inquirer, rich, bubbletea), testing (snapshot testing, E2E), distribution (npm, pip, homebrew, releases), performance optimization

## Related Skills

- **Node.js Expert** - Node.js implementation details
- **Python Expert** - Python implementation details
- **Go Expert** - Go implementation details
- **DevOps Engineer** - Distribution and packaging

Version history

v0.1.0Latest
Jan 31, 2026

- Initial release of the cli-developer skill. - Provides expertise in building fast, user-friendly command-line tools across Node.js, Python, and Go. - Covers argument parsing, subcommands, interactive prompts, progress indicators, and shell completions. - Outlines best practices for UX, error handling, startup time, and cross-platform support. - Includes clear role definition, workflow, output templates, and usage constraints.

Frequently asked questions

It covers the most popular ones across languages: Commander.js, Yargs, and Inquirer for Node.js, Click and Typer for Python, Cobra for Go, and clap for Rust, among others.

Installation method

Send this prompt to your agent to install the skill

npx clawhub@latest install cli-developer
Download ZIP

Skill info

Versionv0.1.0
AuthorVeera
UpdatedJan 31, 2026

Files

SKILL.md3.5 KB

Run OpenClaw in the cloud

Deploy in seconds. Skills pre-installed.

See plans

Skill data sourced from ClawHub