Home / yeisonrestrepo / code-conductor · global/CLAUDE.md · GitHub

CLAUDE.md@global claudeA

CLAUDE.md@global is agent-read markdown (claude) from yeisonrestrepo/code-conductor.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Global Claude Configuration

<!-- cc:managed:start -->
Applies to every project on this machine. Project CLAUDE.md adds project-specific overrides on top.

## Workflow

Always follow this sequence. No exceptions.

1. `/cc-spec` — define the problem and wait for approval
2. `/cc-plan` — map the implementation and wait for approval
3. Implement — one step at a time, confirm between steps unless told otherwise

Never write code without an approved spec. Never start implementing without an approved plan.

## Token Efficiency

- grep/find before read — never open a file without searching first
- Never read a full file over 150 lines — use line offsets and limits
- One tool call, one purpose — no exploratory reads during implementation

## Orchestrator Protocol

Before reading any file or spawning any search, classify the task and walk this chain. Stop at the first step that answers the question.

1. **Memory**: check `.claude/memory/project.md`. If the answer is there, stop.
2. **Graph** — structural question? Run `graphify query "<question>"` if `graphify` is installed. Stop.
3. **Grep / Glob** — pattern search? Use `Grep` or `Glob` inline. Stop.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add yeisonrestrepo/code-conductor/global/CLAUDE.md@git:20260922.8fd811c
Exact content
mdr add yeisonrestrepo/code-conductor/global/CLAUDE.md@sha256:f29d9c6987929443

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_o5lgosqklzykfowb.svg)](https://markdownregistry.com/a/art_o5lgosqklzykfowb)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.8fd811c latest2026-09-22 8fd811c 4,113 BA view · diff
git:20260704.2a3a8112026-07-04 2a3a811 4,063 BA view · diff
git:20260624.eafd80b2026-06-24 eafd80b 4,021 BA view · diff
git:20260512.0d22c7b2026-05-12 0d22c7b 4,039 BA view · diff
git:20260505.1f797752026-05-05 1f79775 4,031 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (4113 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

yeisonrestrepo/code-conductor · 7 stars · license MIT · pushed 2026-09-25 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_o5lgosqklzykfowb
GET https://markdownregistry.com/api/v1/resolve?ref=yeisonrestrepo/code-conductor/global/CLAUDE.md
GET https://markdownregistry.com/api/v1/blob/f29d9c698792944349e69fd9935f4442969f4a76977c46ba9874727de7836ccd

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from yeisonrestrepo/code-conductor

CLAUDE.md claude
yeisonrestrepo/code-conductor · CLAUDE.md
git:20260623.46b26a5 · audit A · 7 stars
CLAUDE.md@project-template claude
yeisonrestrepo/code-conductor · project-template/CLAUDE.md
git:20260922.8fd811c · audit A · 7 stars
agent-delegation skill
yeisonrestrepo/code-conductor · skills/agent-delegation/SKILL.md · Rules for when and how to spawn sub-agents: Explore for 3+ file reads, parallel agents for independent tasks, summaries…
git:20260922.8fd811c · audit A · 7 stars
code-simplifier skill
yeisonrestrepo/code-conductor · skills/code-simplifier/SKILL.md · Always-active simplicity rules: no speculative abstractions, one job per function, max 30 lines, flat over nested with…
git:20260922.8fd811c · audit A · 7 stars
critical-review skill
yeisonrestrepo/code-conductor · skills/critical-review/SKILL.md · 4-phase adversarial review protocol: pre-flight analysis, adversarial execution check, self-correction loop, and…
git:20260922.8fd811c · audit A · 7 stars
memory-first skill
yeisonrestrepo/code-conductor · skills/memory-first/SKILL.md · Lookup chain enforced before any file read or search: project memory, code graph, grep/glob, Explore sub-agent…
git:20260922.8fd811c · audit A · 7 stars
verbosity skill
yeisonrestrepo/code-conductor · skills/verbosity/SKILL.md · Response verbosity protocol: reads the level from ~/.claude/memory/verbosity.md and applies the MIN, INFO or VERBOSE…
git:20260922.8fd811c · audit A · 7 stars

Every file in yeisonrestrepo/code-conductor

Other files named CLAUDE.md@global

CLAUDE.md@global claude
turbokach/claude-code-setup · global/CLAUDE.md
git:20260923.c7b6182 · audit A · 11 stars

Browse by kind, by grade A, or by owner.