open-press CLAUDE.md

open-press CLAUDE.md is an instructions file for coding agents from quan0715/open-press. It costs 2,359 tokens per session, scanned A, original, MIT.

Repository instructions for the open-press framework monorepo, a single repository containing multiple related packages and applications.

In plain words
What is it for?
Use them when working on open-press core, CLI, create tools, the web app, or its tests and tracked example workspace.
Why use it?
They explain the repository’s identity, package roles, required guidance files, and testing expectations so changes follow the project’s rules.

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

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 open-press CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/quan0715/open-press/claude-md.svg)](https://agentmods.dev/instructions/quan0715/open-press/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/quan0715/open-press/claude-md"><img src="https://agentmods.dev/badge/instructions/quan0715/open-press/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,359 This file is loaded in full into every session.
When invoked 2,359 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.02359 $0.02359
Opus 5 $0.01179 $0.01179
Sonnet 5 $0.00472 $0.00472
Haiku 4.5 $0.00236 $0.00236

Measured 5d ago against content hash 0557eec5b76f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

open-press 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 5d 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 · 149 lines

How it starts

The opening of the file, as written. The whole thing — 149 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.

Read AGENTS.md first — it owns the editable/non-editable path contract, commit prefixes, and engine philosophy. This file adds the architecture and command detail that requires reading multiple files to reconstruct.

Repo identity

This is the open-press framework monorepo (pnpm workspaces + turbo), not a downstream OpenPress workspace. If you ever find memory/AGENTS.md at the root, you are in a downstream project instead — stop and read that file.

Published packages ship lockstep at one version (fixed in .changeset/config.json):

Package Role
@open-press/core Engine (engine/, plain .mjs) + React runtime (src/openpress/, TSX). Not bundled — consumers import source through the shipped vite.config.ts.
@open-press/cli open-press binary, built with tsup. Thin wrapper over core's engine.
@open-press/create npm create @open-press scaffolder. Slide workspaces only by design.
apps/web Astro landing site (open-press.dev). Not published.

press/ is the tracked dogfood workspace (financial-report, resume, school-report, slide, thesis, userstory). It is real committed source used to validate the pipeline — despite what AGENTS.md and .gitignore comments claim about it being ignored.

Commands

Node 24 is pinned in CI and .node-version (Trusted Publishing OIDC needs npm ≥ 11.5.1). Engine runtime contract is Node ≥ 20.

pnpm install
pnpm run typecheck        # turbo → tsc per package
pnpm test                 # repo policy tests + turbo test
pnpm run build            # turbo build (validates + renders every Press)

In this repo the open-press binary is not built locally — always invoke the engine directly:

node packages/core/engine/cli.mjs <command> .

Dogfood pipeline:

pnpm run dev:workspace    # workbench at http://127.0.0.1:5173/workspace
pnpm run dev:web          # Astro landing site
pnpm run openpress:pdf
pnpm run openpress:word
pnpm run openpress:deploy:dry-run

Read the full file on GitHub · 149 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. 5d ago First seen · 149 lines · 2,359 tokens per session scan A 0557eec5b76f

Subscribe to this mod's changes

open-press CLAUDE.md is an instructions file published in the GitHub repository quan0715/open-press (14 stars, last pushed 7d ago), licensed MIT. It adds 2,359 tokens to every session, about $0.0118 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.