code-conductor CLAUDE.md

code-conductor CLAUDE.md is an instructions file for coding agents from yeisonrestrepo/code-conductor. It costs 1,228 tokens per session, scanned C, original, MIT.

Project instructions for code-conductor, a set of rules and configuration for organizing AI-assisted software development.

In plain words
What is it for?
They are for guiding session startup, checking required project files, using graph queries, choosing stack profiles, and following the project's delegation and file-access rules.
Why use it?
They give the coding agent project-specific identity, commands, architecture notes, and restrictions so its work follows the repository's intended process.

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/yeisonrestrepo/code-conductor/claude-md
Clone the repo
git clone --depth 1 https://github.com/yeisonrestrepo/code-conductor
Per session 1,228 This file is loaded in full into every session.
When invoked 1,228 The same file — it is already loaded in full.
Security scan C 1 finding. 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.01228 $0.01228
Opus 5 $0.00614 $0.00614
Sonnet 5 $0.00246 $0.00246
Haiku 4.5 $0.00123 $0.00123

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

Security

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.
CLAUDE.md · 105 lines

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.md and graphify-out/graph.json exist; run /cc-init if absent.
  • NEVER read raw files under graphify-out/ or node_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.

Read the full file on GitHub · 105 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. 3d ago First seen · 105 lines · 1,228 tokens per session scan C 83c4f87429db

Subscribe to this mod's changes

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.