How this skill is triggered — by the user, by Claude, or both
Slash command
/designer:design-handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A handoff is the contract between design and engineering. The work is not done when the happy-path screen looks right — it is done when a developer can build every state, at every breakpoint, without guessing. Most handoff failures are not visual; they are missing intent, missing states, and unnamed primitives.
A handoff is the contract between design and engineering. The work is not done when the happy-path screen looks right — it is done when a developer can build every state, at every breakpoint, without guessing. Most handoff failures are not visual; they are missing intent, missing states, and unnamed primitives.
Agree what is in and out before anything is annotated. Misaligned scope is the most expensive handoff defect — it surfaces mid-build.
A fixed frame describes one width. Developers build for a range. Communicate how the layout behaves, not just how it looks at one size.
The happy path is the easy 20%. Design and annotate the states that are easy to forget — they are where builds stall and bugs ship.
0, 999+, counts that exceed their container.Annotations carry the intent a static frame cannot. Attach them where the developer reads them — on the design, not in a separate doc that drifts.
accessibility-craft.A messy file forces developers to reverse-engineer your decisions. Clean structure is what makes Dev Mode useful instead of confusing.
A concrete pass/fail gate. Every item must be true before the handoff is dev-ready.
This skill produces clean specs, not application code. Production React/TypeScript implementation is owned by the design-engineer agent. The designer's job is to deliver a handoff that passes the checklist above; the design-engineer turns it into shipped components. Do not write app code from this skill — hand off the spec and let the implementation owner build it.
npx claudepluginhub shoto290/shoto --plugin designerProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.