Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By enzokro
Self-learning orchestrator with unified insight memory. Explore → Plan → Build with feedback-based learning.
npx claudepluginhub enzokro/crinzo-plugins --plugin helixInsight-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
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
I (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.
Self-evolving Claude Code system that learns from corrections, manages context, and improves every session
Self-Evolving AI Coding Infrastructure — Generate, Curate, and Enhance Reusable Wisdom
Comprehensive SEO analysis plugin for Claude Code. 25 sub-skills (21 core + 1 orchestrator + 1 framework integration + 2 extension mirrors) and 18 sub-agents (15 core + 1 framework integration + 2 extension mirrors), plus 7 optional MCP extensions (DataForSEO, Firecrawl, Banana, Ahrefs, SE Ranking, Profound, Bing Webmaster, Unlighthouse). v2 adds shared headless rendering across every fetching agent (SPA-aware), QRG-aligned content quality gates, LCP subparts via CrUX, IndexNow submission, four explicit Schema.org generators (Reservation/OrderAction/DiscussionForumPosting/ProfilePage), AI Share-of-Voice tracking, parasite-SEO risk scanning, multi-platform portability (Cursor / Antigravity / Gemini CLI / Codex / Cline / Aider), and a hardened SSRF + DNS-rebinding canonical safety layer.
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.