craft CLAUDE.md

craft CLAUDE.md is an instructions file for coding agents from drobins25/craft. It costs 734 tokens per session, scanned A, original, MIT.

Project instructions for Craft, an open-source development harness for Claude Code. They define safety rules, project conventions, and which implementation workflows are allowed.

In plain words
What is it for?
Contributing to Craft, choosing safe fix workflows, applying small quick fixes, and writing consistent commit messages.
Why use it?
They prevent the agent from modifying the harness through unsafe self-editing workflows and clarify how different findings should be handled.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/drobins25/craft/claude-md.svg)](https://agentmods.dev/instructions/drobins25/craft/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/drobins25/craft/claude-md"><img src="https://agentmods.dev/badge/instructions/drobins25/craft/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 734 This file is loaded in full into every session.
When invoked 734 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.00734 $0.00734
Opus 5 $0.00367 $0.00367
Sonnet 5 $0.00147 $0.00147
Haiku 4.5 $0.00073 $0.00073

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

Security

Grade A, and why

craft 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 · 36 lines

How it starts

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

Craft

Open-source Claude Code plugin: a creative-first development harness.

  • README.md - what craft is and how to use it
  • DESIGN.md - architecture, file layout, internals
  • CONTRIBUTING.md - contribution workflow for craft itself

This file is the operating contract for Claude working in this repo. Routing and live state are injected on every prompt via the UserPromptSubmit hook (the v1|craft-orchestration-index block) - don't duplicate that here.

Safety rules

  • Never use /craft:story-implement in this repo. It invokes the implementer agent against the plugin's own files, which is self-modification mid-work and breaks the harness. Contributors: see CONTRIBUTING.md for the manual implementation procedure.
  • Walkthrough quick-fixes are the only exception to "always invoke implementer via Task." Findings with complexity: quick-fix and a fix_hint can be implemented directly by the orchestrator. Scope: trivial CSS or attribute edits, 1-5 lines, single file. Story-fix findings still go through the implementer agent.

Conventions

  • Commit messages describe what changed for a public audience. Use conventional prefixes: feat: / fix: / chore: / refactor: / docs: / test:. Translate internal jargon to what the change DOES. Public craft terms (skills, agents, commands, hooks, cycles, stories, backlog, phases) are fine; internal mechanism names need explanation.
    • Bad: fix: chain break when content-spark invokes via Skill tool
    • Good: fix: prevent skill nesting from breaking control flow back to caller
  • Use regular dashes (-) only, never em dashes. Em dashes are an AI-text tell.
  • Bump .claude-plugin/plugin.json version once per feature or fix - one bump per logical change (a story, an adhoc fix), in that change's final commit. Never per chunk; intermediate chunk commits do not bump.
  • CHANGELOG.md entries are notable-only - features and user-visible fixes get a ## <version> - <YYYY-MM-DD> heading with verb-first, user-facing bullets ("Added...", "Fixed...", "Changed...", "Improved..."). Internal changes (tests, refactors, doc drift, contributor tooling) bump the version with no entry, and no entry is ever about the repo itself (changelog edits, doc restructures, contributor tooling). Same audience rule as commit messages. check-doc-drift.sh blocks a changelog that's ahead of plugin.json, and blocks pushing a feat: commit with no changelog change.
    • Write every bullet for a craft user, not for us. The test: no internal mechanism names (CDN hosts, metadata fields, gate names, file paths), lead with what the user gets, and say what it feels like to use ("icons now arrive in seconds instead of minutes"), not how it works. The ## 1.99.54 entry is the exemplar - match its register.

Read the full file on GitHub · 36 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 · 36 lines · 734 tokens per session scan A dc02eb798c06

Subscribe to this mod's changes

craft CLAUDE.md is an instructions file published in the GitHub repository drobins25/craft (53 stars, last pushed 5d ago), licensed MIT. It adds 734 tokens to every session, about $0.0037 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

claude-code-tresor CLAUDE.md

Instructions for alirezarezvani/claude-code-tresor, covering claude.md - development guide, 🎯 repository purpose, 🏗️ architecture, 🛠️ common development commands and building & testing.

alirezarezvani/claude-code-tresor · 5,338 tokens

ai-methods CLAUDE.md

Claude Code instructions for pirona/ai-methods, covering claude.md — claude code operator template, 1. identity & operator context, 2. homelab infrastructure, hypervisor & compute and network.

pirona/ai-methods · 6,126 tokens

ai-agents push-lock.instructions.md

Instructions for rjmurillo/ai-agents, covering one push lock path, must, must not, historical measurements and commit guard.

rjmurillo/ai-agents · 2,104 tokens

agent-rules child-process.instructions.md

Instructions for lirantal/agent-rules, covering system processes secure coding guidelines, your mission and spawning system processes.

lirantal/agent-rules · 196 tokens

bdb-dev-optimized-agent-skills CLAUDE.md

Claude Code instructions for hybridlabor-api/bdb-dev-optimized-agent-skills, covering bdb agent skills — global instructions, docs & pipeline, how many agents, safety gate — mechanically enforced, not advisory and non-negotiable.

hybridlabor-api/bdb-dev-optimized-agent-skills · 700 tokens

Myco AGENTS.md

Instructions for BreetyGreen/Myco, covering agents.md — orientation for ai agents & contributors, what this project is, architecture (two layers), single source of truth: engine/agents.json and key files.

BreetyGreen/Myco · 1,924 tokens