Borrowing it
Nothing to install: this file belongs to csuyincs-creator/fluidglass-ui. 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/csuyincs-creator/fluidglass-ui/main/AGENTS.mdgit clone --depth 1 https://github.com/csuyincs-creator/fluidglass-uiWrote 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/csuyincs-creator/fluidglass-ui/agents-md)<a href="https://agentmods.dev/instructions/csuyincs-creator/fluidglass-ui/agents-md"><img src="https://agentmods.dev/badge/instructions/csuyincs-creator/fluidglass-ui/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/csuyincs-creator/fluidglass-ui/agents-md"><img src="https://agentmods.dev/badge/instructions/csuyincs-creator/fluidglass-ui/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.00734 | $0.00734 |
| Opus 5 | $0.00367 | $0.00367 |
| Sonnet 5 | $0.00147 | $0.00147 |
| Haiku 4.5 | $0.00073 | $0.00073 |
Grade A, and why
fluidglass-ui 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 9d 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.
What it actually says
AGENTS.md
项目定位
WebGL 流体玻璃卡片界面生成技能包(agent skill + 零依赖前端参考实现)。设计哲学:固定视觉内核(Canonical Material Core)+ 开放业务配置。任何改动不得破坏与 references/canonical-reference.png 的视觉一致性。
怎么跑起来
# 看效果(无需构建/服务器)
start references/canonical-demo-single-file.html
# 质量门禁(改动后必须过)
python tools/package_qa.py # 必须 "passed": true
python tools/package_qa.py --update-hashes # 仅改内核文件后
node --check references/fluid-glass-engine.js
技术栈
- 纯原生 JS + WebGL1,零依赖:无 CDN、无外部字体、无网络请求
- CSS 降级渲染;
localStorage持久化;导出 HTML - 文档默认中文;README 双语:
README.md(英文)+README.zh-CN.md(中文),顶部互链;docs/demo.gif为 README 头图(由 headless Chrome 截帧 + ffmpeg 合成,约 437KB/2s)
目录与约定
references/= 不可变视觉内核(shader / css / engine / demos / reference.png)。改内核 = 同步CANONICAL_CORE_HASHES.json+ 重生成对照截图 + 过 QAdocs/brand/= 品牌资产(小策角色形象,保留版权,不随 Apache-2.0 授权)——禁止把这里的文件纳入 Apache 授权范围、禁止改作/转授权/加入训练数据;改动需用户本人确认。docs/brand/README.md是品牌声明唯一权威来源SKILL.md= Agent 技能入口(YAML frontmatter 的name/description勿删);manifest.json的name必须与之一致tools/package_qa.py= 包完整性 + 内核自检(无第三方依赖)- 卡片上限 12;WebGL 上下文预算 8(超出走 CSS fallback)——这是刻意设计,不是 bug
- JS 风格:2 空格、单引号、分号、不引入构建依赖;文档中英文与数字间加空格
当前状态和下一步
- 版本 1.0.0,Apache-2.0(品牌资产
docs/brand/例外,保留版权);5 个 P0 缺陷已修复并完成 7 场景 headless Chrome 回归(dupkey 死循环 / NaN / XSS / 坏 localStorage / 持久化 / 12 卡预算) - 仓库已
git init并推至 https://github.com/csuyincs-creator/fluidglass-ui(private);README 双语 + 动效 GIF 已上线;.github/workflows/qa.yml待 workflow-scoped token 补推 - 贡献规则详见
CONTRIBUTING.md;合入前请逐条对照ACCEPTANCE_CHECKLIST.md
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.
- 9d ago First seen · 38 lines · 734 tokens per session scan A 636197de3430
fluidglass-ui AGENTS.md is an instructions file published in the GitHub repository csuyincs-creator/fluidglass-ui (66 stars, last pushed 3d ago), licensed Apache-2.0. It adds 734 tokens to every session, about $0.0037 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
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).
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).
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.
deepseek-harness AGENTS.md
AGENTS.md instructions for deepseek-ai/deepseek-harness, covering agents.md, pre-stable apis and released session data, repository layout, commands and host sandbox failures.