ワンクリックで
design-first
Create a Pencil mockup before implementing any UI feature or enhancement. Design first, code second.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a Pencil mockup before implementing any UI feature or enhancement. Design first, code second.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Research new Claude Code features, compare against coide's VISION.md, and suggest what to add to the roadmap
Test, commit all changes, move the feature from VISION.md roadmap to SHIPPED.md, update release notes, and push to origin
Fix electron-vite build failures by reading errors and patching the failing files
| name | design-first |
| description | Create a Pencil mockup before implementing any UI feature or enhancement. Design first, code second. |
| argument-hint | <feature-description> |
Create a visual mockup in Pencil before writing any implementation code. This ensures alignment on layout, spacing, and UX before committing to code.
Understand the current state
Set up Pencil
get_editor_state() to check the current canvas.pen file with open_document("new") — keep mockups separate from other designsget_guidelines("web-app") for structural design rulesget_style_guide_tags() then get_style_guide(tags) with tags matching coide's aesthetic: dark-mode, devtools, minimal, monospace, webapp, developer, functionalBuild the mockup
batch_design callget_screenshot() after each major section to verify visuallyReview with user
Implement only after approval
Use these unless the style guide suggests otherwise:
#0A0A0A (page), #111111 (panels), #ffffff06 (cards)#1a1a1a, #ffffff0f, #1f1f1f#ffffffcc (primary), #ffffff80 (secondary), #ffffff4d (muted), #ffffff33 (labels)#10B981 (success/active), #3b82f6 (info/running), #ef4444 (error), #f59e0b (warning)