From helix
Search helix memory by meaning. Returns relevant insights ranked by relevance × causal effectiveness.
npx claudepluginhub enzokro/crinzo-plugins --plugin helixThis skill uses the workspace's default tool permissions.
```bash
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
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).