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/heba-ramdan/harness/claude-mdgit clone --depth 1 https://github.com/heba-ramdan/harnessWrote 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.
[](https://agentmods.dev/instructions/heba-ramdan/harness/claude-md)<a href="https://agentmods.dev/instructions/heba-ramdan/harness/claude-md"><img src="https://agentmods.dev/badge/instructions/heba-ramdan/harness/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00256 | $0.00256 |
| Opus 5 | $0.00128 | $0.00128 |
| Sonnet 5 | $0.00051 | $0.00051 |
| Haiku 4.5 | $0.00026 | $0.00026 |
Grade A, and why
harness 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 5d 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.
What it actually says
Masters Of AI Harness
Related Docs
- DESIGN.md — overview with links to docs/
- docs/ — architecture, agents, tools, configuration, sandbox, design decisions
Quick Orientation
Standalone agent runtime built on top of the Claude Agent SDK.
Reads agent definition files (IDENTITY.md) directly. Connects to a model, provides MCP tools, handles I/O via React/Ink TUI.
- TypeScript, runs via tsx (no build step)
- Entry:
bin/mastersof-ai.js→src/index.tsx - Agent loading:
src/agent-context.ts→src/agent.ts - Tools:
src/tools/— in-process MCP servers, one per domain - TUI:
src/components/— React/Ink (DO NOT TOUCH unless broken) - Config:
~/.mastersof-ai/config.yaml
Running Locally
npx tsx bin/mastersof-ai.js:
npx tsx bin/mastersof-ai.js --agent researcher
npx tsx bin/mastersof-ai.js --agent researcher --sandbox # Run in a bubblewrap sandbox
npx tsx bin/mastersof-ai.js --list-agents
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.
- 5d ago First seen · 29 lines · 256 tokens per session scan A 9864e22188a1
harness CLAUDE.md is an instructions file published in the GitHub repository heba-ramdan/harness (1 stars, last pushed 2d ago), licensed MIT. It adds 256 tokens to every session, about $0.0013 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-31.
Other instructions, from other repositories
SeekMoney-ai CLAUDE.md
Claude Code instructions for zykooooooooo/SeekMoney-ai, covering claude.md, project overview, development commands, development and production.
sentry-instrumentation AGENTS.md
Instructions for tortastudios/sentry-instrumentation, covering agents guide — sentry-instrumentation, what this repo is, this repo has no "skill registry", if you're a codex agent asked to install this skill and skill-enable block (copy into consumer agents.md).
Cerebro AGENTS.md
Instructions for AgenticFirst/Cerebro, covering cerebro — agent context, read before touching integrations, project layout, conventions a fresh agent would otherwise miss and running locally.
critical-thinking AGENTS.md
Instructions for Johna2an/critical-thinking, covering agents.md, repo map, install (for a user asking "should i install this?"), working in this repo and running an eval round.
idd-skill idd-resume.instructions.md
Instructions for kurone-kito/idd-skill, covering idd — resume phase, required inputs, step 0 — route classifier, operator-present release and step 1 — identify claim state.
hometax-doum AGENTS.md
AGENTS.md instructions for lbiz-partners/hometax-doum, covering claude.md — hometax-doum 개발 규칙 (하네스와 쌍), 규칙 ↔ 강제 장치 and 운용 메모.