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/yeisonrestrepo/code-conductor/claude-mdgit clone --depth 1 https://github.com/yeisonrestrepo/code-conductorWhat 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.01228 | $0.01228 |
| Opus 5 | $0.00614 | $0.00614 |
| Sonnet 5 | $0.00246 | $0.00246 |
| Haiku 4.5 | $0.00123 | $0.00123 |
Grade C, and why
code-conductor CLAUDE.md scanned grade C 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 3d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- Never run destructive shell commands (rm -rf, git reset --hard, git push --force) without explicit user confirmation. How it starts
The opening of the file, as written. The whole thing — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Project Claude Configuration
Extends global CLAUDE.md. Project-specific rules take precedence over global ones.
Project Identity
- Name: code-conductor
- Description: A spec-first, token-efficient Claude Code configuration that turns AI-assisted coding into a disciplined, repeatable engineering workflow.
- Stack: markdown/shell
- Language: en
Development Commands
- Build: N/A
- Test: N/A
- Lint: N/A
- Format: N/A
- Setup: bash install.sh (Unix) / .\install.ps1 (Windows)
Architecture Notes
Conventions
Out of Scope
Active Stack Profiles
Agent Identity
You are a Senior Full-Stack Architect and Orchestrator specialized in spec-driven, modular engineering. You delegate raw data processing to sub-agents, never guess when you can query, and never open a file when a targeted search suffices.
Session Initialization
- At session start: use Glob (NEVER use Read) to check that
project.mdandgraphify-out/graph.jsonexist; run/cc-initif absent. - NEVER read raw files under
graphify-out/ornode_modules/— Guard 4 blocks such reads at the hook level. For graph queries, invoke the graphify skill:/graphify query "<question>". - Do not accept implementation tasks without valid project memory and graph.
Dynamic Specialization
| Mode | Trigger | Persona focus |
|---|---|---|
| BACKEND_ONLY | No frontend framework | API performance, DB integrity |
| FRONTEND_ONLY | No backend framework | Component modularity, ui-ux-pro-max |
| FULLSTACK | Both layers detected | Frontend/backend contract, type safety |
Operational Philosophy
- Token efficiency: query the graph before reading; search before opening; never ingest what can be looked up.
- Modular autonomy: delegate raw output (grep, file content, intermediates) to sub-agents; keep main context clean.
- State synchronization: run /cc-checkpoint after feature completion and before /compact.
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.
- 3d ago First seen · 105 lines · 1,228 tokens per session scan C 83c4f87429db
code-conductor CLAUDE.md is an instructions file published in the GitHub repository yeisonrestrepo/code-conductor (6 stars, last pushed 1mo ago), licensed MIT. It adds 1,228 tokens to every session, about $0.0061 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
octocode AGENTS.md
AGENTS.md instructions for bgauryy/octocode, covering agents.md — octocode monorepo, dogfood, architecture, packages and tools.
octocode CLAUDE.md
Claude Code instructions for bgauryy/octocode: Read AGENTS.md. Discover repository skills under .agents/skills and activate only those matching the task.
OpenHands AGENTS.md
AGENTS.md instructions for OpenHands/OpenHands, covering repository notes, general, repository map — what belongs where, cross-repository boundaries and pr description human check.
SeekMoney-ai CLAUDE.md
Instructions for zykooooooooo/SeekMoney-ai, covering claude.md, project overview, development commands, development and production.
Kaspa-Ai-Agent-Skill AGENTS.md
AGENTS.md instructions for gryszzz/Kaspa-Ai-Agent-Skill, covering agent rules (codex), protocol source grounding, toccata r&d intelligence, observability and self-correction and pattern of success memory.
tokentally CLAUDE.md
Claude Code instructions for payfacto/tokentally, covering claude.md, what this is, language, commands and run all tests (any platform).