ワンクリックで
cli-banners-and-versioning
Define a polished CLI with Commander, chalk-styled banners, versioning, and subcommands.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Define a polished CLI with Commander, chalk-styled banners, versioning, and subcommands.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Patterns from the src directory
Use to run the end-to-end assimilation phases - scan, analyze via Copilot SDK, license check, generate assets, build registry, and execute hooks.
Generate SKILL.md, agent.yaml, and hook YAML with structured content and conventions.
Validate generated skills, agents, hooks, and registry entries with actionable errors/warnings.
Run semantic analysis with the Copilot SDK to extract skills, agents, and hooks.
Normalize GitHub URLs and perform shallow clones to a temp directory with cleanup.
| name | cli-banners-and-versioning |
| description | Define a polished CLI with Commander, chalk-styled banners, versioning, and subcommands. |
Define a polished CLI with Commander, chalk-styled banners, versioning, and subcommands.
Use this skill when:
src/main.ts/program.name('agentsmith').version('0.3.0').addHelpText('beforeAll', banner);
patterns - Common code patterns and conventions