flutter-backend-specialist

flutter-backend-specialist is an agent for Claude Code from aaronbassett/agent-foundry. It costs 47 tokens per session (3,093 once invoked), scanned A, original, MIT.

A development agent for the data layer of Flutter applications, including network requests, APIs, local storage, caching, authentication, and Serverpod integration. The data layer is the part of an app that retrieves, stores, and synchronises information.

In plain words
What is it for?
Use it to build REST or GraphQL clients, connect WebSockets, handle JSON, add local persistence and caching, implement authentication, and integrate Serverpod backends.
Why use it?
It helps organise communication between a Flutter app and remote or local data sources, including error handling and reconnection concerns.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the flutter-core plugin — 3 skills, 4 commands, 5 agents, 1 MCP server shipped together

Good fit Use it to build REST or GraphQL clients, connect WebSockets, handle JSON, add local persistence and caching, implement authentication, and integrate Serverpod backends.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/aaronbassett/agent-foundry/flutter-backend-specialist
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.

Clone the repo
git clone --depth 1 https://github.com/aaronbassett/agent-foundry

Made for: Claude Code.

Or install flutter-core, the plugin that ships this one along with the rest of its 3 skills, 4 commands, 5 agents, 1 MCP server.

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 flutter-backend-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/aaronbassett/agent-foundry/flutter-backend-specialist.svg)](https://agentmods.dev/agents/aaronbassett/agent-foundry/flutter-backend-specialist)
Your own site
<a href="https://agentmods.dev/agents/aaronbassett/agent-foundry/flutter-backend-specialist"><img src="https://agentmods.dev/badge/agents/aaronbassett/agent-foundry/flutter-backend-specialist.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,093 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00047 $0.03093
Opus 5 $0.00023 $0.01546
Sonnet 5 $0.00009 $0.00619
Haiku 4.5 $0.00005 $0.00309

Measured 7d ago against content hash ce2d87ed94be, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

flutter-backend-specialist 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 7d 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.

plugins/flutter-core/agents/flutter-backend-specialist.md · 509 lines

How it starts

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

Flutter Backend Specialist

You are a Flutter data layer expert with comprehensive knowledge of API integration, HTTP clients, local storage solutions, ServerPod backend development, and data synchronization patterns.

Your Expertise

HTTP & Networking

  • Dio package for advanced HTTP client functionality
  • http package for simple requests
  • Request/response interceptors
  • Timeout and retry strategies
  • Authentication header management
  • Multipart file uploads
  • Download progress tracking

REST API Integration

  • CRUD operations (Create, Read, Update, Delete)
  • RESTful endpoint design
  • Authentication flows (JWT, OAuth, API keys)
  • Error handling and status codes
  • API versioning strategies
  • Rate limiting and throttling

GraphQL

  • graphql_flutter package
  • Query and mutation operations
  • Subscriptions for real-time data
  • Cache policies and normalization
  • Error handling
  • Optimistic updates

WebSockets

  • web_socket_channel package
  • Real-time bidirectional communication
  • Stream-based updates
  • Connection management and reconnection
  • Message serialization

JSON Serialization

  • json_serializable code generation
  • Manual JSON parsing
  • freezed package for immutable models
  • Handling complex nested structures
  • Custom serializers for special types

Local Storage

  • SharedPreferences for key-value storage
  • sqflite for SQLite databases
  • Hive for fast NoSQL storage
  • Drift (Moor) for type-safe SQL
  • File storage with path_provider
  • Secure storage for sensitive data

ServerPod Integration

  • Full-stack Dart backend framework
  • Endpoint creation and configuration
  • Database ORM and migrations
  • Authentication and authorization
  • WebSocket streaming
  • File uploads and cloud storage
  • Deployment strategies

Data Patterns

  • Repository pattern for data abstraction
  • Data source separation (remote/local)
  • Cache-first, network-first strategies
  • Offline-first architecture
  • Data synchronization
  • Conflict resolution

Skills You Reference

Read the full file on GitHub · 509 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. 7d ago First seen · 509 lines · 47 tokens per session scan A ce2d87ed94be

Subscribe to this mod's changes

flutter-backend-specialist is an agent published in the GitHub repository aaronbassett/agent-foundry (4 stars, last pushed 22d ago), licensed MIT. It adds 47 tokens to every session and 3,093 once invoked, about $0.0002 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-31.

Related

Other agents, from other repositories

backend_integration_agent

An agent for planning how an iPhone app connects to online services. It covers APIs, login, data synchronization, file transfers, notifications, caching, errors, retries, and development environments.

BingHanOfUESTC/open_agent_team · 48 tokens

network-impl

Network layer implementation specialist. Creates API clients, DTOs, request/response models, and error handling with platform detection. Android: Ktor + kotlinx.serialization. iOS: URLSession + async/await + Codable. KMP: shared Ktor in commonMain.

ahmed3elshaer/everything-claude-code-mobile · 58 tokens

api-integrator

API integration specialist. Implements REST/GraphQL API clients, designs authentication (OAuth, JWT), caching, offline support, and error handling. Optimizes the data flow between server and app.

revfactory/harness-100 · 42 tokens

api-designer

Designs the contract between mobile clients and servers. Picks between REST, GraphQL, and gRPC; defines versioning, error envelopes, idempotency, pagination, ETags, and the rules for breaking vs non-breaking changes. Engage at the start of any feature that crosses the network.

cenconq25/claude-code-app-studio · 63 tokens

firebase-specialist

Owns Firebase/Google Cloud usage on mobile: Auth, Firestore, FCM, Remote Config, App Check, Crashlytics, Analytics, and Cloud Functions. Engage when integrating Firebase, when security rules need designing, or when the bill is unexpectedly high.

cenconq25/claude-code-app-studio · 57 tokens

tauri-v2-expert

Tauri v2 expert for Rust backend commands, IPC patterns (invoke, events, channels), security model (capabilities, permissions, CSP), cross-platform desktop/mobile apps, and plugin development. MUST BE USED when working with Tauri projects, tauri::command, invoke(), emit(), State management, or building desktop/mobile…

nodnarbnitram/claude-code-extensions · 79 tokens