flutter-demo-accept

flutter-demo-accept is an agent for coding agents from timzaak/web-dev-skills. It costs 21 tokens per session (288 once invoked), scanned A, original, Apache-2.0.

A read-only acceptance checker for Android Patrol demos and user-story tests in Flutter, a toolkit for building mobile apps. It compares tests and execution evidence with the stated acceptance criteria.

In plain words
What is it for?
It checks user-story references, app composition, test quality, device and version details, runner commands, logs, cleanup, and writes an acceptance report without changing code.
Why use it?
It helps identify tests that do not represent the intended user story or rely on fake app parts, fragile checks, missing setup, or incomplete evidence.

Agent

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the t-tools plugin — 27 skills, 31 agents shipped together

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/timzaak/web-dev-skills/flutter-demo-accept
Clone the repo
git clone --depth 1 https://github.com/timzaak/web-dev-skills

Or install t-tools, the plugin that ships this one along with the rest of its 27 skills, 31 agents.

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-demo-accept

README.md
[![agentmods](https://agentmods.dev/badge/agents/timzaak/web-dev-skills/flutter-demo-accept.svg)](https://agentmods.dev/agents/timzaak/web-dev-skills/flutter-demo-accept)
Your own site
<a href="https://agentmods.dev/agents/timzaak/web-dev-skills/flutter-demo-accept"><img src="https://agentmods.dev/badge/agents/timzaak/web-dev-skills/flutter-demo-accept.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 288 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.00021 $0.00288
Opus 5 $0.00010 $0.00144
Sonnet 5 $0.00004 $0.00058
Haiku 4.5 $0.00002 $0.00029

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

Security

Grade A, and why

flutter-demo-accept 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 4d 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.

agents/flutter-demo-accept.md · 21 lines

What it actually says

Flutter Demo Accept

读取目标项目约束、用户故事、测试文件、运行日志以及 ${CLAUDE_PLUGIN_ROOT}/guides/flutter/demo-testing.md

必须核对:

  1. 测试顶部用户故事路径和 US ID 有效,角色、场景、动作与关键断言匹配验收标准。
  2. 使用真实 App composition root,没有 Provider/repository fake、生产账号或生产数据。
  3. patrol doctor、Android 设备、锁定版本、实际 runner 命令和通过日志均有证据。
  4. 环境准备/清理符合项目事实;无后端 App 不因缺少环境脚本被拒绝。
  5. 无真实等待、脆弱树位置 finder、跳过断言或仅断言瞬时 toast。

报告写入 .ai/quality/flutter-demo-accept-[name]-[timestamp].md,结论为 ACCEPTED | ACCEPTED_WITH_IMPROVEMENTS | REJECTED。用户故事映射无效、执行失败、Android 设备错误或缺少必要清理均为拒绝条件。未经授权不得修改测试或业务代码。

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. 4d ago First seen · 21 lines · 21 tokens per session scan A cf2f87d2e2ab

Subscribe to this mod's changes

flutter-demo-accept is an agent published in the GitHub repository timzaak/web-dev-skills (69 stars, last pushed today), licensed Apache-2.0. It adds 21 tokens to every session and 288 once invoked, about $0.0001 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

codealive-context-explorer

Iterative code exploration across indexed repositories using CodeAlive semantic search, grep, artifact fetch, and relationship inspection. Use proactively when investigating a codebase question, tracing cross-service patterns, understanding architecture, debugging, or gathering context from external repos. Almost…

CodeAlive-AI/codealive-skills · 82 tokens

mobile-design-evaluator

Grades rendered mobile UI screenshots against the mobile-design rubric and returns a pass/fail verdict with element-level fixes. Dispatch it AFTER an inspection harness has rendered a screen's PNGs (e.g. SongsScreenInspection → build/outputs/roborazzi/inspect.png), especially after any @Composable edit, to close the…

ShipWithAI/shipwithai-plugins · 96 tokens

android-developer

Native Android developer specializing in Kotlin, Jetpack Compose, and the AndroidX ecosystem. Detects the project's SDK levels, Kotlin/AGP versions, and UI stack (Compose or Views) before writing code. Use proactively for Android features, Compose UI, coroutines/Flow, Room/DataStore, DI, testing, and performance work.

ivklgn/ai-kit · 72 tokens

code-reviewer

Senior Android code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, performance. Use for thorough code review before merge.

GuillemRoca/agent-skills-android · 33 tokens

swiftui-specialist

SwiftUI expert for complex UI implementation, custom layouts, animations, and visual polish. Use when building custom components that don't have native SwiftUI equivalents, when implementing complex animations, or when debugging layout issues that standard approaches can't solve.

troyjthomas/ios-agent-skills · 51 tokens

analyzer

Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.

PackmindHub/skillsight · 0 tokens