fluidglass-ui: Instructions file for Codex

AGENTS.md

fluidglass-ui AGENTS.md is an instructions file for Codex, OpenCode from csuyincs-creator/fluidglass-ui. It costs 734 tokens per session, scanned A, original, Apache-2.0.

Project instructions for a WebGL fluid-glass card interface built with plain JavaScript and no external dependencies. They define the visual reference, file structure, documentation, licensing boundaries, and required quality checks.

In plain words
What is it for?
Use them when editing the interface, its WebGL engine, CSS fallback, demos, export behavior, documentation, or package files, and when running the required checks.
Why use it?
They help contributors preserve the intended appearance and avoid changing protected brand or visual-core files accidentally. They also document how to preview and validate changes.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions AGENTS.md.

This is csuyincs-creator/fluidglass-ui's own configuration. It tells Codex and OpenCode how to work on fluidglass-ui itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything fluidglass-ui configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/csuyincs-creator/fluidglass-ui/main/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/csuyincs-creator/fluidglass-ui

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for fluidglass-ui AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/csuyincs-creator/fluidglass-ui/agents-md/github.svg)](https://agentmods.dev/instructions/csuyincs-creator/fluidglass-ui/agents-md)
Your own site
<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.

agentmods 80×15 button for fluidglass-ui AGENTS.md

Your own site · 80×15
<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>
Per session 734 This file is loaded in full into every session.
When invoked 734 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 9d ago against content hash 636197de3430, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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.

AGENTS.md · 38 lines

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 + 重生成对照截图 + 过 QA
  • docs/brand/ = 品牌资产(小策角色形象,保留版权,不随 Apache-2.0 授权)——禁止把这里的文件纳入 Apache 授权范围、禁止改作/转授权/加入训练数据;改动需用户本人确认。docs/brand/README.md 是品牌声明唯一权威来源
  • SKILL.md = Agent 技能入口(YAML frontmatter 的 name/description 勿删);manifest.jsonname 必须与之一致
  • 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
Changes

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.

  1. 9d ago First seen · 38 lines · 734 tokens per session scan A 636197de3430

Subscribe to this mod's changes

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.

Related

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.

vercel/next.js · 7,296 tokens

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.

openai/codex · 5,153 tokens

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).

microsoft/vscode · 6,785 tokens

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).

microsoft/vscode · 5,001 tokens

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.

langchain-ai/langchain · 4,469 tokens

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.

deepseek-ai/deepseek-harness · 3,735 tokens