Skip to main content

createcli

스타9
포크5
업데이트2026년 5월 2일 15:25

Quickly create CLI tools: bash/TypeScript/Python scripts in ~/.claude/scripts/ with the right shebang, exec bit, argparse pattern, --help, and dry-run default for destructive ops. Convention: bun for TS, uv for Python. [WHAT] Build skill for the personal script surface. Output: a working CLI with consistent --help, --dry-run, --verbose flags. Logging to ~/.claude/logs/[scriptname].jsonl when relevant. [WHEN] Use when: create CLI, build script, "I need a tool that...", "a command to...", command-line tool, short utility. NOT for: larger app (use engineering), one-off-bash (write inline). [LANGUAGE] Code is always English. Help text and comments may be in other languages if preferred.

설치

Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.

SKILL.md
readonly