Skip to main content
Back to the directory
martinholovsky/claude-skills-generatorSoftware EngineeringFrontend and Design

SQLite Database Expert

SQLite database expert for Tauri/desktop apps with SQL injection prevention, migrations, FTS search, and secure data handling.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
Unknown

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/martinholovsky/claude-skills-generator --skill 'SQLite Database Expert'
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, SQLite Database Expert has no reported install data, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: martinholovsky/claude-skills-generator. Canonical URL: https://skills.sh/martinholovsky/claude-skills-generator/sqlite-database-expert.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
SQLite database expert for Tauri/desktop apps with SQL injection prevention, migrations, FTS search, and secure data handling. 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. - Enforces parameterized queries and input validation to prevent SQL injection; includes security checklist and reference patterns for all user-input database operations - Covers database initialization with performance PRAGMAs (WAL mode, foreign keys), transaction management, connection pooling, and batch operations - Implements Full-Text Search (FTS5) with virtual tables and trigger-based...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

SQLite database expert for Tauri/desktop apps with SQL injection prevention, migrations, FTS search, and secure data handling.

Is SQLite Database Expert good?

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

Which AI agents support SQLite Database Expert?

SQLite Database Expert currently lists compatibility with Skills CLI.

Is SQLite Database Expert safe to install?

SQLite Database Expert has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to SQLite Database Expert?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install SQLite Database Expert?

Run the following command to 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