Borrowing it
Nothing to install: this file belongs to lh17708357536-gif/flutter-cn-overseas-app-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/lh17708357536-gif/flutter-cn-overseas-app-skills/main/AGENTS.mdgit clone --depth 1 https://github.com/lh17708357536-gif/flutter-cn-overseas-app-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/instructions/lh17708357536-gif/flutter-cn-overseas-app-skills/agents-md)<a href="https://agentmods.dev/instructions/lh17708357536-gif/flutter-cn-overseas-app-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/lh17708357536-gif/flutter-cn-overseas-app-skills/agents-md/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/instructions/lh17708357536-gif/flutter-cn-overseas-app-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/lh17708357536-gif/flutter-cn-overseas-app-skills/agents-md.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.00943 | $0.00943 |
| Opus 5 | $0.00472 | $0.00472 |
| Sonnet 5 | $0.00189 | $0.00189 |
| Haiku 4.5 | $0.00094 | $0.00094 |
Grade A, and why
flutter-cn-overseas-app-skills AGENTS.md 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 13d 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 — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — 给 AI 编码助手的入口
本文件是 agent 无关的使用说明(Codex、Cursor、Windsurf、Claude Code 及任何会读仓库文件的助手都适用)。核心:这是一套多区域 Flutter + NestJS 工程规范 Skill,从路由器进,按需读单个 SKILL.md。
这是什么
skills/ 下有 13 个规范文件,每个是一份自洽的 Markdown(带 name / description frontmatter)。它们把"中国 + 海外、iOS + Android、Flutter + NestJS 三 flavor 发布"的铁律固化下来,供 agent 在相关任务时加载,避免重复踩坑。
怎么用(agent 执行约定)
- 任何多区域 Flutter/NestJS 任务,先读
skills/flutter-multi-region-dev/SKILL.md(路由器)。它会按"上架范围"告诉你该加载哪些子 skill。 - 按需读子 skill,不要一次性全读——按下面路由表挑相关的。
- 遇到跨 skill 铁律(扣费退款 / 持久化反查 / 版本号 / 切租户 / ICP 备案),读
skills/_shared/rules.md。 - 所有代码片段是模板,
<PLACEHOLDER>换成项目实际值;不要把占位符原样写进产物。
路由表(任务 → 该读哪个 skill)
| 你要做的事 | 读这个 |
|---|---|
| 新开多区域项目 / 决定上架范围 | flutter-multi-region-dev |
| 写 Flutter 前端(状态/路由/UI/i18n) | flutter-coding-conventions |
| 写 NestJS 后端(模块/DTO/Prisma/多租户) | nestjs-backend-conventions |
| 对齐前后端字段/文档/版本 | frontend-backend-alignment |
| 部署后端到生产 | backend-production-deploy |
| 打国内 Android 包(JPush/微信/备案) | cn-android-flavor |
| 上架 iOS(TestFlight/IAP/隐私) | ios-app-store |
| 打海外 Android 包(FCM/Play Billing) | overseas-android-google-play |
| 接第三方登录(Apple/Google/微信/QQ) | social-login |
| 接地图/定位(高德/Google/Mapbox) | maps-location |
| 接对象存储(OSS/COS/S3) | object-storage |
| 写测试 / 防 flavor 串味 | flutter-testing |
| 配 CI/CD / 三 flavor 矩阵构建 | ci-cd-github-actions |
| 接崩溃采集 / 日志 / 监控告警 | observability |
路径映射(重要)
Skill 正文里出现的 ~/.claude/skills/X 引用,等价于本仓库的 skills/X。原因:这套 skill 最初为 Claude Code 编写,其规范安装位置是用户级目录 ~/.claude/skills/。
- Claude Code:
cp -R skills/* ~/.claude/skills/后,路径原样解析。 - 其他 agent:把
~/.claude/skills/读作仓库内skills/。例如~/.claude/skills/_shared/rules.md→skills/_shared/rules.md。
三条互斥硬约束(最容易被拒/翻车,任何 agent 必须记住)
- cn_android 包禁止含 Firebase / Google Play Services(华为等国内商店审核直接拒)。
- overseas_android 包禁止含 JPush / 微信 / 支付宝 SDK(Google Play 合规)。
- iOS 只要有任一第三方登录(微信/Google),必须同时提供 Apple Sign In(App Store 4.8)。
安装细节
见 docs/INSTALL.md(各 agent 的具体接入方式 + 更新方式)。
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.
- 13d ago First seen · 51 lines · 943 tokens per session scan A 5ed5dc540099
flutter-cn-overseas-app-skills AGENTS.md is an instructions file published in the GitHub repository lh17708357536-gif/flutter-cn-overseas-app-skills (20 stars, last pushed 2mo ago), licensed MIT. It adds 943 tokens to every session, about $0.0047 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.
Other instructions, from other repositories
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).