Borrowing it
Nothing to install: this file belongs to BlocUnited-LLC/mozaiks. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/BlocUnited-LLC/mozaiks/main/CLAUDE.mdgit clone --depth 1 https://github.com/BlocUnited-LLC/mozaiksWrote 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/blocunited-llc/mozaiks/claude-md)<a href="https://agentmods.dev/instructions/blocunited-llc/mozaiks/claude-md"><img src="https://agentmods.dev/badge/instructions/blocunited-llc/mozaiks/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.07164 | $0.07164 |
| Opus 5 | $0.03582 | $0.03582 |
| Sonnet 5 | $0.01433 | $0.01433 |
| Haiku 4.5 | $0.00716 | $0.00716 |
Grade A, and why
mozaiks 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 7d 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 — 660 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Working Path Constraint
Always work on C:\Repos\BlocUnitedRepo\mozaiks (this repo) and C:\Repos\BlocUnitedRepo\mozaiks-app.
Never read from or write to OneDrive paths (C:\Users\...\OneDrive\...). Those are stale copies, not the working repos.
Read ARCHITECTURE.md first. That file is the source of truth for how the system works.
This repo uses layered FastAPI hosts as the canonical OSS server composition:
mozaiksai.hosts.runtimemozaiksai.hosts.platformmozaiksai.hosts.studio
mozaiksai.hosts.studio is the Studio management interface host and the default local run target. Studio is the shared management layer — available in both local and hosted deployments. Hosted product repos compose their own app-local hosts on top of Studio; this OSS repo does not own a hosted-product FastAPI host.
CLI and Studio are parallel interfaces, not a superset chain. CLI owns developer tooling (filesystem, scaffolding, process management). Studio owns the management interface (workspace status, build lifecycle, artifacts, run history, config). Do not conflate them.
Profile stays person-scoped. Studio / Workspace Shell is the org/workspace home base. App shells remain separate and brandable per app; do not collapse org management into /me.
mozaiks gen is a developer convenience, not the canonical build lifecycle. Do not expand CLI commands to duplicate Studio surfaces (artifact review, diff, run history, promotion, build state). Those belong in Studio. The CLI hands off to Studio — it does not grow a parallel project-management surface.
The current repo layout is transitional. The canonical target architecture is documented in docs/architecture/foundations/distribution-and-workspace-model.md. Do not reintroduce a hybrid root that mixes the starter app bundle with shared factory workflows.
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.
- 7d ago First seen · 660 lines · 7,164 tokens per session scan A da73f2a0f5b3
mozaiks CLAUDE.md is an instructions file published in the GitHub repository BlocUnited-LLC/mozaiks (25 stars, last pushed yesterday), licensed MIT. It adds 7,164 tokens to every session, about $0.0358 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
agentforge-py copilot-instructions.md
Copilot instructions for Scaffoldic/agentforge-py: See AGENTS.md for project conventions. AGENTS.md is the canonical source for AI-assistant instructions. This file exists so GitHub Copilot's native .github/copilot-instructions.md discovery keeps working.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).