Help us improve
Share bugs, ideas, or general feedback.
From helix
Show learning system health - insight counts, tag distribution, effectiveness, feedback loop status.
npx claudepluginhub enzokro/crinzo-plugins --plugin helixHow this skill is triggered — by the user, by Claude, or both
Slash command
/helix:helix-statsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
Monitors knowledge flywheel health by measuring knowledge pool sizes, recent activity, artifact staleness, and cache hit rates across learnings, patterns, research, and retros.
Opens a personal analytics dashboard in the browser showing Claude Code session activity, tool usage, error rates, parallel work patterns, and project focus. First run installs dependencies.
Analyzes memory system state: health diagnostics, topic coverage scoring, knowledge gap detection, and filesystem validation. Use before new project phases or after backfill.
Share bugs, ideas, or general feedback.
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.
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