helix-query-from-gremlin
Installation
SKILL.md
Gremlin To Helix Queries
Translate Gremlin into Helix Rust DSL by turning imperative step chains into explicit anchors, traversals, predicates, and result shaping.
When To Use
Use this skill when the task is to:
- translate a Gremlin traversal into Helix Rust DSL
- port a TinkerPop query into a Helix query
- replace
g.V,hasLabel,has,out,in,both,outE,inE,repeat,emit,dedup,count,range, orlimitwith Helix DSL equivalents - explain how a Gremlin traversal should be expressed in Helix Rust
Do not use this skill as the main guide for Cypher, SQL, or dynamic inline-query JSON.
First Steps
Before translating: