This one enforces a mandatory reading protocol before you touch the database, which is either brilliant or annoying depending on your tolerance for guardrails. It triggers reference docs for advanced patterns when you're doing migrations, setting up FTS5, or working with CTEs and window functions. The approach assumes you need structured guidance for SQLite's trickier features rather than just winging it. Could be genuinely helpful if you're dealing with production SQLite deployments where WAL mode and connection pooling actually matter, less so if you're just spinning up a local dev database. The skill comes from a generator repo, so it's probably template driven rather than deeply customized.
npx skills add https://github.com/martinholovsky/claude-skills-generator --skill sqlite-database-expert