By primeline-ai
Auto-improve your Claude Code sessions with persistent memory, automated quality checks, and self-healing configurations. The system learns from corrections, tracks context across sessions, enforces development rules via hooks, and provides agents for integrity verification, plan refinement, and handoff documentation.
Show context window usage, active tier, and system stats
Create a new custom slash command
Create a new custom automation hook
Systematic debugging with hypotheses and evidence gathering
Show what the system learned and changed recently
Autonomous optimization loop for config artifacts (detection-index, context-router) - mutate, score deterministically, keep only improvements. Two code-enforced safety gates wrap the loop.
Fixes issues found by integrity-checker - repairs JSON, rebuilds indices, fixes permissions
Deep health analysis of Evolving Lite - sentinel history, hook performance, recommendations
Reviews and refines plans - checks for anti-patterns, missing kill criteria, vague gates
Checks Evolving Lite data consistency - memory structure, experience index, config validity
Explains how Evolving Lite works when the user asks about the system, its features, or how to use it. Triggers on questions like "how does this work", "what is evolving lite", "what hooks are running", "explain the system".
Auto-activating session startup - reads memory, orients Claude, announces status. Triggers on session start or when user says "continue", "weiter", "resume".
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools

Claude Code that learns from you. Install once. Work normally. The system remembers what worked, learns from your corrections, and gets better every session - without you lifting a finger.
"I corrected Claude about checking tsconfig strict mode first. A week later, different project, similar type error - Claude checked strict mode before I said anything. That's when I stopped thinking of it as a plugin."
2 min demo: Claude recalls past decisions, learns from a correction, and applies it automatically - no prompt needed.
/health)Evolving Lite ships its own install-time health assistant. The Self-Star Doctor runs a synthetic pulse through every junction of the self-improving loop and prints a green/yellow/red board:
✓ delegation GREEN synthetic prompt -> valid delegation decision row
✓ fitness GREEN event -> bounded cognitive-fitness score, read back
✓ autoevolve GREEN optimizer present, kill-switches OK, one scored cycle
✓ steward GREEN zero false findings on a clean repo
✓ verifier-spine GREEN EPT spine resolves; markerless claim blocked
✓ security GREEN tier-check classifies + scanner flags a planted secret
✓ kairn-link GREEN Kairn installed + reachable
It runs once automatically on your first session and is re-runnable any time with
/health. It heals conservatively (creates only missing empty scaffolding, asks before
touching settings.json, never overwrites or deletes) and runs its pulse in an isolated
scratch copy, so it never touches your real data.
Most Claude Code tools add features. Evolving Lite adds feedback loops.
It learns from corrections. Say "No, check tsconfig first" once. The system detects the correction, stores it, and recalls it automatically when a similar situation comes up - across sessions, across projects.
It activates progressively. Session 1: safety net only. Session 3: learning kicks in. Session 10: deep memory. You're never overwhelmed, and each tier earns trust before the next one activates.
It heals itself. Every hook writes a sentinel file proving it ran. Run the health-monitor agent to check all sentinels - silent failures don't stay silent.
It gets leaner, not fatter. Old experiences decay. Stale sessions get archived. The system prunes itself so it stays fast at month 6 the same way it was at day 1.
Evolving Lite self-tunes its own delegation config from your sessions out of the box. AutoEvolve watches the outcomes of delegation decisions and adjusts the routing config when it sees a real, repeated signal. This is the headline feature - and it is on by default - so here is exactly how it is kept safe and how to turn it off.
Guardrails that ship with it (so a fresh install never tunes on noise):
Turn it off in one step. Set this in _graph/cache/delegation-config.json:
"mutation_rules": { "v2_tuning_enabled": false }
That halts all config self-tuning immediately.
Inspect / revert what it changed. Every reverted mutation is recorded in
_autoevolve/rejected/. Applied changes live in _graph/cache/delegation-config.json
(plain JSON) - diff it against git to see exactly what moved, and revert any line by hand.
Note: this switch controls only AutoEvolve's config self-tuning. The separate autonomy layer (the unsupervised
/autonom-style loop with the EPT stop-gate) ships off by default and is a deliberate, documented opt-in.
npx claudepluginhub primeline-ai/evolving-liteAutonomous, personalized research loops for Claude Code. Set a topic, walk away, come back to a quality-gated report adapted to your projects.
A complete session management system for Claude Code. Memory persistence, session handoffs, context awareness, and delegation basics - extracted from a 650-node production AI system.
5 production-grade workflow skills for Claude Code. Debugging, delegation, planning, code review, and configuration architecture.
Self-improving Claude Code plugin — learns from corrections across sessions via reflexio
Self-learning system for Claude Code that captures corrections and updates CLAUDE.md automatically
Continuous learning hooks for gladiator MCP (observe patterns, reflect on them)
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Analyze Claude Code agent session transcripts to identify inefficiencies, anti-patterns, repeated mistakes, missing tooling opportunities, and user frustration signals for continuous improvement
Automatic context engineering — observes your coding sessions and generates rules, suggestions, skills, and hooks so Claude gets smarter on your codebase over time