Design handoff flutter
HeyEddi Cursor Agent Skills hub — 20 skills, agent eval suite, git subtree distribution
npx -y skills add HeyEddi-com/skills --skill design-handoff-flutterAssembled 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-engineeringscaffolded) .heyeddi/designs/<feature>/has reference images- Implementing settings/dashboard from PNG or wireframe
Instructions
Pass 1 — Designer
python scripts/load_handoff.py --route <route> --project-root <root>- Write
mockup-brief.mdwith Implementation spec (widgets:Card,NavigationDrawer,FilledButton, spacing in dp). python scripts/describe_handoff.py --route <route> --sync-design
Pass 2 — Implementer
- Read
reference/material-handoff.md+ Implementation spec. - Update
lib/theme/app_theme.dartfrom spec. - Build
lib/widgets/app_shell.dart(drawer + scaffold). python scripts/verify_handoff.py --route <route> --phase shell --checkpython scripts/verify_tokens.py --check+python scripts/verify_theme.py --check- Build
lib/screens/<feature>_screen.dart. python scripts/verify_handoff.py --route <route> --phase full --check- Chain
@visual-auditorwithFLUTTER_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
context/
- ANTI_PATTERNS.md181 B
- EXAMPLES.md162 B
- VOCABULARY.md267 B
reference/
- material-handoff.md898 B
scripts/
- describe_handoff.pyruns2.8 KB
- _heyeddi_paths.pyruns1.2 KB
- load_handoff.pyruns2.3 KB
- _skill_cli.pyruns593 B
- verify_handoff.pyruns6.3 KB
- verify_theme.pyruns2.3 KB
- verify_tokens.pyruns2.0 KB
- manifest.json2.5 KB