Handles SQLCipher database encryption with a security-first approach that demands you read threat model documentation before touching production keys. The skill marks itself as high risk, which is refreshingly honest given how easy it is to botch encryption at rest. It enforces a mandatory reading protocol that gates certain operations behind reference files covering key derivation, SQLite migration patterns, and threat assessment. If you're migrating from plain SQLite or need encrypted mobile databases, this gives you guardrails. The security audit results are mixed (pass, warn, fail across three services), so review the implementation yourself rather than trusting the badges.
npx skills add https://github.com/martinholovsky/claude-skills-generator --skill sqlcipher-encrypted-database-expert