Graph skills for AI agents

Teach your agent tothink in graphs.

Practical skills for building, querying, migrating, and optimizing graph-powered applications with HelixDB.

npx skills add helixdb/skills

One command. Works with any agent that supports the open Agent Skills format.

Everything your agent needs to build with HelixDB.

12 skills

CodexClaude CodeCursorAmpOpenCodeGemini CLIand more...

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 repository

helixdb / graph-skills

graph-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/

Make agents better at graphs.

Contribute on GitHub
  1. 01

    Fork the repo

  2. 02

    Add a focused skill

  3. 03

    Test it with an agent

  4. 04

    Open a pull request