From scylladb
Guides users through connecting to a ScyllaDB Cloud cluster, configuring CQL drivers, and troubleshooting connection issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/scylladb:scylladb-cloud-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill guides users through connecting their application to a ScyllaDB Cloud cluster using the appropriate CQL driver.
This skill guides users through connecting their application to a ScyllaDB Cloud cluster using the appropriate CQL driver.
Connecting to ScyllaDB Cloud requires:
This is an interactive step-by-step guide. The agent detects the user's environment and provides tailored instructions.
Ask the user to confirm they have a ScyllaDB Cloud cluster. If not, direct them to:
Guide the user to obtain credentials from the Cloud Console:
node-0.your-cluster.cloud.scylladb.com9042scyllaAWS_US_EAST_1Do not ask for or handle credentials directly — guide the user to retrieve them from the Console and store them securely (environment variables, secrets manager, etc.).
Ask the user which programming language they are using so you can recommend the correct ScyllaDB CQL driver:
| Language | Driver | Package |
|---|---|---|
| Python | scylla-driver | pip install scylla-driver |
| Java | java-driver (4.x recommended) | Maven/Gradle dependency |
| Go | gocql + gocqlx | go get github.com/scylladb/gocql |
| Rust | scylla-rust-driver | cargo add scylla |
| C# | scylla-csharp-driver | NuGet package |
| C++ | cpp-rust-driver | Build from source or vcpkg |
| Node.js | scylla-node-driver | npm install @scylladb/driver |
⚠️ Important: ScyllaDB has its own driver forks — do not use the DataStax/Cassandra drivers - unless there's no ScyllaDB driver available for your language. ScyllaDB drivers include shard-aware optimizations that route requests directly to the correct CPU core, improving throughput and latency.
Consult references/driver-configuration.md for per-language connection snippets.
Critical requirements for ScyllaDB Cloud:
Authentication — PlainTextAuthProvider with the username and password from Step 2.
Consult references/cloud-connection.md for details on IP allowlisting and VPC peering.
Provide a minimal test query for the user's driver language:
SELECT release_version FROM system.local;
If this query returns a version string, the connection is working. If it fails, check:
AWS_US_EAST_1, not us-east-1)Once connected, suggest relevant next steps:
scylladb-data-modeling skill for schema design guidancescylladb-vector-search skill if they need similarity searchnpx claudepluginhub scylladb/agent-skills --plugin scylladbOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Mines projects and conversations into a searchable memory palace. Activates on queries about MemPalace, memory palace, mining, searching, palace setup, wings, rooms, drawers, or recalling past work.