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/superbasicstudio/claude-conductor/claude-mdgit clone --depth 1 https://github.com/superbasicstudio/claude-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.02156 | $0.02156 |
| Opus 5 | $0.01078 | $0.01078 |
| Sonnet 5 | $0.00431 | $0.00431 |
| Haiku 4.5 | $0.00216 | $0.00216 |
Grade A, and why
claude-conductor 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 — 209 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Critical Context (Read First)
- Tech Stack: Documentation framework (Markdown)
- Main File: CONDUCTOR.md (437 lines)
- Core Mechanic: Modular documentation system for AI-assisted development
- Key Integration: Claude Code AI assistant
- Platform Support: Any project using Claude Code
- DO NOT: Delete raw history from JOURNAL.md - only move & summarize
Project Architecture
This is a documentation framework designed to work with Claude Code AI assistant. The system provides:
Core Component
- CONDUCTOR.md (
CONDUCTOR.md:1-437) - Master template that defines the entire documentation system
Planned Documentation Modules
The framework defines 13 interconnected documentation files:
- ARCHITECTURE.md - Tech stack and system design
- DESIGN.md - Visual design system
- UIUX.md - User interaction patterns
- CONFIG.md - Runtime configuration
- DATA_MODEL.md - Database schema
- API.md - API documentation
- BUILD.md - Build and deployment
- TEST.md - Testing strategies
- CONTRIBUTING.md - Contributor guidelines
- PLAYBOOKS/DEPLOY.md - Operational procedures
- ERRORS.md - Critical error tracking
- JOURNAL.md - Development changelog
Development Workflow
Since this is a documentation framework, the typical workflow is:
- Start with CONDUCTOR.md - Review the template structure
- Create project-specific CLAUDE.md - Adapt this template for target project
- Implement documentation modules - Create the 13 files as needed
- Set up journaling system - Begin tracking changes in JOURNAL.md
- Maintain cross-links - Keep documentation interconnected
- Archive when needed - Move old journal entries when exceeding 500 lines
Key Features
Line Number Anchors (CONDUCTOR.md:278-284)
- Documents require exact line numbers for code references
- Format:
**Class Name (Lines 100-200)** - HTML anchors:
<!-- #class-name -->
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 · 209 lines · 2,156 tokens per session scan A 5dbefc95dba6
claude-conductor CLAUDE.md is an instructions file published in the GitHub repository superbasicstudio/claude-conductor (380 stars, last pushed 3mo ago), licensed BSD-2-Clause. It adds 2,156 tokens to every session, about $0.0108 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-30.
Other instructions, from other repositories
hyperframes CLAUDE.md
Claude Code instructions for heygen-com/hyperframes, covering hyperframes, skills, creation workflows, domain skills (loaded on demand) and skill catalog maintenance.
open-swe AGENTS.md
AGENTS.md instructions for langchain-ai/open-swe, covering agents.md, project, commands, architecture and entrypoints.
cyrus copilot-instructions.md
Copilot instructions for cyrusagents/cyrus: Note, there is a need to maintain the use of '--print' when running the claude exec commands because that is what makes it non-interactive.
AgentEval copilot-instructions.md
Instructions for AgentEvalHQ/AgentEval, covering agenteval - ai coding agent instructions, architecture overview, environment setup, optional: secondary models for comparison and build & test commands.
AgentEval maf-updates.instructions.md
Instructions for detecting and adapting to Microsoft Agent Framework (MAF) breaking changes.
AgentEval maf-upgrade-preparation.instructions.md
Instructions for analyzing a new MAF version and producing an upgrade plan BEFORE updating the NuGet package.