with one click
create-cli
CLI UX/spec: args, flags, help, output, errors, config, dry-run.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
CLI UX/spec: args, flags, help, output, errors, config, dry-run.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Convert markdown to a beautifully designed editorial-style PDF report. Uses Pretendard variable font, Swiss-Coffee + Cool-Blue palette, minimalist-maximalism layout, cover page, table of contents, section dividers, page numbers. Optimized for Korean+English mixed reports. Use when user asks for "report PDF", "๋ณด๊ณ ์ PDF", "์๋ฆ๋ค์ด PDF", "์์ PDF", or wants to publish a markdown document as a polished document.
๋ธ๋ก๊ทธ URL 1๊ฐ๋ฅผ ๋ฐ์ 60์ด 9:16 ์ํผ ์์(mp4)์ ์๋ ์์ฑํ๋ ํ์ดํ๋ผ์ธ. ํ๊ตญ ๋ธ๋ก๊ทธ 4์ข (ํฐ์คํ ๋ฆฌ/๋ค์ด๋ฒ/๋ฒจ๋ก๊ทธ/๋ธ๋ฐ์น)์์ ๋ณธ๋ฌธยท์ด๋ฏธ์ง๋ฅผ ์ถ์ถํ๊ณ , 2์ธ ๋ํ ๋๋ณธ์ ๋ง๋ ๋ค ๋ก์ปฌ fish-tts(soma-voice HTTP)์ GPT Image 2(gpt-image-2)๋ก ์์ฑยท์ด๋ฏธ์ง๋ฅผ ์์ฑํด Remotion v4๋ก ํฉ์ฑํ๋ค. "๋ธ๋ก๊ทธ URL๋ก ์ํผ ๋ง๋ค์ด์ค", "์ด ๊ธ๋ก ๋ฆด์ค ์์ ๋ง๋ค์ด์ค", "blog to shortform", "blog-shortform", "blog-url-to-shortform" ๊ฐ์ ์์ฒญ์์ ๋ฐ๋ํ๋ค.
Speech-to-Text using Cohere Transcribe (2B, Apache 2.0)
Use when ์งํ asks to record/save/archive a conversation between him and Elon โ produces (1) verbatim RAW markdown, (2) cleaned-up EDITED markdown with nothing removed, and (3) a messenger-style HTML blog post. Triggers on "๋ํ ๊ธฐ๋กํด์ค", "์ด๊ฑฐ ์ ์ฅํด์ ๋ณด๋ด์ค", "๋ธ๋ก๊ทธ์ ์ฌ๋ฆฌ๊ฒ html๋ก", "์๋ฌธ ๊ทธ๋๋ก + ๊ต์ ๋ณธ + ํฌ์คํธ".
Production frontend UI: pages, apps, components, polished non-generic design.
GitHub deep review: bugs, PRs, best fix, stale-or-real, read-code-first.
| name | create-cli |
| description | CLI UX/spec: args, flags, help, output, errors, config, dry-run. |
Source: https://github.com/steipete/agent-scripts/tree/main/skills/create-cli (adopted 2026-05-16) ์ ์ฉ ๋์: soma / p9 / ์ผ๋ฐ ๋๊ตฌ CLI ์ค๊ณ. macOS-specific ๊ฐ์ ์์ (linux WSL OK).
Design CLI surface area (syntax + behavior), human-first, script-friendly.
references/cli-guidelines.md (์ด ์คํฌ ๋๋ ํ ๋ฆฌ์ ํฌํจ) and apply it as the default rubric.Ask, then proceed with best-guess defaults if user is unsure:
--json, --plain, exit codes.--no-input? confirmations for destructive ops?When designing a CLI, produce a compact spec the user can implement:
--json/--plain; --quiet/--verbose.--dry-run, confirmations, --force, --no-input.-h/--help always shows help and ignores other args.--version prints version to stdout.--json for machine output; consider --plain for stable line-based text.--no-input disables prompts.--force or explicit --confirm=....NO_COLOR, TERM=dumb; provide --no-color.Fill these sections, drop anything irrelevant:
mycmd...mycmd [global flags] <subcommand> [args]mycmd init ...mycmd run ...-h, --help--version-q, --quiet / -v, --verbose (define exactly)--json / --plain (if applicable)0 success1 generic failure2 invalid usage (parse/validation)~/2lab.ai/soma/src/bin/์ ๊ธฐ์กด CLI ์คํ์ผ (clipanion ๋ฑ)์ ๋จผ์ ํ์ธ.