council-maintain

A system designed to efficiently manage and store... wait, instructions say exactly this JSON shape, let me reconsider.

2|1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/southlab-ai/Claude-Plugin-Marketplace --skill council-maintain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: council-maintain
Source: https://github.com/southlab-ai/Claude-Plugin-Marketplace/tree/main/plugins/the-council/skills/council-maintain
Command: npx skills add https://github.com/southlab-ai/Claude-Plugin-Marketplace --skill council-maintain

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the issue of growing and potentially inefficient council memory by providing a mechanism for deduplication and pruning, ensuring optimal performance and resource utilization.

Core Features & Use Cases

  • Memory Compaction: Reduces the size of the council's memory by identifying and removing redundant or superseded entries.
  • Curator Agent: Leverages a specialized subagent to perform the memory compaction process intelligently.
  • Use Case: Regularly run this skill to maintain the efficiency of your council's long-term memory, preventing performance degradation and ensuring that only relevant information is retained.

Quick Start

Compact the council memory in the current project directory.

Frequently Asked Questions about council-maintain

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

FAQPage Schema
How do I optimize agentic system memory to prevent performance degradation?

Optimize agentic system memory by running a curator subagent that compacts long-term memory through deduplication and pruning, removing redundant or superseded entries to maintain efficiency.

What is council memory compaction and how does it work?

Council memory compaction reduces memory footprint by identifying and removing redundant or superseded entries using a dedicated curator agent, ensuring optimal resource utilization for agentic systems.

When should I run data pruning on my council's long-term memory?

Run data pruning regularly to maintain council memory efficiency, preventing performance degradation caused by growing memory and ensuring only relevant information is retained in the system.

Can I compact council memory without manual entry-by-entry review?

Compact council memory automatically by executing the curator subagent, which intelligently processes and reduces the memory footprint based on defined deduplication and pruning criteria.

Does memory management for the council system require external dependencies?

Memory management for the council system requires no external dependencies, utilizing only internal scripts and the dedicated curator subagent to perform the compaction task.