factory CLAUDE.md

factory CLAUDE.md is an instructions file for coding agents from addyosmani/factory. It costs 414 tokens per session, scanned B, original, MIT.

Contributor guidance for a reference software factory: a project whose files are copied into other repositories to install an automated development setup. It explains which documents define the product and how to validate changes safely.

In plain words
What is it for?
Use it when changing the installer, factory template, shell hooks, settings, documentation, or disposable-repository tests.
Why use it?
It helps preserve the boundary between the factory itself and the instructions it installs, while avoiding overwriting users’ files.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/addyosmani/factory/claude-md.svg)](https://agentmods.dev/instructions/addyosmani/factory/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/addyosmani/factory/claude-md"><img src="https://agentmods.dev/badge/instructions/addyosmani/factory/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 414 This file is loaded in full into every session.
When invoked 414 The same file — it is already loaded in full.
Security scan B 1 finding. 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 $0.00414 $0.00414
Opus 5 $0.00207 $0.00207
Sonnet 5 $0.00083 $0.00083
Haiku 4.5 $0.00041 $0.00041

Measured 4d ago against content hash 6c1fea747cd1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

factory CLAUDE.md scanned grade B with 1 finding 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 4d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

jq empty template/.claude/settings.json template/.codex/hooks.json
CLAUDE.md · 53 lines

How it starts

The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Factory reference development

This repository builds and documents a reference software factory. It is the distribution repository, not an installed factory. Files under template/ are copied into another repository by install.sh.

Read before changing behavior

  • README.md is the public map and product boundary.
  • GETTING_STARTED.md is the desktop-first tutorial.
  • ARCHITECTURE.md explains the design decisions.
  • LIMITS.md records product constraints that may change over time.
  • template/docs/factory/CONTRACT.md is the harness-neutral installed policy.

Preserve the distinction between this repository's contributor instructions and the template/CLAUDE.md instructions installed in user projects.

Validation

Run the complete local suite before committing:

bash tests/run.sh

For a focused syntax check:

bash -n install.sh template/.claude/hooks/*.sh template/.claude/scripts/*.sh \
  template/.factory/scripts/*.sh tests/*.sh
jq empty template/.claude/settings.json template/.codex/hooks.json

The tests use disposable repositories. Do not point them at a real project.

Change rules

  • Keep install.sh idempotent and refuse to overwrite user files.
  • Keep Claude Code as the canonical workflow definition. Codex adapters should remain thin and point to the same contract and workflow files.
  • Treat the charter, required gates, merge boundary, and independent verification rule as protected behavior. A convenience change must not silently weaken them.
  • Update the tutorial when a user-visible install step changes.
  • Date product-specific claims in LIMITS.md and verify them against official documentation before changing them.
  • Use small commits whose message names the behavior or documentation boundary changed.

Writing

Write for a programmer trying this on a real repository. Prefer exact paths, commands, expected output, and failure behavior over broad claims. State when Claude and Codex differ instead of smoothing over the difference.

Read the full file on GitHub · 53 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. 4d ago First seen · 53 lines · 414 tokens per session scan B 6c1fea747cd1

Subscribe to this mod's changes

factory CLAUDE.md is an instructions file published in the GitHub repository addyosmani/factory (172 stars, last pushed 13d ago), licensed MIT. It adds 414 tokens to every session, about $0.0021 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.