Graph skills for AI agents
Teach your agent tothink in graphs.
Practical skills for building, querying, migrating, and optimizing graph-powered applications with HelixDB.
Install every skill
npx skills add helixdb/skillsOne command. Works with any agent that supports the open Agent Skills format.
Available skills
Everything your agent needs to build with HelixDB.
12 skills
helix-cli
Run, query, and deploy HelixDB instances with the Helix CLI.
View skillmemory-system
Build agent memory with graph, vector, and BM25 search on HelixDB.
View skillauthoring
Author typed HelixDB read and write batches with the Rust DSL.
View skilloptimisation
Optimize HelixDB queries against actual interpreter behavior.
View skillrust-sdk
Write type-safe HelixDB queries with the Rust DSL.
View skilltypescript-sdk
Build typed HelixDB v3 queries with the TypeScript SDK.
View skillgo-sdk
Build typed HelixDB v3 requests with the Go SDK.
View skillpython-sdk
Build sync and async HelixDB v3 queries with the Python SDK.
View skilljson
Build and validate inline JSON queries for the HelixDB API.
View skillfrom-cypher
Translate Cypher and Neo4j queries into the HelixDB Rust DSL.
View skillfrom-gremlin
Translate Gremlin and TinkerPop traversals into the HelixDB Rust DSL.
View skillfrom-hql
Translate legacy HQL into the HelixDB Rust or TypeScript DSL.
View skillWorks with
Open by design
A skill is just a folder.
Read every instruction, improve what is missing, or add a focused skill for a workflow you know well.
Browse the repositorygraph-skills/
├── README.md
├── app/
└── skills/
├── helix-cli/
├── memory-system/
├── querying/
│ ├── authoring/
│ ├── optimisation/
│ ├── rust-sdk/
│ ├── typescript-sdk/
│ ├── go-sdk/
│ ├── python-sdk/
│ └── json/
└── migrating-to-helix/
├── from-cypher/
├── from-gremlin/
└── from-hql/Contributing
Make agents better at graphs.
Contribute on GitHub- 01
Fork the repo
- 02
Add a focused skill
- 03
Test it with an agent
- 04
Open a pull request