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 Helix query
- replace
MATCH,OPTIONAL MATCH,WHERE,RETURN,DISTINCT,ORDER BY,LIMIT,MERGE,CASE,UNWIND,FOREACH, orDETACH DELETEwith 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: