sqlite-schema-report

Installation
SKILL.md

When to invoke

  • You received a SQLite database file and need a quick schema overview.
  • You want to document a local database before migrating or integrating.

Inputs needed

  • --db path to a SQLite database.
  • Optional: --tables comma-separated list of tables (default: all user tables).

Workflow

  1. Open database in read-only mode.
  2. Discover user tables.
  3. For each table, capture columns/types, indexes, and foreign keys.
  4. Emit a JSON report.

Output format

  • JSON written to --output.
Installs
12
First Seen
May 9, 2026
sqlite-schema-report — sisodiabhumca/agent-skills