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/themattberman/creator-breakout-kit/claude-mdgit clone --depth 1 https://github.com/TheMattBerman/creator-breakout-kitWrote 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/themattberman/creator-breakout-kit/claude-md)<a href="https://agentmods.dev/instructions/themattberman/creator-breakout-kit/claude-md"><img src="https://agentmods.dev/badge/instructions/themattberman/creator-breakout-kit/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 | $0.01542 | $0.01542 |
| Opus 5 | $0.00771 | $0.00771 |
| Sonnet 5 | $0.00308 | $0.00308 |
| Haiku 4.5 | $0.00154 | $0.00154 |
Grade A, and why
creator-breakout-kit 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 4d 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 — 67 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.
What this repo is
Creator Breakout Kit is the product that finds the creator angles, hooks, and concepts most likely to break out for a brand — before the brand pays to source or produce. Strategy before sourcing, pattern fit over follower count. The final shareable artifact is the Creator Breakout Brief (creator-breakout-brief.md and creator-breakout-brief.html).
Internally, it's a Python + prompt package: no app, server, or build step — just a pipeline of deterministic scripts, thin connector adapters, and skill prompt modules stitched together via a shared run directory.
One brand = one runs/<date>-<slug>/ directory. Every stage reads and writes files in that directory; do not introduce global state or cross-run coupling.
Common commands
# Setup / check connector env
cp .env.example .env
bash scripts/preflight.sh
# Tests (stdlib unittest, no pytest, no package __init__.py files).
# All test commands must be run from the repo root.
python3 -m unittest discover -s tests -v # all tests
python3 tests/test_enrich_breakout_run.py -v # one file
python3 tests/test_enrich_breakout_run.py TestEnrichBreakoutRun.test_one_sentence_preserves_abbreviations -v # one method
There is no linter, formatter, or package manager — all scripts use only Python 3 stdlib plus optional HTTP calls inside adapters. Don't add a requirements.txt, pyproject.toml, or framework dependency without discussing first.
Pipeline architecture
The end-to-end flow moves through three layers that share a run directory:
- Base run —
scripts/create_base_breakout_run.pywritesinput.json,breakout-kit.json,creator-breakout-brief.md(the Creator Breakout Brief),internal_notes.md, (optional)sales_handoff.md. This alone is thequick-passmode and requires no connectors. - Connector research —
scripts/run_creator_breakout_research.shdrivesskills/brand-snapshot/scripts/firecrawl_brand_discovery.pyandskills/breakout-pattern-research/scripts/virlo_outlier_research.pyinto a separate$RESEARCH_DIR, thenscripts/enrich_breakout_run.pyfolds those outputs back into the run directory. Optional stages:skills/breakout-pattern-research/scripts/virlo_tracking_intelligence.py(audience-signal pass) andskills/breakout-pattern-research/scripts/video_intelligence.py(ScrapeCreators + OpenRouter Gemini video asset review). Adapter scripts live inside the skill that uses them, per the pattern in the other kits (landing-page-factory, meta-ads-kit) — each skill is self-contained with its ownscripts/andreferences/subdirectories. - Synthesis —
scripts/synthesize_full_kit.pyis the only stage allowed to produce the shareable final brief. It materializesbrand-snapshot.json,breakout-pattern-research.json,creator-archetype-map.json,concept-slate.json,skill-run-manifest.json, refreshes the brief/notes/handoff (markdown), and also emitscreator-breakout-brief.html— a dark-terminal-aesthetic presentation-layer version of the same brief rendered byscripts/render_breakout_brief_html.py. Both the markdown and HTML renderers read from the samebreakout-kit.jsonand shareconcept_scores/one_sentenceviaimportlib, so score labels and first-test copy never drift between formats. Synthesis imports bothenrich_breakout_runandrender_breakout_brief_htmldynamically — keep both modules importable as scripts (no top-level side effects at import time).
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.
- 4d ago First seen · 67 lines · 1,542 tokens per session scan A 2feba676e4bd
creator-breakout-kit CLAUDE.md is an instructions file published in the GitHub repository TheMattBerman/creator-breakout-kit (9 stars, last pushed 4mo ago), licensed MIT. It adds 1,542 tokens to every session, about $0.0077 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
agents AGENTS.md
AGENTS.md instructions for unifapi-agent/agents, covering agents, role agents, seo agent, ai visibility agent and local seo agent.
youtuber AGENTS.md
Instructions for AgriciDaniel/youtuber, covering youtube brain agent instructions, read order, operating rules and verification.
youtuber CLAUDE.md
Instructions for AgriciDaniel/youtuber, a project described as: A source-cited YouTube brain: creator growth & strategy, the developer API, and paid advertising. Unofficial; not affiliated with YouTube/Google.
youtuber GEMINI.md
Instructions for AgriciDaniel/youtuber, a project described as: A source-cited YouTube brain: creator growth & strategy, the developer API, and paid advertising. Unofficial; not affiliated with YouTube/Google.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.