Back to Skills

helix-query

verified

Search helix memory by meaning. Returns relevant failures and patterns.

View on GitHub

Marketplace

crinzo-plugins

enzokro/crinzo-plugins

Plugin

helix

Repository

enzokro/crinzo-plugins

helix/skills/helix-query/SKILL.md

Last Verified

January 25, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/enzokro/crinzo-plugins/blob/main/helix/skills/helix-query/SKILL.md -a claude-code --skill helix-query

Installation paths:

Claude
.claude/skills/helix-query/
Powered by add-skill CLI

Instructions

# Memory Query

Search the learning system for relevant memories with graph expansion.

## Usage

```
/helix-query authentication patterns
/helix-query "database connection errors"
```

## Execution

```bash
HELIX="${HELIX_PLUGIN_ROOT:-$(cat .helix/plugin_root 2>/dev/null)}"
python3 "$HELIX/lib/memory/core.py" recall "$ARGUMENTS" --limit 10 --expand
```

The `--expand` flag includes 1-hop graph neighbors, surfacing:
- Solutions that solved similar failures (via `solves` edges)
- Related patterns (via `similar` edges)
- Co-occurring issues (via `co_occurs` edges)

## Output

Display each memory with:
- Name and type (failure/pattern/systemic)
- Trigger and resolution
- Effectiveness score
- Relevance to query
- Whether discovered via edge (`_via_edge: true`)

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
759 chars