agentsclimarketplace

Design handoff flutter

Skill HeyEddi-com/skills/evals/runs/2026-07-04T22-58-59Z/design-handoff-flutter-settings/.cursor/skills/design-handoff-flutter

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

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

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 Flutter screens from designer screenshots and handoff notes using Material 3. Two-pass workflow — mockup-brief with Implementation spec, then AppShell + route screens. Use when approved mockups exist for a HeyEddi Flutter app.

SKILL.md

1.6 KB, 329 tokens by cl100k_base, as published. Nobody here has run it

Design Handoff — Flutter

Designer then implementer — Material 3 + go_router (not PrimeVue).

When to use

  • Flutter project (@flutter-engineering scaffolded)
  • .heyeddi/designs/<feature>/ has reference images
  • Implementing settings/dashboard from PNG or wireframe

Instructions

Pass 1 — Designer

  1. python scripts/load_handoff.py --route <route> --project-root <root>
  2. Write mockup-brief.md with Implementation spec (widgets: Card, NavigationDrawer, FilledButton, spacing in dp).
  3. python scripts/describe_handoff.py --route <route> --sync-design

Pass 2 — Implementer

  1. Read reference/material-handoff.md + Implementation spec.
  2. Update lib/theme/app_theme.dart from spec.
  3. Build lib/widgets/app_shell.dart (drawer + scaffold).
  4. python scripts/verify_handoff.py --route <route> --phase shell --check
  5. python scripts/verify_tokens.py --check + python scripts/verify_theme.py --check
  6. Build lib/screens/<feature>_screen.dart.
  7. python scripts/verify_handoff.py --route <route> --phase full --check
  8. Chain @visual-auditor with FLUTTER_WEB_URL=http://127.0.0.1:8085

References

  • reference/material-handoff.md — Card padding, theme, navigation patterns

What ships with it: 12 files

21.5 KB alongside SKILL.md, 7 of them executable

reference/

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.