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 instructions/strvcom/flutter-template/agents-mdgit clone --depth 1 https://github.com/strvcom/flutter-templateWhat 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.01835 | $0.01835 |
| Opus 5 | $0.00918 | $0.00918 |
| Sonnet 5 | $0.00367 | $0.00367 |
| Haiku 4.5 | $0.00184 | $0.00184 |
Grade A, and why
flutter-template AGENTS.md 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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AI Agent Guide
Use this file as the entrypoint for automated work in this repository.
Read Order
docs/PROJECT_OVERVIEW.mdfor the repo map, startup flow, and feature inventory.docs/PROJECT_GUIDELINES.mdfor implementation conventions and workflow defaults.README.mdfor template setup, distribution, and platform-specific background.
Repo Summary
- This is a Flutter template, not a fully productized app.
- Core stack:
flutter_riverpod,riverpod_annotation,freezed,json_serializable,auto_route,dio, Firebase services, and FVM-managed Flutter. - The app already includes example features, navigation, theming, codegen, localization, notifications, and release scaffolding.
- Some integrations are intentionally scaffolded but not fully enabled yet. Check
lib/app/setup/setup_app.dartbefore assuming a service is active.
Working Defaults
- Keep new screen work inside
lib/features/<feature>/. - Prefer the existing file pattern when a feature has state:
*_page.dart*_page_content.dart*_state.dart*_event.dart
- Keep page widgets thin. Put heavier UI in
*_page_content.dart. - Prefer shared widgets and extensions from
lib/common/before introducing new app-specific primitives. - Keep network payload models in
lib/common/data/dto/and map them into entities fromlib/common/data/entity/. - Use Riverpod providers and use cases instead of wiring IO directly in widgets.
Codegen And Commands
- Run
make genafter changing@riverpod,@freezed,@RoutePage, localization, or generated asset inputs. - Use
make watchfor continuous code generation when doing annotation-heavy work. This is a human-only command — agents must never run it (it spawns a persistent background watcher). Agents always use one-shotmake gen. - Do not hand-edit generated files such as
*.g.dart,*.freezed.dart,*.gr.dart, or files underlib/assets/. - Preferred validation commands:
fvm flutter analyzefvm flutter testmake gen
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 · 112 lines · 1,835 tokens per session scan A 08548ef1e2dd
flutter-template AGENTS.md is an instructions file published in the GitHub repository strvcom/flutter-template (24 stars, last pushed 2mo ago), licensed MIT. It adds 1,835 tokens to every session, about $0.0092 per session on Opus 5. 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-30.
Other instructions, from other repositories
web-to-app AGENTS.md
Instructions for shiaho777/web-to-app, covering agents.md, code style, project layout, how the main pieces connect and i18n.
mectrics AGENTS.md
Instructions for farukkamcici/mectrics, covering agents.md — working agreement for mectrics, 0. golden rule: english-only repository, 1. project shape, 2. internationalization (i18n) and 3. menu bar rendering rules.
wind parsers.instructions.md
Instructions for fluttersdk/wind, covering parser conventions (lib/src/parser/), interface (every parser implements two methods), last-class-wins semantics, arbitrary values precede theme lookups and color opacity modifier (/).
Aether AGENTS.md
AGENTS.md instructions for Zhou-Shilin/Aether, a project described as: A stunning, localized, general-purpose AI Agent for Android, iOS & Mac. | Aether 扶摇.
i1n-cli copilot-instructions.md
Instructions for Pakvothe/i1n-cli, covering i1n — localization as code, project setup, translation file structure, tone & voice and cli commands.
app-store-screenshots-skill CLAUDE.md
Instructions for framara/app-store-screenshots-skill, covering claude.md, what this repo is, repository structure and editing guidelines.