skills$openclaw/cli-developer
veeramanikandanr488.6k

by veeramanikandanr48

cli-developer – OpenClaw Skill

cli-developer is an OpenClaw Skills integration for coding workflows. Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.

8.6k stars6.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namecli-developer
descriptionUse when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions. OpenClaw Skills integration.
ownerveeramanikandanr48
repositoryveeramanikandanr48/cli-developer
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @veeramanikandanr48/cli-developer
last updatedFeb 7, 2026

Maintainer

veeramanikandanr48

veeramanikandanr48

Maintains cli-developer in the OpenClaw Skills directory.

View GitHub profile
File Explorer
8 files
.
references
design-patterns.md
5.1 KB
go-cli.md
10.7 KB
node-cli.md
8.2 KB
python-cli.md
10.2 KB
ux-patterns.md
9.9 KB
_meta.json
290 B
SKILL.md
3.5 KB
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:

TopicReferenceLoad When
Design Patternsreferences/design-patterns.mdSubcommands, flags, config, architecture
Node.js CLIsreferences/node-cli.mdcommander, yargs, inquirer, chalk
Python CLIsreferences/python-cli.mdclick, typer, argparse, rich
Go CLIsreferences/go-cli.mdcobra, viper, bubbletea
UX Patternsreferences/ux-patterns.mdProgress 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

  • Node.js Expert - Node.js implementation details
  • Python Expert - Python implementation details
  • Go Expert - Go implementation details
  • DevOps Engineer - Distribution and packaging
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install cli-developer?

Run openclaw add @veeramanikandanr48/cli-developer in your terminal. This installs cli-developer into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/veeramanikandanr48/cli-developer. Review commits and README documentation before installing.