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/abhinav503/flutter-agentic/conventionsgit clone --depth 1 https://github.com/abhinav503/flutter-agenticWhat 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.03298 | $0.03298 |
| Opus 5 | $0.01649 | $0.01649 |
| Sonnet 5 | $0.00660 | $0.00660 |
| Haiku 4.5 | $0.00330 | $0.00330 |
Grade B, and why
conventions scanned grade B with 1 finding 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 2d 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.
Enumerates other installed skillsmediumAgent snooping
Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.
**Skills live in two parallel trees — keep them in sync.** Both Claude Code (`.claude/skills/`) and Codex CLI (`.codex/skills/`) read per-skill `SKILL.md` folders, but in different formats: Claude skills are thin (body + How it starts
The opening of the file, as written. The whole thing — 171 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Documentation Index
Read before writing or modifying any code:
docs/reference/architecture.md— core folder map, layer patterns, naming, DI, error flow, design system, testingdocs/explanation/end-goal.md— project vision and guiding principles
Read on demand:
docs/how-to/contributing.md— contributor workflow and git hooksdocs/how-to/add-feature-template.md— full folder tree, empty class skeletons, DI wiring, and forbidden-pattern checklist for scaffolding a new featuredocs/how-to/add-usecase.md— create a use case class and register it ininjection_container.dartdocs/how-to/design-screen-state.md— business-logic naming for events and states, retry context rules, screen rendering pattern; use the jokes feature as the referencedocs/how-to/review-code.md— when asked to review, audit, or check generated code; run through the full checklist and report ✅/❌ per sectiondocs/how-to/change-app-id.md— when asked to change the application ID or bundle identifier; covers Android (build.gradle.kts+MainActivity.ktpackage path) and iOS (project.pbxproj), with Xcode manual steps and provisioning notesdocs/how-to/rename-app.md— when asked to rename the app; covers display name, package name, and all files that reference the old namedocs/how-to/connect-firebase.md— when connecting an app to Firebase; covers checking/installing the Firebase + FlutterFire CLIs, runningflutterfire configure, per-appfirebase_core,main.dartinit, Android Gradle plugin, iOS deployment target (15.0+), and the XcodeGoogleService-Info.plistregistration checkdocs/tutorials/solid-principles.md— how SOLID principles are applied across all layers; useful when designing new classes or reviewing layer boundariesdocs/tutorials/design-patterns-and-concepts.md— design patterns used in this codebase (Singleton, Repository, DTO, Either, Sealed Classes, Strategy, and more)docs/explanation/ai-agents.md— per-agent install and usage- Release workflow — see
release.mdcin this rules folder
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.
- 2d ago First seen · 171 lines · 3,298 tokens per session scan B b66f65b62931
conventions is a cursor rule published in the GitHub repository abhinav503/flutter-agentic (10 stars, last pushed 9d ago), licensed MIT. It adds 3,298 tokens to every session, about $0.0165 per session on Opus 5. A static security scan graded it B with 1 finding (enumerates other installed skills). 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
blog-guide
Writing guides for the FlutterInit blogs (Guides category).
flutter
Flutter and coding-agent rules for flutter-agentic-starter.
intentflow
IntentFlow architecture rules for iOS features.
project-core
Invariantes globais do laboratório Flutter + validation harness.
flutter-app
Convenções do app Flutter (lib/).
git-commit-attribution
Git commits must use the human developer identity only; never Cursor Agent co-authorship.