context-manager

Manage session context with STATE.md snapshots and compression protocols.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/saranskumar/anti-slop --skill context-manager-saranskumar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-manager
Source: https://github.com/saranskumar/anti-slop/tree/main/archive/skills-legacy/context-manager
Command: npx skills add https://github.com/saranskumar/anti-slop --skill context-manager-saranskumar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Context is the most limited resource in AI-assisted development. Most sessions fail not because of bad code, but because of bloated, polluted context that degrades output quality. This skill teaches you to manage it deliberately.

Core Features & Use Cases

  • Context window management across sessions
  • Context compression and state snapshots
  • Search-first discipline and targeted reads
  • Cross-session memory management and persistence via STATE.md
  • Fresh session and compression protocols to keep sessions lean

Quick Start

Activate context-manager when context usage approaches the limit and let it compress state and establish a STATE.md snapshot before continuing.

Frequently Asked Questions about context-manager

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

FAQPage Schema
How do I manage bloated context in long-running AI coding sessions?

Manage bloated context by applying deliberate memory management and a compression protocol to keep AI-assisted sessions fast and focused. This skill compresses state and establishes a snapshot before context usage approaches the limit.

What is the best way to preserve AI session state across new conversations?

Preserve AI session state across new conversations by using a STATE.md-based memory system. This approach maintains cross-session memory persistence and retains relevance when starting new sessions on existing projects.

How does a search-first workflow improve AI context management?

A search-first workflow improves AI context management by enforcing targeted reads instead of loading entire files. This discipline reduces context pollution and keeps the AI focused only on relevant information needed for the task.

When should I compress context during a multi-wave development plan?

Compress context during a multi-wave development plan when context usage approaches the defined limit. The compression protocol reduces bloat and creates a state snapshot to ensure output quality does not degrade.

Why does my AI coding output quality degrade during debugging sessions?

AI coding output quality degrades during debugging sessions because of polluted and bloated context. Implementing deliberate context window management and compression restores focus and improves the relevance of generated responses.