← ClaudeAtlas

context-receiptslisted

Emit privacy-safe receipts for context selection, deferral, hydration, compaction, pruning, delegation, usage attribution, and boundary handoffs.
caioribeiroclw-pixel/pluribus · ★ 6 · AI & Automation · score 71
Install: claude install-skill caioribeiroclw-pixel/pluribus
# Context Receipts Use this skill when an agent workflow claims to save context by selecting, deferring, hydrating, summarizing, compacting, pruning, delegating, attributing usage, or isolating context. The job is not to log the private content. The job is to emit a small receipt that lets a reviewer answer: > what crossed the context boundary, what stayed out, and what audit gap remains? ## Privacy defaults Never include raw prompts, raw tool schemas, raw tool arguments, raw tool results, raw skill bodies, memory bodies, secrets, customer names, or full transcripts in the receipt. Prefer: - stable ids or hashed ids; - counts and token/line buckets; - categorical reasons; - explicit booleans for raw content copied/not copied; - before/after context budget buckets; - an `audit_gap` field when the receipt proves routing but not semantic correctness. ## 60-second Tool Search smoke For MCP Tool Search, lazy tool loading, or progressive disclosure, emit enough evidence to answer these seven checks: 1. **Index-only startup:** did the session load a compact tool/server index instead of all full schemas? 2. **Search/routing:** what hashed query/category or routing reason selected candidate tools? 3. **Hydration:** which full tool definition was loaded, why, and how many definitions stayed suppressed? 4. **Call:** which server/tool id was invoked, with argument/result redaction status and success/error status? 5. **Boundary:** if a manager subagent or child agent was used, d