mozaiks: Instructions file for Claude Code

CLAUDE.md

mozaiks CLAUDE.md is an instructions file for Claude Code from BlocUnited-LLC/mozaiks. It costs 7,164 tokens per session, scanned A, original, MIT.

Repository instructions for the Mozaiks project, including where to work, which architecture document to read, and how its server and management interfaces are organized.

In plain words
What is it for?
Use them when working on the Mozaiks repositories, especially for understanding the correct working paths, startup targets, architecture, and contributor practices.
Why use it?
They prevent work from being done in stale folders and give the coding agent the project rules it needs before changing code.

Instructions file for Claude Code

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

This is BlocUnited-LLC/mozaiks's own configuration. It tells Claude Code how to work on mozaiks itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mozaiks configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/BlocUnited-LLC/mozaiks/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/BlocUnited-LLC/mozaiks

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/blocunited-llc/mozaiks/claude-md.svg)](https://agentmods.dev/instructions/blocunited-llc/mozaiks/claude-md)
Your own site
<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>
Per session 7,164 This file is loaded in full into every session.
When invoked 7,164 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.07164 $0.07164
Opus 5 $0.03582 $0.03582
Sonnet 5 $0.01433 $0.01433
Haiku 4.5 $0.00716 $0.00716

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

Security

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.

CLAUDE.md · 660 lines

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.runtime
  • mozaiksai.hosts.platform
  • mozaiksai.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.

Read the full file on GitHub · 660 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. 7d ago First seen · 660 lines · 7,164 tokens per session scan A da73f2a0f5b3

Subscribe to this mod's changes

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.

Related

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.

Scaffoldic/agentforge-py · 101 tokens

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.

openai/codex · 5,182 tokens

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).

microsoft/vscode · 6,785 tokens

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.

vercel/next.js · 7,296 tokens

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.

langchain-ai/langchain · 4,469 tokens

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).

microsoft/vscode · 5,001 tokens