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 instructions/sleep1223/fast-soy-admin/agents-mdgit clone --depth 1 https://github.com/sleep1223/fast-soy-adminWrote 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/sleep1223/fast-soy-admin/agents-md)<a href="https://agentmods.dev/instructions/sleep1223/fast-soy-admin/agents-md"><img src="https://agentmods.dev/badge/instructions/sleep1223/fast-soy-admin/agents-md.svg" alt="Measured on agentmods" 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 | $0.03479 | $0.03479 |
| Opus 5 | $0.01740 | $0.01740 |
| Sonnet 5 | $0.00696 | $0.00696 |
| Haiku 4.5 | $0.00348 | $0.00348 |
Grade C, and why
fast-soy-admin AGENTS.md scanned grade C with 1 finding 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- rm -rf migrations/ / rm app_system.sqlite3 How it starts
The opening of the file, as written. The whole thing — 181 lines — stays where its author put it; the contents beside it link to each section on GitHub.
FastSoyAdmin - Claude Code Guide
FastSoyAdmin v1.0.0 | FastAPI + Vue3 全栈后台管理模板 | MIT
后端 app/(FastAPI/Python),前端 web/(Vue3/TypeScript,pnpm workspace),部署 deploy/,迁移 migrations/。
文档(所有约定细节看这里,本文不再重复):
- 在线:https://sleep1223.github.io/fast-soy-admin-docs/
- 离线:docs/ — 与在线一致的 Markdown 镜像
- 独立文档站源码:.extra_repo/fast-soy-admin-docs/src/ — 更新公开文档时与
docs/同步 - 项目说明:README.md / docs/
重要文件(动手前先看)
- .env — 运行配置事实来源(
SECRET_KEY/DB_URL/REDIS_URL/JWT_*)。从 .env.example 复制;不要提交。 - justfile — 所有常用命令入口。
just --list列全部;不要绕过它直调底层命令。 - app/core/ — 框架级代码,影响整个后端。改这里前读 init_app.py、base_schema.py、crud.py、router.py。
- app/utils/init.py — 业务模块统一 import 入口;新增 core 能力要给 business 用必须在这里 re-export。
- app/system/services/init_helper.py —
ensure_menu/ensure_role/reconcile_menu_subtree/refresh_api_list。业务模块允许从这里 import,是少数显式暴露的 system service。 DB_URL指向的数据库 — 默认依赖含tortoise-orm[asyncpg]+aiosqlite,PostgreSQL/SQLite 开箱即用;切 MySQL/MSSQL/Oracle 需uv sync --extra {mysql|mssql|oracle}。不要直接 SQL 改它绕过模型/迁移;走just mm。
Python 工具链 — 后端依赖与脚本一律走 uv:uv sync / uv add <pkg> / uv run <cmd>。不要直接调 python / pip / python -m xxx,不要用系统/pyenv 的 python。
Trust by verify:真实状态有时与配置/代码漂移(手工迁移、未跑
mm、Redis 缓存未刷新)。动手前用just dbhistory、读.env、看 Redis key、跑just check核对一遍。
标准操作流程
任何修改之前
- 明确范围:system 还是 business?哪个模块?影响哪些表 / 路由 / 角色?
- 看清现状:
git status、just dbhistory、读相关models.py/init_data.py - 跟规范对齐:工程约定清单 + docs/standard/
- 小步推进:先生成迁移看 SQL 再 apply;高风险 schema / contract 变更补覆盖;用户明确禁止测试时只跑允许的检查并说明跳过项
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.
- 4d ago First seen · 181 lines · 3,479 tokens per session scan C 40ccd3860d67
fast-soy-admin AGENTS.md is an instructions file published in the GitHub repository sleep1223/fast-soy-admin (390 stars, last pushed 9d ago), licensed MIT. It adds 3,479 tokens to every session, about $0.0174 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
v3-admin-vite AGENTS.md
Instructions for un-pany/v3-admin-vite, covering 原则, 1. 编码前思考, 2. 简洁优先, 3. 精准修改 and 4. 目标驱动执行.
Fast-Vben-Admin AGENTS.md
Instructions for LoD-Dawn/Fast-Vben-Admin, covering fast vben admin agent development standard, 1. 开始工作前, 2. 决策优先级, 3. 固定架构 and 4. 唯一事实源.
fastapi-react-admin CLAUDE.md
Claude Code instructions for yilecoding/fastapi-react-admin, covering claude.md, 按任务导航, 让这套文档不腐烂:pnpm ctx:check, 这套文档怎么自己长大 and 结构.
v3-admin-vite CLAUDE.md
Instructions for un-pany/v3-admin-vite, a project described as: ☀️ AI-friendly Vue3 admin template | Vue Admin | Vue Template | Vue3 Admin | Vue3 Template | Vue 后台 | Vue 模板 | Vue3 后台 | Vue3 模板.
skyroc AGENTS.md
AGENTS.md instructions for Ohh-889/skyroc, covering agents.md, 规范索引, skills 调用规则(关键), 思考顺序 and react 组件规范.
adminforth AGENTS.md
AGENTS.md instructions for devforth/adminforth, covering agents.md, package manager, package names rules, general engineering rules and trust the contract.