helix-query-from-cypher

Installation
SKILL.md

Cypher To Helix Queries

Translate Cypher into Helix Rust DSL by mapping patterns into explicit anchors, traversals, predicates, and return shaping.

When To Use

Use this skill when the task is to:

  • translate a Cypher query into Helix Rust DSL
  • port a Neo4j query into a stored Helix route
  • replace MATCH, OPTIONAL MATCH, WHERE, RETURN, DISTINCT, ORDER BY, LIMIT, MERGE, CASE, UNWIND, FOREACH, or DETACH DELETE with Helix DSL equivalents
  • explain how a Cypher graph pattern should be expressed in Helix Rust

Do not use this skill as the main guide for Gremlin, SQL, or dynamic inline-query JSON.

First Steps

Before translating:

Related skills

More from helixdb/skills

Installs
9
Repository
helixdb/skills
First Seen
Apr 11, 2026