Conductor-for-all: Instructions file for Claude Code

CLAUDE.md

Conductor-for-all CLAUDE.md is an instructions file for Claude Code from hlhr202/Conductor-for-all. It costs 533 tokens per session, scanned A, a copy of Conductor-for-all AGENTS.md, Apache-2.0.

A set of instructions for finding project and work-track files in the Conductor extension. It explains which index files to read when a user refers to a plan or other project document.

In plain words
What is it for?
It helps locate project indexes, track registries, track plans, and other linked documents during Conductor-based work.
Why use it?
It prevents the agent from guessing file locations or reading the wrong plan. This is useful when a project stores work in several linked folders.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md.

This is hlhr202/Conductor-for-all's own configuration. It tells Claude Code how to work on Conductor-for-all itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Conductor-for-all configures →

Reuse

Borrowing it

Nothing to install: this file belongs to hlhr202/Conductor-for-all. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/hlhr202/Conductor-for-all/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/hlhr202/Conductor-for-all

Made for: Claude Code.

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 Conductor-for-all CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/hlhr202/conductor-for-all/claude-md/github.svg)](https://agentmods.dev/instructions/hlhr202/conductor-for-all/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/hlhr202/conductor-for-all/claude-md"><img src="https://agentmods.dev/badge/instructions/hlhr202/conductor-for-all/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Conductor-for-all CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/hlhr202/conductor-for-all/claude-md"><img src="https://agentmods.dev/badge/instructions/hlhr202/conductor-for-all/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 533 This file is loaded in full into every session.
When invoked 533 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.1 $0.00533 $0.00533
Opus 5 $0.00267 $0.00267
Sonnet 5 $0.00107 $0.00107
Haiku 4.5 $0.00053 $0.00053

Measured 9d ago against content hash fda48c016552, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

Conductor-for-all 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 9d 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.

Origin

This is a copy

100% identical to Conductor-for-all AGENTS.md — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

CLAUDE.md · 42 lines

How it starts

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

Conductor Context

If a user mentions a "plan" or asks about the plan, and they have used the conductor extension in the current session, they are likely referring to the conductor/tracks.md file or one of the track plans (conductor/tracks/<track_id>/plan.md).

Universal File Resolution Protocol

PROTOCOL: How to locate files. To find a file (e.g., "Product Definition") within a specific context (Project Root or a specific Track):

  1. Identify Index: Determine the relevant index file:

    • Project Context: conductor/index.md
    • Track Context: a. Resolve and read the Tracks Registry (via Project Context). b. Find the entry for the specific <track_id>. c. Follow the link provided in the registry to locate the track's folder. The index file is <track_folder>/index.md. d. Fallback: If the track is not yet registered (e.g., during creation) or the link is broken: 1. Resolve the Tracks Directory (via Project Context). 2. The index file is <Tracks Directory>/<track_id>/index.md.
  2. Check Index: Read the index file and look for a link with a matching or semantically similar label.

  3. Resolve Path: If a link is found, resolve its path relative to the directory containing the index.md file.

    • Example: If conductor/index.md links to ./workflow.md, the full path is conductor/workflow.md.
  4. Fallback: If the index file is missing or the link is absent, use the Default Path keys below.

  5. Verify: You MUST verify the resolved file actually exists on the disk.

Standard Default Paths (Project):

  • Product Definition: conductor/product.md
  • Tech Stack: conductor/tech-stack.md
  • Workflow: conductor/workflow.md
  • Product Guidelines: conductor/product-guidelines.md
  • Tracks Registry: conductor/tracks.md
  • Tracks Directory: conductor/tracks/

Standard Default Paths (Track):

  • Specification: conductor/tracks/<track_id>/spec.md
  • Implementation Plan: conductor/tracks/<track_id>/plan.md
  • Metadata: conductor/tracks/<track_id>/metadata.json

Read the full file on GitHub · 42 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. 9d ago First seen · 42 lines · 533 tokens per session scan A fda48c016552

Subscribe to this mod's changes

Conductor-for-all CLAUDE.md is an instructions file published in the GitHub repository hlhr202/Conductor-for-all (52 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 533 tokens to every session, about $0.0027 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to Conductor-for-all AGENTS.md, differing in 0 lines, and is treated as a copy.