vgv-ai-flutter-plugin AGENTS.md

vgv-ai-flutter-plugin AGENTS.md is an instructions file for Codex, OpenCode from VeryGoodOpenSource/vgv-ai-flutter-plugin. It costs 2,225 tokens per session, scanned A, original, MIT.

AGENTS.md instructions for VeryGoodOpenSource/vgv-ai-flutter-plugin, covering vgv ai flutter plugin, project overview, repository structure, skill file format and writing conventions.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/verygoodopensource/vgv-ai-flutter-plugin/agents-md
Clone the repo
git clone --depth 1 https://github.com/VeryGoodOpenSource/vgv-ai-flutter-plugin

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for vgv-ai-flutter-plugin AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/verygoodopensource/vgv-ai-flutter-plugin/agents-md.svg)](https://agentmods.dev/instructions/verygoodopensource/vgv-ai-flutter-plugin/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/verygoodopensource/vgv-ai-flutter-plugin/agents-md"><img src="https://agentmods.dev/badge/instructions/verygoodopensource/vgv-ai-flutter-plugin/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,225 This file is loaded in full into every session.
When invoked 2,225 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.02225 $0.02225
Opus 5 $0.01112 $0.01112
Sonnet 5 $0.00445 $0.00445
Haiku 4.5 $0.00222 $0.00222

Measured today against content hash 90fd1e440b23, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

vgv-ai-flutter-plugin 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 today.

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.

AGENTS.md · 193 lines

How it starts

The opening of the file, as written. The whole thing — 193 lines — stays where its author put it; the contents beside it link to each section on GitHub.

VGV AI Flutter Plugin

Project Overview

VGV AI Flutter Plugin provides best-practices skills for Flutter and Dart development. It is a documentation-only repository — there is no Dart/Flutter source code, no pubspec.yaml, and no tests. All value lives in the markdown skill files.

Repository Structure

.mcp.json                # MCP server configuration (Dart and Very Good CLI)
.claude-plugin/
  plugin.json          # Plugin manifest (name, version, keywords)
agents/
  flutter-reviewer.md  # Read-only Flutter code reviewer subagent
docs/
  plan/                # Planning and design documents
evals/
  README.md            # Case format, assertion reference, how to add a case
  promptfooconfig.yaml # Claude Agent SDK provider + the two ablation columns
  tests/               # Eval cases, one YAML file per skill — all 15 covered, 100 cases
    accessibility.yaml
    animations.yaml
    bloc.yaml
    create-project.yaml
    dart-flutter-sdk-upgrade.yaml
    green-gate.yaml
    internationalization.yaml
    layered-architecture.yaml
    license-compliance.yaml
    material-theming.yaml
    navigation.yaml
    static-security.yaml
    testing.yaml
    ui-package.yaml
    very-good-analysis-upgrade.yaml
  assertions/
    dart-parses.js     # The one custom promptfoo assertion we own
  ci-summary.js        # Renders a promptfoo export into a GitHub step summary
  fixture/
    pubspec.yaml       # Neutral Flutter skeleton used as working-directory context
hooks/
  hooks.json           # Hook definitions (PreToolUse and PostToolUse)
  scripts/
    allow-readonly-git.sh  # Restricts flutter-reviewer Bash to git diff/status
    analyze.sh         # Runs dart analyze on modified .dart files
    block-cli-workarounds.sh  # Prevents direct CLI bypass via Bash
    check-vgv-cli.sh   # Validates VGV CLI installed and >= 1.3.0
    format.sh          # Runs dart format on modified .dart files
    vgv-cli-common.sh  # Shared utilities for VGV CLI hook scripts
    warn-missing-mcp.sh  # Warns at session start if VGV CLI is missing/outdated
skills/
  accessibility/SKILL.md
  accessibility/references/
  animations/SKILL.md
  animations/references/
    explicit-animations.md
    looping-animations.md
    page-transitions.md
    staggered-animations.md
  bloc/SKILL.md
  bloc/references/
  create-project/SKILL.md
  dart-flutter-sdk-upgrade/SKILL.md
  dart-flutter-sdk-upgrade/references/
    version-conflicts.md
  green-gate/SKILL.md
  green-gate/references/
    coverage.md
  internationalization/SKILL.md
  layered-architecture/SKILL.md
  layered-architecture/references/
  license-compliance/SKILL.md
  material-theming/SKILL.md
  navigation/SKILL.md
  static-security/SKILL.md
  static-security/references/
  testing/SKILL.md
  testing/references/
  ui-package/SKILL.md
  ui-package/reference.md
  very-good-analysis-upgrade/SKILL.md
  very-good-analysis-upgrade/references/
    lint-fixes.md

Read the full file on GitHub · 193 lines

Changes

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.

  1. today First seen · 193 lines · 2,225 tokens per session scan A 90fd1e440b23

Subscribe to this mod's changes

vgv-ai-flutter-plugin AGENTS.md is an instructions file published in the GitHub repository VeryGoodOpenSource/vgv-ai-flutter-plugin (160 stars, last pushed today), licensed MIT. It adds 2,225 tokens to every session, about $0.0111 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-09-03.

Related

Other instructions, from other repositories

ios-swiftui-accessibility-techniques CLAUDE.md

Claude Code instructions for cvs-health/ios-swiftui-accessibility-techniques, covering project rules, copyright header (required), rules, swift files and markdown files.

cvs-health/ios-swiftui-accessibility-techniques · 455 tokens

mobile CLAUDE.md

Claude Code instructions for lichess-org/mobile, covering claude.md, project overview, development setup, initial setup and install dependencies.

lichess-org/mobile · 4,362 tokens

dart-sdk-skills AGENTS.md

AGENTS.md instructions for RandalSchwartz/dart-sdk-skills, covering ai agent developer handbook (agents.md), 🎯 repository purpose, 🔄 runbook 1: updating for new dart sdk releases, 🔄 runbook 2: updating for new flutter framework releases and 📏 quality & style guidelines.

RandalSchwartz/dart-sdk-skills · 736 tokens

dart-expert-skills copilot-instructions.md

Instructions for Poorgramer-Zack/dart-expert-skills, covering flutter skills repository - copilot instructions, repository overview, architecture, directory structure and skill structure.

Poorgramer-Zack/dart-expert-skills · 2,008 tokens

simpod CLAUDE.md

Instructions for cscoderr/simpod, covering claude.md, what this is, commands, tests (run inside the package directory) and native swift helper.

cscoderr/simpod · 1,119 tokens

flutter-design-engineer AGENTS.md

Instructions for musabekisakov-imj/flutter-design-engineer, a project described as: Agent skills for product-aware, adaptive, accessible, and visually verified Flutter UI design engineering.

musabekisakov-imj/flutter-design-engineer · 283 tokens