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 skills/anotherben/claude-harness/brain-dumpnpx skills add anotherben/claude-harness --skill brain-dumpgit clone --depth 1 https://github.com/anotherben/claude-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/skills/anotherben/claude-harness/brain-dump)<a href="https://agentmods.dev/skills/anotherben/claude-harness/brain-dump"><img src="https://agentmods.dev/badge/skills/anotherben/claude-harness/brain-dump.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.00124 | $0.02885 |
| Opus 5 | $0.00062 | $0.01443 |
| Sonnet 5 | $0.00025 | $0.00577 |
| Haiku 4.5 | $0.00012 | $0.00288 |
Grade A, and why
brain-dump 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 6d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- 6d ago First seen · 239 lines · 124 tokens per session scan A ba63a24b820c
brain-dump is a skill published in the GitHub repository anotherben/claude-harness (7 stars, last pushed 1mo ago), with no licence file. It adds 124 tokens to every session and 2,885 once invoked, about $0.0006 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 skills, from other repositories
session-management
Context preservation, tiered summarization, resumability.
save-progress
Save current project task progress to local task state file for cross-session continuity. Use when the user asks to save progress, uses an equivalent localized trigger phrase, the session is interrupted, or the user wants to resume work later. Writes to .claude/project-task-state.json so next session can load it via…
ccc-resume-session
Load the last saved session file from /.claude/sessions/ and orient fully before doing any work. Reads the complete file, formats a structured briefing (project,…
project-gotchas
오답노트 + 성공 패턴 자동 관리. CLI(Claude/Codex/Antigravity/Grok)의 실패 패턴(gotchas)과 성공 패턴(learned)을 2계층(글로벌 + 프로젝트별)으로 기록하고 참조. 므네모(mnemo)가 생성하는 memory/ 폴더 안에서 크로스 CLI 참조 가능. 트리거 1 (참조): 작업 시작 시 gotchas + learned를 확인. 트리거 2 (기록): "실수였어", "이거 기록해", "gotcha 추가", "함정이었네", "오답노트", "이것도 주의사항", "이 패턴 좋다", "이거 기억해" 같은 표현 시. 트리거 3 (자발적…
mnemo
과거 대화 검색, 장기기억 설정, 세션 핸드오프할 때 사용. 대화 자동 저장, 키워드 태깅, MEMORY.md 관리, 세션 전환. 관리 대상은 프로젝트 루트의 3계층(MEMORY.md + memory/ + conversations/)이며, Claude 네이티브 auto-memory(/.claude/projects/{project}/memory/)와는 별개 시스템 — 네이티브 쪽은 건드리지 않음. /mnemo, 므네모, 장기기억, memory, 기억해, 이전에, handoff, 핸드오프, 핸즈오프, 세션 저장 요청에 사용한다.
context-creation
The brownfield back-fill. Routed to by /create-context, and by startup when .codearbiter/CONTEXT.md lacks the body marker but source code exists. Six gated phases — pre-flight, scout dispatch, synthesis, gap interview, write, lock. Reads the existing codebase through parallel scouts, drafts every surviving…