agentsclimarketplace

Design handoff

Skill HeyEddi-com/skills/evals/runs/2026-07-04T22-58-59Z/full-product-integration/.agents/skills/design-handoff

HeyEddi Cursor Agent Skills hub — 20 skills, agent eval suite, git subtree distribution

Install
npx -y skills add HeyEddi-com/skills --skill design-handoff

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Implements screens from designer screenshots and handoff notes. Two-pass workflow — designer writes mockup-brief with Implementation spec, implementer builds shell then route, verify_handoff checks tokens and layout. Use when approved mockups exist — not for greenfield design.

SKILL.md

3.0 KB, 713 tokens by cl100k_base, as published. Nobody here has run it

Design Handoff

Designer then implementer — same agent, two explicit passes. See reference/handoff-to-code.md.

Subagents (default)

Orchestrate in main chat; delegate phases via Cursor Task tool. See reference/subagents.md.

  • Pass 1 (interpret): generalPurpose subagent — mockup-brief + Implementation spec only; then shell for describe_handoff.
  • Pass 2 (build): explore for catalog → generalPurpose for shell then route → shell for verify_*, npm, @visual-auditor.
  • Do not inline Playwright or full implement in the same subagent as interpret.

Gate each phase before launching the next subagent.

When to use

  • Designer attaches desktop/mobile screenshots for a route
  • .heyeddi/designs/<feature>/ has reference images
  • Implementing an approved mockup without Figma MCP

Instructions

Pass 1 — Designer (interpret)

  1. Run python scripts/load_handoff.py --route <route> --project-root <root>.
  2. Read .heyeddi/product.mdPersonas + Per-route intent for this route; align brief microcopy and hierarchy (heyeddi-design/reference/audience-design.md).
  3. Read reference/interpret-mockups.md (PNG) or reference/low-fidelity-mockups.md (wireframe.md) — write mockup-brief.md with Implementation spec + Theme notes.
  4. Run python scripts/describe_handoff.py --route <route> --sync-design.
  5. Stop — do not write Vue until Implementation spec is complete.

Pass 2 — Implementer (build)

  1. Read reference/handoff-to-code.md + mockup-brief.md Implementation spec.
  2. Update tokens.css from spec — no same-name aliases (--size-6: var(--size-6) breaks spacing). Run python scripts/verify_tokens.py --check.
  3. Build AppShell / AppSidebar / AppTopBar.
  4. Run python scripts/verify_handoff.py --route <route> --phase shell --check.
  5. Build route content (e.g. SettingsView) — override PrimeVue Card padding per spec.
  6. Run python scripts/verify_handoff.py --route <route> --phase full --check.
  7. Run python scripts/verify_theme.py --check — light/dark + PrimeVue surfaces (reference/theme-coherence.md).
  8. Read reference/mockup-contract.md when needed.
  9. Chain @primevue-openprops-architect@visual-auditor when available.
  10. Append Decision log — region → component + rationale.

Modes

  • Screenshot (v1): reference/screenshot-mode.md + reference/interpret-mockups.md + reference/handoff-to-code.md
  • Wireframe / ASCII: reference/low-fidelity-mockups.md + wireframe.md (no PNG required)
  • PrimeVue Card slots: reference/primevue-card-slots.md — body content in <template #content>
  • Penpot (future): reference/penpot-mode.md

What ships with it: 21 files

56.4 KB alongside SKILL.md, 7 of them executable

scripts/

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.