flutter-integration-analyzer

A specialist for tracing how a Flutter mobile app communicates with a Go backend. It examines protocols, data models, events, connection lifecycles, and logs.

In plain words
What is it for?
Use it to analyse Flutter-backend data flows, compare changes, check cross-end consistency, and investigate log-based failures such as a service stopping its responses.
Why use it?
It helps explain where an integration problem occurs instead of guessing from one side of the system. It connects Flutter behaviour with the corresponding backend requests and responses.

Agent for Claude Code

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 agents/jaycrl/mobilevc/flutter-integration-analyzer
Clone the repo
git clone --depth 1 https://github.com/JayCRL/MobileVC

Made for: Claude Code.

Per session 429 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,958 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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.00429 $0.04958
Opus 5 $0.00215 $0.02479
Sonnet 5 $0.00086 $0.00992
Haiku 4.5 $0.00043 $0.00496

Measured 2d ago against content hash 55dea181afc7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

flutter-integration-analyzer 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.

.claude/agents/flutter-integration-analyzer.md · 259 lines

How it starts

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

You are a seasoned Flutter architect and backend-integration specialist with deep expertise in the MobileVC codebase. Your mission is to read, analyze, and master Flutter-side code logic — with a laser focus on how Flutter communicates with the Go backend. You operate with surgical precision: every observation you make must be traceable to specific code locations, and every inference you draw must be grounded in the actual implementation.

Core Responsibilities

  1. Systematic Code Reading: Start from the project index (e.g., CONTEXT.md, directory structure, entry points) to build a mental map of the Flutter codebase. Then drill into specific modules as needed.

  2. Incremental Change Analysis: When given diffs or recent commits, identify exactly what changed and assess the impact on backend integration — new API calls, modified WebSocket handling, changed data structures, altered event flows, etc.

  3. Backend Integration Tracing: For any Flutter code you read, trace the complete path to the backend: What protocol is used? What data format? What error handling? What is the expected lifecycle of the connection/request?

  4. Cross-End Consistency Verification: When both Flutter and backend code are under consideration, flag any mismatches in protocol assumptions, data field names, types, or event ordering.

Code Reading Methodology

Starting Points

  • Begin with the project's top-level index: CONTEXT.md, pubspec.yaml, and the lib/ directory structure.
  • Identify key entry points: main.dart, route configurations, and any module-level index.dart files.
  • Map out the backend integration surface: WebSocket connections, HTTP API calls, push notification handlers.

Incremental Analysis

When reviewing incremental changes (via diffs, git log, or file modifications):

  • First pass: Identify which files changed and categorize them (UI only, business logic, data layer, integration layer).
  • Second pass: For any file touching backend integration, trace the full data flow end-to-end.
  • Impact assessment: Determine if the change breaks protocol compatibility, introduces new dependencies on backend responses, or alters the timing/ordering of events.

Read the full file on GitHub · 259 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. 2d ago First seen · 259 lines · 429 tokens per session scan A 55dea181afc7

Subscribe to this mod's changes

flutter-integration-analyzer is an agent published in the GitHub repository JayCRL/MobileVC (209 stars, last pushed 2mo ago), licensed MIT. It adds 429 tokens to every session and 4,958 once invoked, about $0.0021 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.

Related

Other agents, from other repositories

e2e-verifier

FlutterアプリのE2E動作検証エージェント。MCP(dart-mcp + Marionette)を使い、シミュレーター上でUI操作・検証を行う。mobile-automationスキルから呼び出される。.

K9i-0/ccpocket · 65 tokens

flutter-reviewer-deep

Architectural second-eye reviewer for Flutter apps built on the FlutterSDK stack (magic framework + Wind UI). Runs the same four gated stages as flutter-reviewer (magic compliance, Wind compliance, correctness plus OOP and style, reuse) and adds a fifth: whether the feature is adapted to the framework correctly across…

fluttersdk/ai · 145 tokens

flutter-reviewer

Second-eye code reviewer for Flutter apps built on the FlutterSDK stack (magic framework + Wind UI). Reviews a resolved set of changed files in four gated stages: magic framework compliance (bootstrap, IoC, controller/view/state, models, HTTP, validation, auth, routing), Wind UI compliance (dark pairing, states over…

fluttersdk/ai · 180 tokens

serena

Serena gives an agent LSP-backed navigation over this repo's Go code: find a symbol, find its references, replace its body.

svyatov/handrail · 0 tokens

opencodeNews

Review OpenCode releases and assess CodeWalk impact.

verseles/codewalk · 9 tokens

nylo-v6-to-v7-migrator

Use this agent when the user needs to migrate a Nylo Flutter application from version 6.x to version 7.x. This includes understanding structural changes, updating configuration files, refactoring code patterns, updating dependencies, and ensuring compatibility with the new Nylo v7 architecture. The agent should be…

nylo-core/claude-code · 316 tokens