# draz26648

> Open-source publisher. Listings imported from github.com/draz26648 — credited to the original author with their license.

- **Listings:** 11
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/draz26648
- **Website:** https://github.com/draz26648

## Published listings

- [Visual Verification](https://agentstack.voostack.com/l/skill-draz26648-flutter-claude-skills-visual-verification) — Skill · Free · security-reviewed — `agentstack add skill-draz26648-flutter-claude-skills-visual-verification`
  Closes the feedback loop on UI work by building the screen, capturing a screenshot, diffing it against the reference design export, and iterating until the difference falls under threshold. Use this after implementing or modifying any screen or widget from a design, whenever asked whether something matches the design, and before declaring any UI task complete. Trigger it proactively at the end of…
- [Figma To Widget](https://agentstack.voostack.com/l/skill-draz26648-flutter-claude-skills-figma-to-widget) — Skill · Free · security-reviewed — `agentstack add skill-draz26648-flutter-claude-skills-figma-to-widget`
  The translation contract from Figma structures to Flutter widgets — Auto Layout to Row and Column, constraints to Flexible or fixed sizing, absolute positioning to Stack. Use this whenever a Figma link, frame, design file, mockup, or screenshot is mentioned, whenever asked to build or implement a screen or component from a design, and whenever design specs need to become widget code. Trigger it e…
- [Golden Tests](https://agentstack.voostack.com/l/skill-draz26648-flutter-claude-skills-golden-tests) — Skill · Free · security-reviewed — `agentstack add skill-draz26648-flutter-claude-skills-golden-tests`
  Conventions for Flutter golden tests as a design-fidelity guard — multi-device sets, theme and locale coverage, and the rule that regenerated goldens require visual review before commit. Use this whenever adding or modifying a widget, whenever a test fails with a golden mismatch, whenever asked to add tests for UI, and whenever a screen has just been verified against a design. Trigger it proactiv…
- [Responsive Adaptive](https://agentstack.voostack.com/l/skill-draz26648-flutter-claude-skills-responsive-adaptive) — Skill · Free · security-reviewed — `agentstack add skill-draz26648-flutter-claude-skills-responsive-adaptive`
  Breakpoint rules and adaptive layout conventions for Flutter — LayoutBuilder for component decisions, MediaQuery for screen decisions, and the rule that the design artboard width is a reference and never a hardcoded target. Use this whenever writing layout code, whenever a RenderFlex overflow appears, whenever tablet or desktop or foldable support comes up, whenever a fixed pixel dimension is abo…
- [State Management](https://agentstack.voostack.com/l/skill-draz26648-flutter-claude-skills-state-management) — Skill · Free · security-reviewed — `agentstack add skill-draz26648-flutter-claude-skills-state-management`
  State-management conventions — state shape, safe updates after an await, narrow rebuild scope, and the test pattern — resolved against whichever stack the project uses: Bloc, Cubit, Riverpod, Provider, signals, or plain setState. Use this whenever writing or modifying any Cubit, Bloc, Notifier, provider, or state class, whenever wiring a widget to state, whenever a rebuild or setState question co…
- [Architecture](https://agentstack.voostack.com/l/skill-draz26648-flutter-claude-skills-architecture) — Skill · Free · security-reviewed — `agentstack add skill-draz26648-flutter-claude-skills-architecture`
  The layering rules for this Flutter codebase — feature-first structure, a pure Dart domain layer with no Flutter imports, Cubit or Bloc as the only bridge to presentation, and repositories behind interfaces. Use this whenever creating a new feature, adding any new file, deciding where code belongs, refactoring, or answering any question about project structure. Trigger it before writing the first…
- [Codebase Conventions](https://agentstack.voostack.com/l/skill-draz26648-flutter-claude-skills-codebase-conventions) — Skill · Free · security-reviewed — `agentstack add skill-draz26648-flutter-claude-skills-codebase-conventions`
  Makes generated code look like the code already in the repository — reuse the existing widget instead of building a second one, resolve typography and colours through the project's own source, reference only assets that exist and are declared, and match the file, class, and import naming already in use. Use this before writing any widget, any screen, any shared component, any Text style, and any…
- [Design Tokens](https://agentstack.voostack.com/l/skill-draz26648-flutter-claude-skills-design-tokens) — Skill · Free · security-reviewed — `agentstack add skill-draz26648-flutter-claude-skills-design-tokens`
  Enforces that every color, spacing value, radius, shadow, duration, and text style in Flutter widget code resolves through the AppTokens ThemeExtension instead of being hardcoded. Use this whenever implementing a screen or widget from a design, adding or changing any visual value, translating a Figma frame, reviewing UI code, or touching the theme. Trigger it even when the request does not mentio…
- [A11y And Rtl](https://agentstack.voostack.com/l/skill-draz26648-flutter-claude-skills-a11y-and-rtl) — Skill · Free · security-reviewed — `agentstack add skill-draz26648-flutter-claude-skills-a11y-and-rtl`
  Accessibility and right-to-left requirements that design files never specify — directional insets, mirrored icons, text scaling to 2.0 without overflow, semantics labels, touch target minimums, and contrast. Use this on any user-facing widget, any hardcoded string, any icon, any directional padding, and any app that ships Arabic, Hebrew, Farsi, or Urdu. Trigger it on every UI task without waiting…
- [Performance](https://agentstack.voostack.com/l/skill-draz26648-flutter-claude-skills-performance) — Skill · Free · security-reviewed — `agentstack add skill-draz26648-flutter-claude-skills-performance`
  Flutter performance rules — const constructors, RepaintBoundary placement, builder constructors for lists, image cache sizing, and keeping work out of build methods. Use this whenever implementing a list or grid, loading images, writing animations, investigating jank or dropped frames, or when any build method starts doing real work. Trigger it proactively on list and image code rather than waiti…
- [Review Gate](https://agentstack.voostack.com/l/skill-draz26648-flutter-claude-skills-review-gate) — Skill · Free · security-reviewed — `agentstack add skill-draz26648-flutter-claude-skills-review-gate`
  The pre-commit quality gate for Flutter work — formatting, static analysis, forbidden patterns, test checks, and a structured report of what fails. Use this when finishing any coding task, before committing, before opening a pull request, when asked whether something is ready to merge, or when asked to review changes. Trigger it at the end of substantial work without being asked, because the chec…

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
