원클릭으로
communication-style
Concise output formatting for the Hatchway platform UI. Use when generating any response during task execution.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Concise output formatting for the Hatchway platform UI. Use when generating any response during task execution.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Batch project dependency changes and install once. Use when starting a new feature, scaffolding a project, or when any npm/pnpm package installation is needed.
Step-by-step task tracking via the TODO_WRITE marker. Use when executing any multi-step task, follow-up request, or build workflow.
Pre-planning procedure for new tasks. Visualize end state, identify structure, and anticipate problems before coding. Use when starting a new feature, scaffolding a project, or planning a multi-file change.
Fix-verify iteration loop for dependency, build, and runtime errors. Use when installing packages, running dev servers, fixing build errors, or verifying that code compiles and runs.
Read-before-write discipline. Search for patterns and understand existing code before modifying files. Use when editing existing files, adding features to an existing codebase, or creating new components.
Visual design thinking for production-ready UI. Use when building new pages, components, or styling any user-facing interface.
| name | communication-style |
| description | Concise output formatting for the Hatchway platform UI. Use when generating any response during task execution. |
| user-invocable | false |
Keep output minimal so the Hatchway UI stays clean and scannable.
Bad (verbose):
I'm going to start by reading the package.json to understand the dependencies. Now I'll install the missing packages. Let me check if tailwind is configured...
Good (concise):
Added Tailwind CSS with the brand color palette and updated all components to use utility classes.