open-dashboard CLAUDE.md

open-dashboard CLAUDE.md is an instructions file for Claude Code from ahpxex/open-dashboard. It costs 5,320 tokens per session, scanned A, original, MIT.

Repository guidance for an AI-oriented catalogue of reusable back-office interface components, such as CRUD screens, calendars, dashboards, and billing pages.

In plain words
What is it for?
Use it when adding an interface shape, changing the component catalogue, generating demo templates, or working on dashboard, backend, or rebranding operations.
Why use it?
It explains the project's source-of-truth rules, frontend conventions, and generated templates so catalogue examples stay consistent and verified.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Install

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.

agentmods
npx agentmods add instructions/ahpxex/open-dashboard/claude-md
Clone the repo
git clone --depth 1 https://github.com/ahpxex/open-dashboard

Made for: Claude Code.

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 open-dashboard CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ahpxex/open-dashboard/claude-md.svg)](https://agentmods.dev/instructions/ahpxex/open-dashboard/claude-md)
Your own site
<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>
Per session 5,320 This file is loaded in full into every session.
When invoked 5,320 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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.05320 $0.05320
Opus 5 $0.02660 $0.02660
Sonnet 5 $0.01064 $0.01064
Haiku 4.5 $0.00532 $0.00532

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

Security

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.

CLAUDE.md · 276 lines

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.md and the scaffold-dashboard / rebrand / add-backend skills — not here. Don't confuse "build a product" (port-out) with "maintain the substrate" (the work in this repo).

Read the full file on GitHub · 276 lines

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. 6d ago First seen · 276 lines · 5,320 tokens per session scan A efb2734fee1e

Subscribe to this mod's changes

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.

Related

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.

puikinsh/Adminator-admin-dashboard · 4,236 tokens

adminforth AGENTS.md

AGENTS.md instructions for devforth/adminforth, covering agents.md, package manager, package names rules, general engineering rules and trust the contract.

devforth/adminforth · 1,395 tokens

Cyber-AI-Forge AGENTS.md

AGENTS.md instructions for tanghaojie/Cyber-AI-Forge, covering ai 协作规则, 人类修改优先与冲突处理, git 安全门禁与 ai 提交标记, 开始修改前的暂存区硬门禁 and ai 自动提交的强制标记.

tanghaojie/Cyber-AI-Forge · 3,928 tokens

fastapi-react-admin CLAUDE.md

Claude Code instructions for yilecoding/fastapi-react-admin, covering claude.md, 按任务导航, 让这套文档不腐烂:pnpm ctx:check, 这套文档怎么自己长大 and 结构.

yilecoding/fastapi-react-admin · 7,472 tokens

Cyber-AI-Forge CLAUDE.md

Claude Code instructions for tanghaojie/Cyber-AI-Forge, a project described as: AI-Native Enterprise Application Scaffold. AI 驱动的企业应用智能构建平台。.

tanghaojie/Cyber-AI-Forge · 5 tokens

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.

AmanVarshney01/create-better-t-stack · 938 tokens