memory-pollution-detection

Identify and prune polluted auto-generated learnings from agent memory.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/JDL440/nfl-eval --skill memory-pollution-detection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-pollution-detection
Source: https://github.com/JDL440/nfl-eval/tree/main/.squad/skills/memory-pollution-detection
Command: npx skills add https://github.com/JDL440/nfl-eval --skill memory-pollution-detection

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Agent memory can accumulate polluted, non-durable outputs that clutter recall and degrade decision quality. This skill identifies and safely prunes those polluted memory rows to preserve relevant context.

Core Features & Use Cases

  • Automated identification of memory pollution signals in agent recall and storage.
  • Safe pruning workflow that prevents deletion of durable instructions, decisions, or facts.
  • Guidance and tests to isolate, validate, and remove polluted memory entries while preserving useful domain knowledge.

Quick Start

Run the memory-pollution-detection workflow to scan and prune polluted agent memory entries.

Frequently Asked Questions about memory-pollution-detection

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is memory pollution in agent memory and how do I detect it?

Memory pollution occurs when auto-generated non-durable outputs accumulate in agent memory, cluttering recall and degrading decision quality. You detect it by scanning memory stores for entries that lack durable instructional or factual domain value.

Can I safely prune agent memory without deleting durable facts or instructions?

Yes, safe pruning of agent memory uses a targeted cleanup workflow to isolate and validate entries before removal. This prevents the deletion of durable instructions, decisions, or facts while removing only polluted memory rows.

How do I prevent polluted memory previews from contaminating durable context?

Prevent polluted memory previews from contaminating durable context by applying targeted cleanup to runtime recall and memory stores. This isolates polluted auto-generated learnings before they impact the broader durable context.

What is the best way to identify non-durable learnings in agent memory stores?

The best way to identify non-durable learnings in agent memory is using a lightweight classifier and guided tests. These tools locate and validate polluted memory entries while preserving useful domain knowledge in the memory stores.