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.
npx agentmods add skills/launch52-ai/flutter-template/ci-cdnpx skills add launch52-ai/flutter-template --skill ci-cdgit clone --depth 1 https://github.com/launch52-ai/flutter-templateWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00051 | $0.01755 |
| Opus 5 | $0.00026 | $0.00877 |
| Sonnet 5 | $0.00010 | $0.00351 |
| Haiku 4.5 | $0.00005 | $0.00176 |
Grade A, and why
ci-cd 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.
How it starts
The opening of the file, as written. The whole thing — 182 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CI/CD - Automated Build & Deploy
Set up robust CI/CD pipelines for Flutter apps using GitHub Actions and Fastlane. Automates the entire flow from code push to app store deployment.
When to Use This Skill
- Setting up CI/CD for a new Flutter project
- Adding automated testing to pull requests
- Configuring deployment to Firebase App Distribution
- Setting up TestFlight (iOS) or Play Store (Android) releases
- Implementing semantic versioning automation
- Optimizing build times with caching
Architecture Overview
GitHub Actions Pipeline: CI (on PR: analyze, test) → Build (on merge: APK/IPA) → Deploy (on tag: stores)
Fastlane: iOS (match → build → TestFlight) | Android (gradle → Play Store)
Quick Reference
Workflow Types
| Workflow | Trigger | Purpose |
|---|---|---|
| ci.yml | PR, push | Lint, test, analyze |
| build-android.yml | Push to main | Build APK/AAB artifacts |
| build-ios.yml | Push to main | Build iOS (no codesign) |
| deploy-firebase-android.yml | Beta/alpha tags | Firebase App Distribution (Android) |
| deploy-firebase-ios.yml | Beta/alpha tags | Firebase App Distribution (iOS) |
| deploy-testflight.yml | Release tags | TestFlight |
| deploy-playstore.yml | Release tags | Play Store |
| release.yml | Manual | Bump version, create tag |
Quick Start
# Interactive setup - creates config file, then generates all CI/CD files
dart run .claude/skills/ci-cd/scripts/setup.dart
This will:
- Create
ci-cd-config.yamlwith all options - Open it for you to fill in your values
- Run again to generate all workflows and Fastlane files
Other Commands
dart run .claude/skills/ci-cd/scripts/check.dart # Validate setup
cd ios && bundle exec fastlane beta # Fastlane iOS
cd android && bundle exec fastlane beta # Fastlane Android
./scripts/bump_version.sh patch # Bump version
Workflow
1. Prerequisites Check
What ships with it
23 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.
- debug-symbols-guide.md 5.0 KB
- fastlane-guide.md 5.0 KB
- scripts/check.dart 17 KB
- scripts/setup.dart 32 KB
- templates/bump_version.dart 4.1 KB
- templates/bump_version.sh 2.4 KB runs code
- templates/fastlane/android/Appfile 246 B
- templates/fastlane/android/Fastfile 3.2 KB
- templates/fastlane/android/Gemfile 248 B
- templates/fastlane/ios/Appfile 523 B
- templates/fastlane/ios/Fastfile 4.2 KB
- templates/fastlane/ios/Gemfile 240 B
- templates/fastlane/ios/Matchfile 472 B
- templates/workflows/build-android.yml 1.5 KB
- templates/workflows/build-ios.yml 1.3 KB
- templates/workflows/ci.yml 2.0 KB
- templates/workflows/deploy-firebase-android.yml 1.8 KB
- templates/workflows/deploy-firebase-ios.yml 2.5 KB
- templates/workflows/deploy-playstore.yml 2.4 KB
- templates/workflows/deploy-testflight.yml 2.0 KB
- templates/workflows/release.yml 3.3 KB
- versioning-guide.md 3.8 KB
- workflows-guide.md 4.1 KB
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.
- 2d ago First seen · 182 lines · 51 tokens per session scan A adb6e6db462b
ci-cd is a skill published in the GitHub repository launch52-ai/flutter-template (2 stars, last pushed 6mo ago), licensed MIT. It adds 51 tokens to every session and 1,755 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.
Other skills, from other repositories
ci-cd
Flutter CI/CD 파이프라인 가이드라인. 코드 서명, Fastlane, Codemagic, GitHub Actions, 스토어 배포, 버전 관리 자동화.
configuring-codemagic
Configures Codemagic CI/CD pipelines for Flutter using codemagic.yaml. Use when setting up automated Flutter builds on Codemagic, configuring iOS code signing without Fastlane Match, deploying to App Store Connect or Google Play from Codemagic, caching pub dependencies in Codemagic, setting up encrypted environment…
configuring-github-actions
Configures GitHub Actions CI/CD workflows for Flutter projects. Use when creating or editing .github/workflows/ YAML files for Flutter, integrating subosito/flutter-action, automating flutter test, flutter analyze, or dart format on push or pullrequest events, running buildrunner in CI, building Android AAB or iOS IPA…
merge-seed
Merge upstream React Starter Kit updates (the seed remote) into main, preserving this project's identity, scope, and behavior. Use when asked to sync, pull, or merge the seed / starter kit / upstream template.
at_client_skills-sdk
Use this skill when a developer is building a Dart or Flutter app that depends on atclient or atclientflutter from pub.dev, stores or shares data via the Atsign Protocol, needs onboarding (CRAM new-atsign, atKeys file, keychain, APKAM) or APKAM enrollment, or asks about AtCollection , CItem , Query , sub-collections…
mobile-automation
MCP (dart-mcp + Marionette) を使ったFlutterアプリのE2E自動化・UI検証ガイド。シミュレーターでのUI動作確認、モックプレビュー検証、Bridge経由のE2Eテスト、スクリーンショット撮影など、アプリの動作検証が必要なときに使う。「動作確認して」「UIを検証して」「E2Eテスト」「シミュレーターで確認」「モックで確認」と言われたときや、UI変更後の検証フェーズで使用すること。.