Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

refactor-node-cli-architecture

스타3
포크0
업데이트2026년 6월 2일 19:44

Refactor existing Node.js CLIs toward a layered or vertical-slice, command-driven architecture with thin entrypoints, focused command handlers, application services, pure domain logic, isolated infrastructure adapters, and characterization tests. Use when someone asks to refactor a CLI, separate command parsing from business logic, move logic out of the entrypoint, split work into src/commands src/services src/domain src/infrastructure, use a domain-first CLI or vertical slice layout, or perform a behavior-preserving CLI refactor. Do NOT use for greenfield scaffolding, non-CLI applications, or general infrastructure provisioning.

설치

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

SKILL.md
readonly