بنقرة واحدة
cli-command-definition
Define CLI commands, arguments, and options using commander with styled banners and versioning.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Define CLI commands, arguments, and options using commander with styled banners and versioning.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Define a polished CLI with Commander, chalk-styled banners, versioning, and subcommands.
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.
| name | cli-command-definition |
| description | Define CLI commands, arguments, and options using commander with styled banners and versioning. |
Define CLI commands, arguments, and options using commander with styled banners and versioning.
Use this skill when:
src\main.ts/program.command("assimilate").argument("<target>").option("-n, --dry-run").action(assimilateCommand);
architecture - Structural patterns and system design