From starlight-intelligence-system
Optimizes vault storage by consolidating related entries, archiving stale data, and deduplicating. Follows AI-Ops memory hierarchy (Working→Episodic→Semantic→Procedural) to keep memory high-quality and retrievable.
How this skill is triggered — by the user, by Claude, or both
Slash command
/starlight-intelligence-system:memory-consolidationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> *"The art of remembering is the art of forgetting what doesn't matter."*
"The art of remembering is the art of forgetting what doesn't matter."
Optimizes the Starlight Vaults by consolidating related entries, archiving stale data, deduplicating, and ensuring memory remains high-quality and retrievable. Inspired by AI-Ops research on memory consolidation patterns (Working -> Episodic -> Semantic -> Procedural).
Following the AI-Ops memory hierarchy:
Working Memory (current session context)
Episodic Memory (specific events/sessions)
Semantic Memory (general knowledge/facts)
Procedural Memory (how-to knowledge)
npx claudepluginhub frankxai/starlight-intelligence-systemGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.