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/kiaquila/dreamboard/claude-mdgit clone --depth 1 https://github.com/kiaquila/dreamboardWrote 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/kiaquila/dreamboard/claude-md)<a href="https://agentmods.dev/instructions/kiaquila/dreamboard/claude-md"><img src="https://agentmods.dev/badge/instructions/kiaquila/dreamboard/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.01060 | $0.01060 |
| Opus 5 | $0.00530 | $0.00530 |
| Sonnet 5 | $0.00212 | $0.00212 |
| Haiku 4.5 | $0.00106 | $0.00106 |
Grade A, and why
dreamboard 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 yesterday.
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 — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
dreamboard
Персональный инструмент для создания визуального dream board: landing page + редактор на Fabric.js с экспортом готового коллажа.
Текущий стек
- Статический HTML/CSS/JS
- Fabric.js через CDN
- Nginx на
czза Cloudflare для production - Vercel и Cloudflare Workers для PR preview/stage
- GitHub Actions для CI, guard и AI review orchestration
.specify/,docs_dreamboard/иspecs/как repository memory- Gemini Code Assist как default review backend
Важные правила
- Источник истины — репозиторий, а не ручные правки на
cz, в Vercel или Cloudflare - Все изменения проходят через PR
- Продуктовые изменения начинаются с активной папки
specs/<feature-id>/ - Один implementation loop = один worktree, одна ветка и один PR
- При изменении поведения UI, workflow или build/deploy обновляй
specs/иdocs_dreamboard/ - Не ломай
pnpm run build: проект должен оставаться deployable как статический сайт - При review фокусируйся на mobile layout, editor behavior, export safety, English-only copy consistency и maintainability
- Стиль commit-message: только subject (≤72 chars, conventional prefix
fix:/chore:/docs:/etc.); body не пишу, кроме случая с неочевидным «why»; длинный контекст идёт в PR description, не в commit body. - Перед каждым
git pushпрогоняйpnpm run preflight— он локально повторяет то, что делают PR Guard и CI (feature-memory gate + baseline + html + build + format). - Не используй
—(em-dash) в README и публичных docs; AI-slop tell; заменять на точку, двоеточие, запятую или middle-dot.
OMC orchestration (auto-routing)
Перед выполнением нетривиальной задачи оцени, подходит ли какая-то возможность oh-my-claudecode (OMC), и предложи пользователю подходящий режим одной короткой фразой с обоснованием до начала работы. Не запускай автоматически — сначала получи согласие.
Триггеры «нетривиально» (хотя бы один):
- Многофайловое изменение, рефакторинг, миграция
- Исследование/поиск по кодбазе, где неочевиден ответ
- Задача с верификацией/QA-циклом
- Параллелизуемая работа (несколько независимых подзадач)
- Долгая автономная работа («не останавливайся, пока не сделаешь»)
- Дебаг с неясной причиной, трассировка, несколько гипотез
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.
- yesterday Changed · +1 lines · +26 tokens per session 1d6373d22309
- 5d ago First seen · 65 lines · 1,034 tokens per session scan A 4b2f2837a2dc
dreamboard CLAUDE.md is an instructions file published in the GitHub repository kiaquila/dreamboard (10 stars, last pushed yesterday), licensed MIT. It adds 1,060 tokens to every session, about $0.0053 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-31.
Other instructions, from other repositories
wasp AGENTS.md
AGENTS.md instructions for wasp-lang/wasp, covering wasp monorepo, contribution policy, repository structure, build & development and code conventions.
lib.reviews AGENTS.md
AGENTS.md instructions for permacommons/lib.reviews, covering lib.reviews agent notes, tech stack and guidance for agents.
wasp CLAUDE.md
Claude Code instructions for wasp-lang/wasp, a project described as: The batteries-included full-stack framework for the AI era. Develop JS/TS web apps (React, Node.js, and Prisma) using declarative code that abstracts away complex full-stack features like auth, background jobs, RPC, email sending, end-to-end type…
RivalHub AGENTS.md
AGENTS.md instructions for Starfie1d1272/RivalHub, covering rivalhub agent 入口, 先定位 authority, 跨域 contract, 验证入口 and this is not the next.js you know.
RivalHub CLAUDE.md
Claude Code instructions for Starfie1d1272/RivalHub, a project described as: All-in-one esports tournament management and scheduling platform.
PharmaNear-by-Foces AGENTS.md
AGENTS.md instructions for Foces-core/PharmaNear-by-Foces, covering 🤖 agent instructions, 🛑 critical rules, 🔗 required reading for architecture & context and 📝 architectural documentation requirement.