Agent skill
helix-query
Search helix memory by meaning. Returns relevant insights ranked by relevance × causal effectiveness.
Install this agent skill to your Project
npx add-skill https://github.com/enzokro/crinzo-plugins/tree/main/helix/skills/helix-query
SKILL.md
Memory Query
HELIX="$(cat .helix/plugin_root)"
# Semantic search (flat)
python3 "$HELIX/lib/memory/core.py" recall "$ARGUMENTS" --limit 10
# Graph-expanded search (follows relationships)
python3 "$HELIX/lib/memory/core.py" recall "$ARGUMENTS" --limit 10 --graph-hops 1
# Find related insights to a specific insight
python3 "$HELIX/lib/memory/core.py" neighbors "insight-name" --limit 5
Scoring: rrf_score * (0.5 + 0.5 * causal_adjusted_effectiveness) * recency.
Graph-expanded results have _hop: 1 — discovered via relationship edges, not direct match.
Use --help for filtering options (--min-effectiveness, --suppress-names, --min-relevance).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
helix-stats
Show learning system health - insight counts, tag distribution, effectiveness, feedback loop status.
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?