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.
npx agentmods add instructions/data-wise/craft/claude-mdgit clone --depth 1 https://github.com/Data-Wise/craftWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01233 | $0.01233 |
| Opus 5 | $0.00616 | $0.00616 |
| Sonnet 5 | $0.00247 | $0.00247 |
| Haiku 4.5 | $0.00123 | $0.00123 |
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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md - Craft Plugin
Active Work
48 commands · 41 skills · 2 agents · Docs · GitHub
/craft:finish— renamed from/craft:done(ADR-006, v4.2.0, breaking) ·orchestrate:drive— spec-driven autonomous /goal loop ·prompt-refinerskill +--refineflag (9 commands) ·/craft:restore— combined git+.STATUSrecap
Current Version: v4.6.0 | Tests: full suite via python3 -m pytest tests/ · tiers via /craft:test <unit|e2e|dogfood>
For project details, see
plugin.jsondescription andscripts/validate-counts.sh
Git Workflow
main (protected) ← PR only, never direct commits
↑
dev (integration) ← Plan here, branch from here
↑
feature/* (worktrees) ← All implementation work
Constraints
- CRITICAL: Always start work from
devbranch (git checkout dev) - Never commit directly to
main - Never write feature code on
dev - Always verify branch:
git branch --show-current
Branch Protection
| Branch | Code Files | .md Files | Git Operations |
|---|---|---|---|
main |
BLOCKED | BLOCKED | Commit/push BLOCKED |
dev |
New: BLOCKED, Existing: allowed | ALLOWED | Commit/push allowed |
feature/* |
ALLOWED | ALLOWED | All allowed |
Override local hook: ask "unprotect dev" / "bypass branch guard" (dev/git skill, Operation 10 — session-scoped, auto-expires).
Quick Commands
| Task | Command |
|---|---|
| Run unit tests | python3 tests/test_craft_plugin.py or /craft:test unit |
| E2E tests | python3 -m pytest tests/test_plugin_e2e.py -v |
| Dogfood tests | python3 -m pytest tests/test_plugin_dogfood.py -v |
| Integration tests | python3 tests/test_integration_*.py |
| Dependency tests | bash tests/test_dependency_management.sh |
| Validate counts | ./scripts/validate-counts.sh |
| Pre-release check | ./scripts/pre-release-check.sh <version> |
| Post-release sweep | ./scripts/post-release-sweep.sh or --fix |
| Docs staleness check | ./scripts/docs-staleness-check.sh or --fix |
| Build docs | mkdocs build |
| Apply GitHub-side protection | ask "apply GitHub branch protection [--repo OWNER/REPO]" (dev/git skill, Operation 9) |
| Smart routing | /craft:do <task> |
| Pre-flight check | /craft:check |
| Lint code | /craft:code:lint |
| Release pipeline | /release or /release -n |
| Brainstorm | /craft:brainstorm |
| Orchestrate | /craft:orch |
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.
- 2d ago First seen · 103 lines · 1,233 tokens per session scan A 7a2b553d6ea6
craft CLAUDE.md is an instructions file published in the GitHub repository Data-Wise/craft (4 stars, last pushed 16d ago), licensed MIT. It adds 1,233 tokens to every session, about $0.0062 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-31.
Other instructions, from other repositories
Specflow CLAUDE.md
Instructions for Hulupeep/Specflow, covering claude.md, project context, specflow rules, rule 1: no ticket = no code and rule 2: commits must reference an issue.
ai-software-architect AGENTS.md
AGENTS.md instructions for codenamev/ai-software-architect, covering agents.md - ai software architect framework, project overview, framework development setup, repository structure and installation for framework development.
ai-software-architect CLAUDE.md
Claude Code instructions for codenamev/ai-software-architect, covering claude.md - claude code integration, core framework documentation, about this structure, claude code-specific features and 1. claude skills integration.
ai-dev-kit AGENTS.md
Instructions for noah-sheldon/ai-dev-kit, covering ai dev kit — agent instructions, core principles, contributor policy, available agents and agent orchestration.
hulde-review CLAUDE.md
Claude Code instructions for TarrySingh/hulde-review, covering hulde review, project overview, prerequisites, architecture and dashboard.
open-code-review copilot-instructions.md
Copilot instructions for raye-deng/open-code-review, covering open code review - ai code quality gate, key checks, run a quick check and for pr reviews.