dogma CLAUDE.md

dogma CLAUDE.md is an instructions file for coding agents from EndogenAI/dogma. It costs 673 tokens per session, scanned A, original, Apache-2.0.

A Claude Code instruction file for the Dogma project that directs the agent to follow project-wide rules in AGENTS.md. It covers command-line use, JSON-schema-validated output, Python commands, file writing, commits, and continuous integration.

In plain words
What is it for?
Use it when working on the Dogma repository with Claude Code, particularly for structured output, CI tasks, Python commands, file changes, and Conventional Commits.
Why use it?
It prevents Claude Code sessions from bypassing the project's shared workflow and safety conventions, especially in automated or non-interactive runs.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/endogenai/dogma/claude-md.svg)](https://agentmods.dev/instructions/endogenai/dogma/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/endogenai/dogma/claude-md"><img src="https://agentmods.dev/badge/instructions/endogenai/dogma/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 673 This file is loaded in full into every session.
When invoked 673 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 $0.00673 $0.00673
Opus 5 $0.00336 $0.00336
Sonnet 5 $0.00135 $0.00135
Haiku 4.5 $0.00067 $0.00067

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

Security

Grade A, and why

dogma 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 · 55 lines

How it starts

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

CLAUDE.md — EndogenAI Workflows (dogma)

This file is read by Claude Code at session start. It encodes the project's operational constraints, key endogenous sources, and governance conventions so that Claude Code sessions run with the same fidelity as VS Code Copilot sessions governed by AGENTS.md.


Governing Constraints

All agent behaviour in this project is governed by AGENTS.md.

Claude-specific sessions must adhere to the same operational constraints as VS Code Copilot sessions. Read AGENTS.md before any first action in a session.

Key redirections:


Claude CLI Patterns (Print Mode)

For single-query tasks that don't require interactive agent sessions, use print mode to reduce the ~50K per-session token overhead:

# Structured output (JSON schema-validated)
claude -p "..." --output-format json --max-turns 1 --max-budget-usd 0.10

# CI/non-interactive context — no session persistence
claude -p "..." --no-session-persistence --output-format json --max-turns 1 --max-budget-usd 0.10

Use print mode for (single-query, no tool use needed):

  • Synthesis quality checks and doc lint evaluations
  • Structured output generation from known corpus
  • Single question-answer lookups

Use full interactive sessions for:

  • Multi-step research or implementation (tool use, file reads/writes)
  • Tasks requiring multiple rounds of refinement

Read the full file on GitHub · 55 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 First seen · 55 lines · 673 tokens per session scan A 6d6bf1a6f9cc

Subscribe to this mod's changes

dogma CLAUDE.md is an instructions file published in the GitHub repository EndogenAI/dogma (2 stars, last pushed 10d ago), licensed Apache-2.0. It adds 673 tokens to every session, about $0.0034 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-09-03.