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/railly/tinte/claude-mdgit clone --depth 1 https://github.com/Railly/tinteWhat 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.02881 | $0.02881 |
| Opus 5 | $0.01440 | $0.01440 |
| Sonnet 5 | $0.00576 | $0.00576 |
| Haiku 4.5 | $0.00288 | $0.00288 |
Grade A, and why
tinte 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 2d 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 — 282 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Tinte - Agent-Native Design System Infrastructure
Generate, compile, install, and preview design systems from one source of truth. Compatible with shadcn/cli v4 presets and registries.
What It Does
- Compile theme graph to shadcn v4
registry:base+registry:fontpresets - Convert between 19+ theme formats (shadcn/ui, VS Code, terminals, design tools)
- Generate semantic color palettes using OKLCH color space
- Extract themes from images via Ray API
- Live theme editing with real-time preview
- Serve installable presets:
npx shadcn@latest add https://tinte.dev/api/preset/{slug}
Tech Stack
- Next.js 16 with TypeScript and App Router
- Tailwind CSS + shadcn/ui for UI components
- Culori for OKLCH color manipulation
- Shiki + Monaco Editor for syntax highlighting
- Zustand + nuqs for state management
- React Context for theme state
- Bun for package management
Architecture
Key Directories
src/
├── app/ # Pages (workbench, experiment, bingo, vscode)
├── providers/theme.tsx # Single theme context provider
├── components/
│ ├── shared/ # Theme components (switcher, selector, editor)
│ ├── preview/ # Provider-specific previews (vscode, shadcn, terminals)
│ └── workbench/ # Workbench components
├── hooks/ # Custom hooks (theme, monaco, shiki, workbench)
├── stores/ # Zustand stores (workbench, export)
├── lib/ # Conversion logic and providers registry
└── types/ # TypeScript definitions
Color Philosophy - Flexoki-Inspired
Continuous Scale: bg → bg-2 → ui → ui-2 → ui-3 → tx-3 → tx-2 → tx
- Light mode: bg (lightest) → tx (darkest)
- Dark mode: bg (darkest) → tx (lightest)
- OKLCH color space for perceptual consistency
Token Meanings:
bg/bg-2: Main/elevated surfacesui/ui-2/ui-3: Borders, hover states, active statestx-3/tx-2/tx: Faint, muted, primary textprimary/accent/secondary: Functional colors
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.
- 2d ago First seen · 282 lines · 2,881 tokens per session scan A 10ae6199f9dc
tinte CLAUDE.md is an instructions file published in the GitHub repository Railly/tinte (618 stars, last pushed 25d ago), licensed MIT. It adds 2,881 tokens to every session, about $0.0144 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-shadcn-dashboard-starter CLAUDE.md
Instructions for Kiranism/next-shadcn-dashboard-starter, covering claude.md, key references and critical conventions.
styleseed AGENTS.md
Instructions for bitjaru/styleseed, covering styleseed repository guide, before changing the engine, generated files, verification and pull requests and releases.
vscode-winteriscoming copilot-instructions.md
Instructions for johnpapa/vscode-winteriscoming, covering copilot instructions — winter is coming theme, project type, theme editing conventions, color values and token colors.
vscode design-philosophy.instructions.md
VS Code design philosophy — the shared Values→Principles→Moves vocabulary for reasoning about UI in design terms rather than raw pixels. Use when creating, editing, or reviewing any visual surface (CSS, DOM, theming, icons, motion). Name the value/principle before reaching for a token.
drawio-ai-kit AGENTS.md
Instructions for sparklabx/drawio-ai-kit, covering repository guidelines, tech stack & runtime and code conventions & common patterns.
ChunUI CLAUDE.md
Instructions for liseami/ChunUI: Swift Package(swift-tools 6.2 · Swift 5 语言模式 + 默认 MainActor 隔离 + 渐进并发)+ iOS 18.6+ + 唯一依赖 Pow(MIT) 定位:从 Zinner(阿奇)提取的可换肤设计系统——宿主只定义 CCColors 调色板即得同质感全家桶;所有 shader/点阵动效随包。.