概要
This skill optimizes Claude's approach to SQLite database management by enforcing industry-standard performance settings and data integrity patterns. It provides a pre-configured set of PRAGMA commands for Write-Ahead Logging (WAL), memory-based temporary storage, and high-concurrency transaction handling. Whether you are building a local application or processing large datasets, this skill ensures that Claude generates code following 'STRICT' table definitions, efficient bulk loading workflows, and safe read-only connection patterns.