moai-domain-cli-tool

Guide CLI tool development with argparse, commander, clap, or cobra and POSIX compliance.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-domain-cli-tool-junseokandylee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-domain-cli-tool
Source: https://github.com/junseokandylee/CookieProxy/tree/main/.moai-backups/backup/.claude/skills/moai-domain-cli-tool
Command: npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-domain-cli-tool-junseokandylee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the development of professional command-line interface tools. It addresses challenges in argument parsing, POSIX compliance, and user experience by providing best practices for intuitive help messages, standard exit codes, and robust configuration, saving you time and ensuring your tools are user-friendly and reliable.

Core Features & Use Cases

  • Argument Parsing: Guides through using libraries like argparse (Python), commander (Node.js), clap (Rust), or cobra (Go) for robust command-line argument handling.
  • POSIX Compliance: Ensures tools adhere to POSIX standards for options, arguments, standard streams, and exit codes, enhancing portability.
  • User Experience: Provides expertise in crafting comprehensive help messages, auto-completion, progress indicators, and interactive prompts for a superior user experience.
  • Use Case: When you need to "CLI 도구 개발" (develop CLI tools) or ensure "POSIX 호환성" (POSIX compatibility) for a new utility, this skill offers the necessary guidance.

Quick Start

Ask to "CLI 도구 개발" for a new subcommand-based tool, and the skill will guide you through implementation with click.