소개
This skill provides Claude with specialized patterns and best practices for working with SQLite in Python environments. It automates the setup of optimized database connections—utilizing WAL mode for better concurrency and foreign key enforcement—while offering standardized context managers for transaction safety. Whether you are building a local caching layer, a persistent MCP server, or managing complex schema migrations, this skill ensures data integrity and performance through battle-tested implementation patterns and CLI troubleshooting guides.