By enzokro
Self-learning orchestrator with unified insight memory. Explore → Plan → Build with feedback-based learning.
Insight-driven planning. Recalls memory, explores informed by insights, decomposes via planner, writes plan.
Search helix memory by meaning. Returns relevant insights ranked by relevance × causal effectiveness.
Show learning system health - insight counts, tag distribution, effectiveness, feedback loop status.
Self-learning orchestrator with unified insight memory. Explore, plan, build.
Uses power tools
Uses Bash, Write, or Edit tools
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.
A self-learning orchestrator for Claude Code. Memory that earns its place through demonstrated usefulness.
Most agent memory systems accumulate knowledge indefinitely—storing everything, hoping relevance will emerge. The important signals can easily drown as storage noise grows.
Helix inverts this: memories must prove their worth. Every insight tracks an effectiveness score (0-1) that updates via weighted EMA based on causal similarity strength. Insights that consistently help rise in ranking; ineffective ones decay toward neutral and eventually prune. The system learns what actually works, not what seemed important at storage time.
Insight injected → Builder executes → Outcome reported → Weighted feedback (similarity-proportional)
↑ ↓
└─────────── Future recalls rank by proven effectiveness ─┘
↕ graph neighbors
↕ velocity boost for active insights
↕ cross-session pattern synthesis
This closes the learning loop. Insights also form a graph—auto-linked by semantic similarity at storage, connected by provenance (led_to) when one insight spawns another. Recall can traverse these edges, surfacing related knowledge that keyword and vector search alone would miss.
Opus 4.6 broke the pattern. Previous agent harnesses focused on constraining LLM tendencies—scope creep, over-engineering, context drift. They added guardrails, checkpoints, and hand-holding to compensate for model limitations.
Opus 4.6 doesn't need training wheels. It reasons well, follows instructions, and stays on task. Helix builds on this capability jump: prose-driven orchestration, minimal scaffolding, maximum model autonomy. The orchestrator is a markdown file (SKILL.md), not a state machine.
/helix <objective>
│
▼
┌──────────────────────────────────────┐
│ RECALL (graph_hops=1) │
│ Query memory for strategic insights │
│ Graph-expand via similar/led_to │
│ → CONSTRAINTS + exploration targets │
└──────────────────────────────────────┘
│
▼
┌──────────────────────────────────────┐
│ EXPLORE (parallel, sonnet) │
│ Swarm maps codebase structure │
│ Scope informed by recalled insights │
└──────────────────────────────────────┘
│
▼
┌──────────────────────────────────────┐
│ PLAN (opus) │
│ Decomposes into task DAG │
│ Respects CONSTRAINTS from memory │
│ Tactical insights via hook │
└──────────────────────────────────────┘
│
▼
┌──────────────────────────────────────┐
│ BUILD (parallel, opus) │
│ Execute tasks with insight context │
│ Auto-feedback on task outcome │
└──────────────────────────────────────┘
│
▼
┌──────────────────────────────────────┐
│ LEARN │
│ Observe patterns + check provenance │
│ Ask user for domain knowledge │
│ Store validated insights │
└──────────────────────────────────────┘
│
▼
┌──────────────────────────────────────┐
│ COMPLETE │
│ Verify learning loop closed │
│ Report session summary │
└──────────────────────────────────────┘
Three specialized agents, each receiving context tuned to their role:
Learning extraction and feedback attribution happen automatically via hooks.
Memory flows at two levels: the RECALL phase gives the orchestrator strategic context—decomposition constraints, risk areas, sequencing hints—which it synthesizes into a CONSTRAINTS block for the planner and exploration targets for the explorer swarm. Separately, the SubagentStart hook injects tactical insights directly into builder and planner prompts. Both use graph_hops=1 (the default), expanding results through similar and led_to edges to surface related insights beyond direct vector/keyword matches. Strategic and tactical memory are complementary; neither duplicates the other.
npx claudepluginhub enzokro/crinzo-plugins --plugin helixI (Claude) act as you - Build knowledge base from your notes.
Persistent memory system for AI coding sessions — cross-tool memory sharing with 6-dimensional hybrid search
A Claude Code plugin that's alive. Observes everything, learns instincts, evolves capabilities. Bound to one maker.
OpenLTM — Long-Term Memory for AI coding agents: semantic search, context injection, session learning
Self-Evolving AI Coding Infrastructure — Generate, Curate, and Enhance Reusable Wisdom
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.