sqlite
Installation
SKILL.md
SQLite
Safe, repeatable SQLite file operations from preflight checks through advanced workflows.
Prerequisite Check
Run this before proposing CLI database work:
command -v sqlite3 >/dev/null 2>&1 || sqlite3 --version
If sqlite3 is missing, surface that first and point to scripts/install.sh or scripts/install.ps1. If the user only needs lightweight inspection and no shell is available, say that a language runtime or GUI may be required instead of pretending the CLI examples will run.