Install
Run this one command from your terminal:Use it
Inside any Claude Code session, invoke the skill by starting your prompt with/turingdb followed by what you want to do. For example:
What the skill covers
The skill is structured so Claude only loads the reference it needs:| Module | Covers |
|---|---|
startup | Installation, starting the server, connecting, loading a graph |
querying | MATCH, WHERE, joins, built-in functions |
writing | CREATE, SET, the change and commit workflow |
algorithms | Shortest path, vector search |
introspection | Schema exploration, Python SDK reference |
Links
- Skill repository: github.com/turing-db/turingdb-skills
- TuringDB Community: github.com/turing-db/turingdb
Once installed, try
/turingdb show me the schema of my current graph to confirm everything is wired up.
