メインコンテンツまでスキップ
バージョン: 4.x

AI DevEx Overview

VeloDB Agent Skills embed Apache Doris and VeloDB best practices directly into your AI coding assistant. Instead of generating generic SQL, your assistant learns to ask the right questions, match your workload to proven patterns, and validate every design decision.

Skills cover table design, partitioning, indexing, cluster sizing, and troubleshooting — with 49 specialized reference files and 37 built-in validation rules.

Source: velodb/agent-skills (Apache 2.0)

Compatible Agents

Installation

Install for all supported agents:

npx skills add velodb/agent-skills

Or target specific agents:

npx skills add velodb/agent-skills -a claude-code -a cursor

To install manually, clone the repo and run the install script:

git clone https://github.com/velodb/agent-skills.git
cd agent-skills
./install.sh

Try It Out

After installation, try asking your assistant something like:

"I need to design a table for 500 million rows of user event data with real-time ingestion."

A good sign: the assistant asks discovery questions about your workload before generating any SQL.