dbcli-index

Create and manage database indexes to optimize query performance.

8|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/tteamtm/dbcli --skill dbcli-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dbcli-index
Source: https://github.com/tteamtm/dbcli/tree/main/skills/dbcli-index
Command: npx skills add https://github.com/tteamtm/dbcli --skill dbcli-index

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you optimize query performance across 30+ databases by creating, analyzing, and managing indexes. It reduces slow queries and manual trial-and-error when tuning performance.

Core Features & Use Cases

  • Index creation & management: Create single or composite indexes across supported databases.
  • Index analysis: Inspect existing indexes and identify candidates for improvement.
  • Safe operations: Follow best practices for naming and usage to minimize performance impact.

Quick Start

Use the dbcli-index skill to create an index on a Users table, for example: dbcli -c "Data Source=app.db" ddl "CREATE INDEX idx_users_email ON Users(email)"