Persistent Context Management

Community

Build AI organizational memory, learn from every session.

Authorwill-flemmer
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill establishes a long-term memory system for Claude Code, allowing agents to learn from past decisions, avoid repeated mistakes, and leverage proven patterns across development sessions, preventing knowledge loss and accelerating future tasks.

Core Features & Use Cases

  • Structured Knowledge Storage: Stores architectural decisions, code patterns, bug fixes, performance optimizations, failed approaches, and tool evaluations in a structured format.
  • Intelligent Context Retrieval: Queries memory for relevant past context before planning, enriching task understanding and guiding decision-making.
  • Workflow Integration: Seamlessly integrates memory querying into plan-task and knowledge storage into implement-plan workflows for continuous learning.
  • Relationship Mapping: Allows creation of relationships between stored entities, building a rich, interconnected knowledge graph.
  • Use Case: Before starting a new feature, you can query the memory for similar past tasks, architectural constraints, and failed approaches, ensuring you build upon collective wisdom and avoid repeating past mistakes.

Quick Start

Before planning a new task, use search_nodes to query memory for similar past tasks, architectural decisions, and failed approaches. Include these findings in your task context. After completing a task, use create_entities to store new architectural decisions, code patterns, bug fixes, and lessons learned, linking them with create_relations.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Persistent Context Management
Download link: https://github.com/will-flemmer/claude-config/archive/main.zip#persistent-context-management

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository