Help us improve
Share bugs, ideas, or general feedback.
Agent skills for generating correct, optimized YugabyteDB code
npx claudepluginhub yugabyte/yugabytedb-skillsUse when scripting, automating, or troubleshooting with YugabyteDB Anywhere (YBA) — the control-plane for YugabyteDB which creates and manages providers, releases, universes, backups, KMS, and DR. Uses the YBA REST API and triggers on /api/v1/, /api/v2/, X-AUTH-YW-API-TOKEN, apiToken, customerUUID, taskUUID, registration of a new YBA instance, or any mention of the YBA API. Does NOT cover YugabyteDB Aeon or database access via YSQL/YCQL.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories
Share bugs, ideas, or general feedback.
Empower your AI agents and automation systems with native YugabyteDB expertise. This curated collection of structured skills enables developer tools to perform intelligent, production-grade database operations with full contextual awareness.
Install all available skills at once:
npx skills add yugabyte/yugabytedb-skills
Or pick only what you need:
# PostgreSQL-compatible YSQL API
npx skills add yugabyte/yugabytedb-skills -s ysql
# Cassandra-compatible YCQL API
npx skills add yugabyte/yugabytedb-skills -s ycql
| Skill | Description |
|---|---|
ysql | SQL and application development against YugabyteDB's PostgreSQL-compatible API — covers anti-patterns, schema design (sharding, indexes, geo-distribution), smart drivers, transaction retries, batching, PostgreSQL migration strategies, and production readiness checklists |
ycql | YCQL (Cassandra-compatible API) development — covers partition keys, clustering columns, global secondary indexes, prepared statements, batching, TTL management, and memory configuration |
This project is licensed under the Apache License 2.0.