ワンクリックで
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.