braindump

braindump is a skill for Claude Code, Codex from fledgeling-co/fledgeling-plugins. It costs 168 tokens per session (5,953 once invoked), scanned A, original, MIT.

A method for writing a handoff summary before shortening a long coding-agent session. It preserves the decisions, evidence, files, and unresolved issues needed to continue later.

In plain words
What is it for?
It helps prepare reliable context for a fresh session, compare the summary with the original transcript, and check it against another compaction method.
Why use it?
It reduces the risk that important context from the middle of a long session disappears when the conversation is compacted.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/fledgeling-co/fledgeling-plugins/braindump
Any agent
npx skills add fledgeling-co/fledgeling-plugins --skill braindump
Clone the repo
git clone --depth 1 https://github.com/fledgeling-co/fledgeling-plugins

Made for: Claude Code, Codex.

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 braindump

README.md
[![agentmods](https://agentmods.dev/badge/skills/fledgeling-co/fledgeling-plugins/braindump.svg)](https://agentmods.dev/skills/fledgeling-co/fledgeling-plugins/braindump)
Your own site
<a href="https://agentmods.dev/skills/fledgeling-co/fledgeling-plugins/braindump"><img src="https://agentmods.dev/badge/skills/fledgeling-co/fledgeling-plugins/braindump.svg" alt="Measured on agentmods" height="20"></a>
Per session 168 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,953 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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 $0.00168 $0.05953
Opus 5 $0.00084 $0.02976
Sonnet 5 $0.00034 $0.01191
Haiku 4.5 $0.00017 $0.00595

Measured 3d ago against content hash 03c06f01a73e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

braindump 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 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (assets/build_icon.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

plugins/braindump/SKILL.md · 413 lines

How it starts

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

Compaction quality

A compaction summary is the only deliberate artifact that survives. It is not the only thing that carries through — measured at the wall, roughly 168k tokens of residue survive a 1M-window compaction (system prompt, tools, recent turns; post ≈ 50,958 + 0.117 × pre, n=1,037) and the summary itself is ~3% of that. What the residue keeps is the recent end of the window. What has exactly one chance to survive is everything else: the reasoning, the files you read, the dead ends you ruled out, and above all the middle of a long session — summariser faithfulness is measured as U-shaped, strong at both ends and weakest in the middle (PoSum-Bench). So the summary is not a recap for a human. It is the input to a stranger who has to continue your work and who will confidently redo whatever you left out.

Write it as two tiers, not one. That single structural decision carries most of the value here, and the evidence for it is in references/evidence.md.

Running as a Gemini model? Read gemini.md in this directory first, then follow this file with the overrides it names. It turns the four Tier-1 sweeps into a counted ledger, adds a bound ledger that reads every stated maximum back off the written summary, and treats a scorer reporting no spans as an unverified class rather than a pass. Other models skip it.

The two tiers

Tier 1 — pinned. Reproduced verbatim, never compressed, placed first.

Four categories, and only these four. Keeping this tier short is as important as filling it: instruction-following degrades as instruction count rises — measured on Sonnet 4.6, follow-rate falls from 0.964 at one stacked instruction to 0.447 at twenty — so a bloated pinned tier defeats itself. Treat ~20 pinned items as the ceiling, and consolidate before exceeding it.

  1. Standing constraints and prohibitions — every "always", "never", "don't", scope fence and boundary the user or the project set. Quote them word for word.
  2. User corrections — every time the user rejected, redirected or corrected you. Quoted, with what it supersedes. A correction from a peer agent or subagent counts: in a fleet run it is often the most consequential one in the window.
  3. Rejected approaches and dead ends, each with its reason — "tried X, failed because Y, don't retry unless Z". Sweep for two kinds, because they live in different parts of the transcript and a single undifferentiated sweep returns only whichever is nearer:
    • Method dead ends — how to work. A verification command that lies, a shell quoting trap, a tool invoked the wrong way, a check that reads green when it is not.
    • Product dead ends — what to build. A rejected architecture, a library that emits the wrong artifact, a coercion that corrupts stored data, a route deliberately not added.
  4. Exact identifiers — absolute paths, commands, error strings, failing test names, IDs, ports, versions, flags. The tokens a successor cannot re-derive or guess.

Read the full file on GitHub · 413 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 413 lines · 168 tokens per session scan A 03c06f01a73e

Subscribe to this mod's changes

braindump is a skill published in the GitHub repository fledgeling-co/fledgeling-plugins (2 stars, last pushed 3d ago), licensed MIT. It adds 168 tokens to every session and 5,953 once invoked, about $0.0008 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.

Related

Other skills, from other repositories

mem0-oss-to-platform

Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…

mem0ai/mem0 · 273 tokens

Cortex

Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…

danielmiessler/LifeOS · 196 tokens

auditing-subgroup-fairness

Audit an OpenMed NER or de-identification model for performance disparities across demographic subgroups (sex, age band, race/ethnicity when available) using openmed.eval.fairnessreport. Use when the user wants per-subgroup recall and leakage, wants to check whether de-identification under-protects a group, wants to…

maziyarpanahi/openmed · 148 tokens

agent-memory

../../../engineering/agent-memory/skills/agent-memory/SKILL.md.

alirezarezvani/claude-skills · 0 tokens

memory

Use when the user asks to remember, recall, forget, update, search, or inspect durable OpenSquilla memory, including profile facts in USER.md and long-term notes in MEMORY.md or memory//.md.

opensquilla/opensquilla · 44 tokens

ha-data-stores

Map of Hope Agent's local data stores and safe read-only query workflow. Use when the user asks where Hope Agent stores data, wants to inspect sessions/messages/memory/logs/background jobs/knowledge indexes/settings, asks the model to query local app data, or debugging requires checking persisted state. Trigger…

shiwenwen/hope-agent · 115 tokens