TuringDB ships an official Claude Code skill. Once installed, Claude knows how to start a TuringDB server, load graphs, write Cypher queries, create changes and commits, run vector search, and use the Python SDK, without you having to paste documentation into every conversation.Documentation Index
Fetch the complete documentation index at: https://docs.turingdb.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.
