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/ahpxex/open-dashboard/claude-mdgit clone --depth 1 https://github.com/ahpxex/open-dashboardWrote 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/ahpxex/open-dashboard/claude-md)<a href="https://agentmods.dev/instructions/ahpxex/open-dashboard/claude-md"><img src="https://agentmods.dev/badge/instructions/ahpxex/open-dashboard/claude-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.1 | $0.05320 | $0.05320 |
| Opus 5 | $0.02660 | $0.02660 |
| Sonnet 5 | $0.01064 | $0.01064 |
| Haiku 4.5 | $0.00532 | $0.00532 |
Grade A, and why
open-dashboard CLAUDE.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 6d 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 — 276 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
What this is — read first
An AI-native, skill-driven back-office substrate (a "中台" template). The repo
is not a product. It is the source of truth for the skill catalogue
(.claude/skills/): one add-component skill — a catalogue + retriever over
35+ copy-ready admin UI shapes (CRUD, detail, master-detail, kanban, calendar,
wizard, billing, RBAC, i18n, …), each a reference doc + a generated template — plus
a handful of operation skills (scaffold-dashboard, add-backend,
rebrand). A Skills
Gallery renders every shape's own demo. The demos, the
resources, and the two business cases all exist for one reason: to back a shape
and be the live proof it produces working UI. A shape's distributed templates/
are generated from this repo's working source and kept byte-for-byte in sync, so
the catalogue never ships code the repo hasn't typechecked, built, and tested.
The stance is frontend-opinionated, backend-agnostic — preserve it. The frontend
is one fixed, curated stack you compose from (TanStack Start + the shape catalogue +
the UI / form / table / chart system on @base-ui) — be opinionated here. The backend
(business data and auth) is swappable behind two seams — Repository and
AuthProvider — never the frontend's concern: pick one of the add-backend presets
(Postgres + Drizzle + better-auth by default; or Hono / FastAPI / Supabase, with
Prisma / Auth.js / custom-JWT). The enforcing rule is mechanical: backend specifics
(@/db, @/lib/auth, drizzle-orm, pg, an SDK client) live only in server-only
modules (a resource's server.ts, src/db/*, src/lib/auth*.ts, the infra/data
adapters) and reach the client solely through createServerFn + the two seams. Don't
let a backend leak upward, and don't fork the frontend stack per project.
Two modes of work — know which you're in:
- Authoring the substrate — the default here. You're adding or fixing a
skill, the platform layer, a gallery demo, or a business case inside this
repo. Whatever you produce must (a) be real, working repo code — so it's
verified and visible in the gallery — and (b) stay in lockstep with its
distributed skill via
sync-skills. If you are editing files in this repo, you are almost certainly in this mode. → see Authoring a skill below. - Porting out. A different agent stands up a real product by scaffolding the
clean base into a new project and composing it (scaffold → rebrand → pick a
backend → add resources → add shapes). The base is demo-free + gallery-free, so
there's nothing to strip. That workflow lives in
PORTING.mdand thescaffold-dashboard/rebrand/add-backendskills — not here. Don't confuse "build a product" (port-out) with "maintain the substrate" (the work in this repo).
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.
- 6d ago First seen · 276 lines · 5,320 tokens per session scan A efb2734fee1e
open-dashboard CLAUDE.md is an instructions file published in the GitHub repository ahpxex/open-dashboard (138 stars, last pushed 2mo ago), licensed MIT. It adds 5,320 tokens to every session, about $0.0266 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
Adminator-admin-dashboard CLAUDE.md
Claude Code instructions for puikinsh/Adminator-admin-dashboard, covering claude.md, architecture (2026 redesign), file layout, page anatomy and widget mount points.
adminforth AGENTS.md
AGENTS.md instructions for devforth/adminforth, covering agents.md, package manager, package names rules, general engineering rules and trust the contract.
Cyber-AI-Forge AGENTS.md
AGENTS.md instructions for tanghaojie/Cyber-AI-Forge, covering ai 协作规则, 人类修改优先与冲突处理, git 安全门禁与 ai 提交标记, 开始修改前的暂存区硬门禁 and ai 自动提交的强制标记.
fastapi-react-admin CLAUDE.md
Claude Code instructions for yilecoding/fastapi-react-admin, covering claude.md, 按任务导航, 让这套文档不腐烂:pnpm ctx:check, 这套文档怎么自己长大 and 结构.
Cyber-AI-Forge CLAUDE.md
Claude Code instructions for tanghaojie/Cyber-AI-Forge, a project described as: AI-Native Enterprise Application Scaffold. AI 驱动的企业应用智能构建平台。.
create-better-t-stack AGENTS.md
AGENTS.md instructions for AmanVarshney01/create-better-t-stack, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and error handling conventions.