Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YugabyteDB Agent Skills

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.

Getting Started

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

# YugabyteDB Anywhere REST API
npx skills add yugabyte/yugabytedb-skills -s yba-api

# RAG / semantic search with LangChain on YugabyteDB
npx skills add yugabyte/yugabytedb-skills -s yb-rag-langchain

Available Skills

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
yb-k8s-operator YugabyteDB Kubernetes Operator - deploying and managing YugabyteDB universes on Kubernetes through the YugabyteDB Anywhere or YugabyteDB (OSS) Kubernetes Operators
yba-api YugabyteDB Anywhere REST API — using the YugabyteDB Anywhere REST API to create, observe, manage and deploy YugabyteDB universes in a range of infrastructure topologies and clouds
yb-rag-langchain RAG, semantic search, and hybrid (vector + full-text) search on YugabyteDB with LangChain — covers PGVectorStore setup, ybhnsw / GIN index creation, hybrid search configuration, metadata filtering, and combining relational predicates with vector queries

Learn More

License

This project is licensed under the Apache License 2.0.

About

YugabyteDB Agent Skills Repository

Topics

Resources

Stars

Watchers

Forks

Contributors