Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add rules/hooshyar/flutter-taste-skill/flutter-tastegit clone --depth 1 https://github.com/hooshyar/flutter-taste-skillWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/rules/hooshyar/flutter-taste-skill/flutter-taste)<a href="https://agentmods.dev/rules/hooshyar/flutter-taste-skill/flutter-taste"><img src="https://agentmods.dev/badge/rules/hooshyar/flutter-taste-skill/flutter-taste.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00447 |
| Opus 5 | $0.00000 | $0.00224 |
| Sonnet 5 | $0.00000 | $0.00089 |
| Haiku 4.5 | $0.00000 | $0.00045 |
Grade A, and why
flutter-taste scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Flutter Taste — design rules for AI-generated UI
Elevate Flutter output from "Material Slop" to luxury digital products. Full
protocol: SKILL.md.
Phase 0 — Design Read (before any widget)
State the industry/audience, declare an aesthetic direction (Obsidian dark / Cloud editorial-light / Brutalist / custom), and confirm the three dials.
The three dials (1–10)
FLUTTER_LAYOUT_VARIANCE: 1-3 column/list · 5-7 asymmetric/overlap · 10 bento + 3DFLUTTER_MOTION: 1-3 fades/hero · 5-7 staggered + spring · 10 scroll-driven/state machinesFLUTTER_DENSITY: 1-3 luxury whitespace · 5-7 standard · 10 data-dense
Anti-Slop Ban List (hard rules)
- No em-dash (
—/–) in code or strings. - No boilerplate: no "Counter", "Hello World", "Sample Item".
- No AI-purple: no
#7C3AED, noColors.deepPurple, no generic indigo→purple gradients. - Never ship a default un-styled
Scaffold. - Use
Theme.of(context).colorSchemefor color; usewithValues(alpha:), neverwithOpacity.
High-end standards
- Bento/staggered grids over
ListTilefor primary content. - Glass cards carry a 1px inner stroke; back with
BackdropFilterblur 10-20. - Mesh gradients (overlapping radial) for organic backgrounds; accent glows via large-radius
BoxShadow. - Stagger entrance animations by
index * delay. - Match brightness to context: the white inner stroke assumes a DARK surface — invert for light/accessibility-first UIs.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 34 lines · 0 tokens per session scan A 482e3f78c4ee
flutter-taste is a cursor rule published in the GitHub repository hooshyar/flutter-taste-skill (2 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 447 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other cursor rules, from other repositories
cursorrules
Kortix is a React Native + Expo app built with TypeScript, NativeWind (Tailwind CSS), and a custom design system.
figma-ios-codegen-workflow
Figma → iOS UIKit codegen workflow. Apply when the user mentions figma / figma.com and wants to convert or generate Swift/UIKit code. Enforces: data package first (preload CLI), bindings maps, full node coverage, audit.json, then coverage + screenshot verification. Do NOT load for unrelated tasks.
android-compose-accessibility
Make Compose interfaces accessible with semantics, announcements, contrast, focus order, and adaptive touch targets.
ios-ui-development-focus
UI/UX and SwiftUI best practices - HIG compliance, presentation APIs, layout patterns.
cross-platform-ux-consistency
Use when aligning experiences across web, mobile, and other platforms. Covers consistency, adaptation, and cross-platform navigation/flows.
angular-20
This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.