Agent skill
helix-stats
Show learning system health - insight counts, tag distribution, effectiveness, feedback loop status.
Install this agent skill to your Project
npx add-skill https://github.com/enzokro/crinzo-plugins/tree/main/helix/skills/helix-stats
SKILL.md
System Health
HELIX="$(cat .helix/plugin_root)"
python3 "$HELIX/lib/memory/core.py" health
Returns: status (HEALTHY/NEEDS_ATTENTION), total_insights, total_edges, connected_ratio, avg_edges_per_insight, by_tag, effectiveness, with_feedback, recent_feedback, loop_coverage, causal_ratio, issues.
Detailed Stats
For distribution analysis and tuning constant calibration:
python3 "$HELIX/lib/memory/core.py" stats
Returns JSON with:
effectiveness— histogram of insight effectiveness (10 buckets)context_spread— distribution of generality scores (5 buckets)velocity— count by recent_uses valuetop_velocity— most actively used insightstop_connected— highest graph degree insightssession_log— outcome counts by type and agent
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
helix-query
Search helix memory by meaning. Returns relevant insights ranked by relevance × causal effectiveness.
helix-meta-planner
Insight-driven planning. Recalls memory, explores informed by insights, decomposes via planner, writes plan.
helix
Self-learning orchestrator with unified insight memory. Explore, plan, build.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
Didn't find tool you were looking for?