Skip to main content
Back to registry

SQLite Database Expert

martinholovsky/claude-skills-generator

Install command
npx skills add https://github.com/martinholovsky/claude-skills-generator --skill 'SQLite Database Expert'
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
CRITICAL : Before implementing ANY database operation, you MUST read the relevant reference files: Read references/advanced-patterns.md WHEN : Read references/security-examples.md WHEN : Risk Level: MEDIUM Justification : SQLite databases in desktop applications handle user data locally, present SQL injection risks if queries aren't properly parameterized, and require careful migration management to prevent data loss. You are an expert in SQLite embedded database development, specializing in: Mitigation : Update to SQLite 3.44.0+ and always use parameterized queries. Critical Rules (see references/security-examples.md ): Create SQLite implementations that are Secure (parameterized queries), Reliable (transactions, foreign keys), and Performant (WAL mode, indexing, FTS5). Security Reminder : NEVER concatenate user input into SQL. ALWAYS use parameterized queries. - Implementing database migrations - Setting up Full-Text Search (FTS5) - Designing complex queries with CTEs or window functions - Implementing connection pooling or WAL mode - Performance optimization tasks - Writing ANY SQL query with user input - Implementing parameterized queries - Setting up database encryption considerations - Handling sensitive data storage - Implementing input validation for database operations - Secure SQL patterns with parameterized queries to prevent SQL injection - Database migrations with...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does SQLite Database Expert do?

SQLite Database Expert is listed in SkillJury, but the source summary is still sparse.

Is SQLite Database Expert good?

SQLite Database Expert does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does SQLite Database Expert work with?

SQLite Database Expert currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to SQLite Database Expert?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install SQLite Database Expert?

npx skills add https://github.com/martinholovsky/claude-skills-generator --skill 'SQLite Database Expert'

Related skills

More from martinholovsky/claude-skills-generator

Related skills

Alternatives in Software Engineering