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 skills add adaptyteam/adapty-skills --skill flow-generatorgit clone --depth 1 https://github.com/adaptyteam/adapty-skillsWrote 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.
[](https://agentmods.dev/skills/adaptyteam/adapty-skills/flow-generator)<a href="https://agentmods.dev/skills/adaptyteam/adapty-skills/flow-generator"><img src="https://agentmods.dev/badge/skills/adaptyteam/adapty-skills/flow-generator/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/adaptyteam/adapty-skills/flow-generator"><img src="https://agentmods.dev/badge/skills/adaptyteam/adapty-skills/flow-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00122 | $0.13303 |
| Opus 5 | $0.00061 | $0.06652 |
| Sonnet 5 | $0.00024 | $0.02661 |
| Haiku 4.5 | $0.00012 | $0.01330 |
Grade A, and why
flow-generator 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 5d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- references/component-catalog.json 449 KB
- references/crop.py 13 KB runs code
- references/diff-config.py 14 KB runs code
- references/fidelity.md 10 KB
- references/flow-schema.md 117 KB
- references/flowkit.py 88 KB runs code
- references/gates.sh 5.1 KB runs code
- references/media.md 21 KB
- references/merge.md 11 KB
- references/mobile-preview.mjs 12 KB runs code
- references/montage.py 4.7 KB runs code
- references/patterns.md 62 KB
- references/preview-with-playwright.mjs 6.4 KB runs code
- references/preview.md 38 KB
- references/products.md 24 KB
- references/render-measure.py 13 KB runs code
- references/shoot.sh 7.7 KB runs code
- references/snippet.py 69 KB runs code
- references/snippets.md 20 KB
- references/transforms.md 21 KB
- references/validate-with-schema.mjs 7.7 KB runs code
- references/validate.md 12 KB
- references/verify-config.py 109 KB runs code
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.
- 5d ago Changed · +68 lines · +11 tokens per session 914a72d12a80
- 8d ago First seen · 782 lines · 111 tokens per session scan A 3132fd4fa2f4
flow-generator is a skill published in the GitHub repository adaptyteam/adapty-skills (6 stars, last pushed 5d ago), with no licence file. It adds 122 tokens to every session and 13,303 once invoked, about $0.0006 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
flutter-setup-localization
Add flutterlocalizations and intl dependencies, enable "generate true" in pubspec.yaml, and create an l10n.yaml configuration file. Use when initializing localization support for a new Flutter project.
asc-localize-metadata
Automatically translate and sync App Store metadata (description, keywords, what's new, subtitle) to multiple languages using LLM translation and asc CLI. Use when asked to localize an app's App Store listing, translate app descriptions, or add new languages to App Store Connect.
asc-metadata-sync
Sync, validate, and apply App Store metadata with the current asc canonical metadata workflow. Use when updating metadata, localizations, keywords, or migrating legacy fastlane metadata.
ios-marketing-capture
Use when the user wants to automate capture of marketing screenshots for a SwiftUI iOS app across multiple locales, devices, or appearances. Covers full-screen shots, isolated element renders (carousel cards, widgets), and reproducible output naming. Triggers on marketing screenshots, locale screenshots, widget…
localization-l10n
Implement localization (l10n) best practices to adapt applications for specific regions, languages, and cultural preferences.
maui-localization-theming
Implement MAUI localization and theming. USE FOR: RESX/AppResources, runtime culture switching, RTL/FlowDirection, platform language metadata, AppThemeBinding, DynamicResource, light/dark/system themes, UserAppTheme. DO NOT USE FOR: general layout, accessibility audits, icon/splash assets.