SQL Utility & Schema Management

Execute SQL commands via CLI for schema management and data inspection.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JasonVene/CC_MainDev --skill sql-utility-schema-management
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: SQL Utility & Schema Management
Source: https://github.com/JasonVene/CC_MainDev/tree/main/_archive/antigravity/.agent/skills/sql_utility
Command: npx skills add https://github.com/JasonVene/CC_MainDev --skill sql-utility-schema-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The tool provides a direct, scriptable way to execute SQL against a configured database, enabling schema evolution, data inspection, and automated maintenance from the command line.

Core Features & Use Cases

  • Execute SQL commands via -cmd or -file for ad-hoc queries and scripts.
  • Manage schema changes by creating or dropping tables, indexes, and procedures.
  • Inspect results and column metadata for quick validation and debugging.

Quick Start

Run a sample query using sqlutil to verify the setup.

Frequently Asked Questions about SQL Utility & Schema Management

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

FAQPage Schema
How do I execute SQL commands directly from the command line for schema management?▼

You can execute SQL commands directly from the command line using validated CLI options like -cmd for ad-hoc queries or -file for scripts, enabling fast schema management against a configured database.

Can I run scripted database migrations and automated maintenance tasks using a command-line interface?▼

Yes, you can run scripted database migrations and automated maintenance tasks by passing SQL files through the -file option, supporting schema evolution and routine database tasks in development or production.

What is the best way to inspect database schema changes and column metadata during development?▼

Inspecting database schema changes and column metadata is done by executing ad-hoc SQL queries via the -cmd option, returning results and column metadata for quick validation and debugging.

Does this SQL schema management approach work for both development and production environments?▼

Yes, this SQL schema management approach applies in both development and production scenarios, executing direct SQL commands for schema evolution, data inspection, and automated maintenance across environments.

What CLI options do I need to run SQL commands against a configured database?▼

You need to provide and validate CLI options for -cmd or -file, -server, and -db to run SQL commands against your configured database, with documented build and troubleshooting steps available.

How do I create or drop database tables, indexes, and procedures via command-line SQL execution?▼

You can create or drop database tables, indexes, and procedures by executing the corresponding SQL statements through the -cmd option, managing schema changes directly against the target database.