dreamboard CLAUDE.md

dreamboard CLAUDE.md is an instructions file for coding agents from kiaquila/dreamboard. It costs 1,060 tokens per session, scanned A, original, MIT.

A project guide for Dreamboard, a static web app for creating visual dream boards with a landing page, an editor, and exported collages. It records the technology stack, repository rules, review priorities, and deployment workflow.

In plain words
What is it for?
Use it when changing the Dreamboard interface, Fabric.js canvas editor, export behavior, specifications, documentation, or static build and deployment setup. It also defines the required worktree, branch, pull request, and commit conventions.
Why use it?
It helps agents keep product decisions in the repository and make changes through the documented specification and pull-request process. It also highlights areas where changes can break the editor, exports, mobile layouts, or translations.

Instructions file

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/kiaquila/dreamboard/claude-md
Clone the repo
git clone --depth 1 https://github.com/kiaquila/dreamboard

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 dreamboard CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/kiaquila/dreamboard/claude-md.svg)](https://agentmods.dev/instructions/kiaquila/dreamboard/claude-md)
Your own site
<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>
Per session 1,060 This file is loaded in full into every session.
When invoked 1,060 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.01060 $0.01060
Opus 5 $0.00530 $0.00530
Sonnet 5 $0.00212 $0.00212
Haiku 4.5 $0.00106 $0.00106

Measured yesterday against content hash 1d6373d22309, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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.

CLAUDE.md · 66 lines

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-циклом
  • Параллелизуемая работа (несколько независимых подзадач)
  • Долгая автономная работа («не останавливайся, пока не сделаешь»)
  • Дебаг с неясной причиной, трассировка, несколько гипотез

Read the full file on GitHub · 66 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. yesterday Changed · +1 lines · +26 tokens per session 1d6373d22309
  2. 5d ago First seen · 65 lines · 1,034 tokens per session scan A 4b2f2837a2dc

Subscribe to this mod's changes

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.

Related

Other instructions, from other repositories