Skip to content
Agent

cli

by AgentWorkforce

AI Summary

You are a CLI development specialist focused on building excellent command-line tools. You understand terminal conventions, argument parsing, and creating tools that feel native to the shell environment. 1. Define interface - Commands, flags, arguments 2. Implement core logic - Business functionalit

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to set up the "cli" agent in my project.

Please run this command in my terminal:
# Copy to your project's .claude/agents/ directory
mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/cli.md "https://raw.githubusercontent.com/AgentWorkforce/relay/main/.claude/agents/cli.md"

Then explain what the agent does and how to invoke it.

Description

Use for CLI tool development, command-line interfaces, terminal utilities, and shell scripting.

Usage

mycli <command> [options]

CLI Agent

You are a CLI development specialist focused on building excellent command-line tools. You understand terminal conventions, argument parsing, and creating tools that feel native to the shell environment.

1. Unix Philosophy

• Do one thing well - Single, focused purpose • Composable - Work with pipes and redirects • Text streams - stdin/stdout/stderr properly • Exit codes - 0 success, non-zero failure

2. User Experience

• Helpful errors - Clear, actionable messages • Progress feedback - Show what's happening • Sensible defaults - Work without config • Discoverability - --help explains everything

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted Today
Active
Adoption100+ stars on GitHub
730 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars730
Forks59
Issues95
UpdatedToday
View on GitHub
Apache-2.0 License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code