flutter-ci

flutter-ci is a skill for Claude Code, Codex from yendangn/flutter-app-builder. It costs 66 tokens per session (435 once invoked), scanned A, original, MIT.

A set of instructions for automating Flutter checks, tests, builds, and releases with GitHub Actions. Continuous integration means running these checks automatically when code changes.

In plain words
What is it for?
Use it to create workflows for pull requests, build APK, AAB, and IPA files, manage Flutter versions, upload build files, and update dependencies.
Why use it?
It removes repetitive manual work and catches analysis, test, coverage, and build problems before release.

Skill for Claude CodeCodex

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 skills/yendangn/flutter-app-builder/flutter-ci
Any agent
npx skills add yendangn/flutter-app-builder --skill flutter-ci
Clone the repo
git clone --depth 1 https://github.com/yendangn/flutter-app-builder

Made for: Claude Code, Codex.

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-ci

README.md
[![agentmods](https://agentmods.dev/badge/skills/yendangn/flutter-app-builder/flutter-ci.svg)](https://agentmods.dev/skills/yendangn/flutter-app-builder/flutter-ci)
Your own site
<a href="https://agentmods.dev/skills/yendangn/flutter-app-builder/flutter-ci"><img src="https://agentmods.dev/badge/skills/yendangn/flutter-app-builder/flutter-ci.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 435 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.00066 $0.00435
Opus 5 $0.00033 $0.00217
Sonnet 5 $0.00013 $0.00087
Haiku 4.5 $0.00007 $0.00044

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

Security

Grade A, and why

flutter-ci 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.

skills/flutter-ci/SKILL.md · 39 lines

What it actually says

Flutter CI

Full reference: template.md

Files

.github/
  workflows/
    ci.yml           ← analyze + test (runs on every PR and push to main)
    build.yml        ← build APK/AAB/IPA (runs on version tags v*)
    release.yml      ← full CD: sign + distribute to stores
  dependabot.yml     ← weekly pub + GitHub Actions version bumps
scripts/
  check_coverage.sh  ← pure-awk coverage gate (no lcov required)
  bump_version.sh    ← bumps pubspec.yaml version + build number

Key rules

  • ci.yml has 3 jobs: analyzetest (with coverage gate) — run in parallel.
  • flutter analyze --fatal-infos — zero issues is the bar. Warnings are errors in CI.
  • Coverage gate: bash scripts/check_coverage.sh 80 — must pass before merge.
  • Use FVM in CI: resolve Flutter version from ~/fvm/versions/<version>/bin/flutter. Cache ~/.pub-cache.
  • build.yml triggers on v* tags. Produces app-release.apk, app-release.aab, *.ipa.
  • Obfuscation: always --obfuscate --split-debug-info=build/debug-info in release builds.
  • Upload debug-info artifact to CI for later symbolication.
  • dependabot.yml: package-ecosystem: pub + package-ecosystem: github-actions.

Co-load with

  • flutter-tests — test job runs check_coverage.sh
  • flutter-releaserelease.yml extends build.yml with signing and store upload
Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 39 lines · 66 tokens per session scan A 574233460407

Subscribe to this mod's changes

flutter-ci is a skill published in the GitHub repository yendangn/flutter-app-builder (5 stars, last pushed 2mo ago), licensed MIT. It adds 66 tokens to every session and 435 once invoked, about $0.0003 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 skills, from other repositories