context-management

Automates token and memory organization with tiered context management.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/lshtram/core_dev --skill context-management-lshtram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-management
Source: https://github.com/lshtram/core_dev/tree/main/.agent/skills/context-management
Command: npx skills add https://github.com/lshtram/core_dev --skill context-management-lshtram

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage token stewardship and persistent context (Living Memory) to improve AI recall and decision-making without dumping full files unnecessarily.

Core Features & Use Cases

  • Tiered context loading: core, active, and reference materials to balance completeness with performance.
  • Context pruning and learning: prune conversation history as needed and log learnings to dedicated locations.
  • Enforced constraints: prevent unnecessary full-file dumps and guide memory management across tasks.

Quick Start

Initialize and organize token memory according to the defined tiers.

Frequently Asked Questions about context-management

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

FAQPage Schema
How do I manage persistent context and prevent unnecessary full-file dumps in AI workflows?

To manage persistent context and prevent full-file dumps, use tiered context loading to balance completeness with performance, organizing information into core, active, and reference materials.

What is tiered context loading for token stewardship?

Tiered context loading is a memory management technique that organizes information into core, active, and reference tiers to optimize AI recall and decision-making without overwhelming token limits.

How do I prune conversation history and log learnings for ongoing project workflows?

Prune conversation history by applying automated context constraints, then log extracted learnings to dedicated memory locations to improve future AI recall and decision-making across tasks.

Does this context management approach require specific dependencies or components?

No specific dependencies or components are required. The context management approach operates independently to enforce memory constraints and organize token tiers within your project environment.

When do I need tiered information access for AI memory management?

You need tiered information access when ongoing project workflows require persistent context and memory pruning, ensuring AI maintains accurate recall without unnecessarily dumping full files into context windows.

What is the best way to minimize token usage while maintaining project context?

The best way to minimize token usage while maintaining context is enforcing constraints against full-file dumps and applying graded context tiers, logging learnings for continuous memory improvement.