kubeblocks

Route database requests to correct engine-entry or capability leaf skills.

3|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/apecloud/kubeblocks-skills --skill kubeblocks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubeblocks
Source: https://github.com/apecloud/kubeblocks-skills/tree/main
Command: npx skills add https://github.com/apecloud/kubeblocks-skills --skill kubeblocks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes first-time provisioning decisions and ongoing database operations to the correct leaf skills, ensuring a deterministic runtime path without requiring private maintainer knowledge.

Core Features & Use Cases

  • Central routing intelligence: decides between preflight, engine-entry skills, capability layers, observability, and troubleshooting paths based on the environment and task.
  • Truth-driven routing: relies on machine-readable routing matrices and create-time truth to guide decisions.
  • Safe fallbacks and audits: minimizes reliance on legacy name mappings and preserves compatibility shims while steering to dedicated entries.

Quick Start

Start at SKILL.md and follow the defined route order to hand off to the correct leaf skill.

Frequently Asked Questions about kubeblocks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route database tasks to the right engine entry in KubeBlocks?

To route database tasks in KubeBlocks, the skill evaluates environment readiness and truth matrices to direct requests to the correct engine-entry or capability leaf. It ensures deterministic runtime paths without requiring private maintainer knowledge.

What is the best way to handle preflight checks for database provisioning?

Handling preflight checks involves routing requests through the appropriate preflight path based on environment readiness. The skill uses machine-readable routing matrices to guide decisions and ensure safe, deterministic handoffs during first-time provisioning.

Why does my database cluster request get misrouted to the wrong path?

Database cluster requests get misrouted when relying on legacy name mappings instead of machine-readable routing matrices. This skill minimizes legacy reliance and uses create-time truth to steer requests to dedicated entries, preventing wrong-path misroutes.

Can I use generic fallback paths for ongoing database operations?

Yes, you can use generic fallback paths for ongoing database operations. The skill routes tasks through preflight, engine-entry, or generic fallback paths based on environment readiness while preserving compatibility shims for safe execution.

When do I need a central routing skill for database troubleshooting?

You need a central routing skill for database troubleshooting when deciding between preflight, engine-entry, observability, and troubleshooting paths. It uses truth-driven routing to ensure deterministic handoffs and avoid wrong-path misroutes.