We’ve published ScyllaDB Agent Skills to help you build with ScyllaDB Cloud using Claude Code, Codex, Cursor, GitHub Copilot, and other development tools.
Here’s the repo: GitHub - scylladb/agent-skills: Official ScyllaDB Agent Skills · GitHub
And here’s how to install (works for all dev tools):
npx skills add scylladb/agent-skills
You get three skills:
- scylladb-cloud-setup: Guides agents through the full connection flow: retrieving cluster credentials from the Cloud Console, selecting the correct shard-aware driver for the user’s language, configuring DC-aware load balancing with the right datacenter name, and verifying the connection.
- scylladb-data-modeling: Encodes query-first design methodology, partition key and clustering column patterns, anti-patterns (ALLOW FILTERING, hot partitions, unbounded partition growth), time-series bucketing, and guidance on when to use secondary indexes versus denormalized tables. The goal is to create schemas and queries that hold up under production load (just returning correct results in development is not sufficient).
- scylladb-vector-search: Covers vector index creation, ANN queries, filtering strategies (global vs. local indexes and when each applies), quantization, and driver configuration.
Try it, see how it helps your coding agent be more accurate, and give us feedback below!