Skip to main content

createcli

النجوم٩
التفرعات٥
آخر تحديث٢ مايو ٢٠٢٦ في ١٥:٢٥

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