sqlite-best-practices

SQLite performance optimization, configuration, and best practices. Use this skill when writing, reviewing, or optimizing SQLite queries, schema designs, or database configurations.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "sqlite-best-practices" with this command: npx skills add erayack/sqlite-best-practices/erayack-sqlite-best-practices-sqlite-best-practices

SQLite Best Practices

Comprehensive performance optimization guide for SQLite. Contains rules across multiple categories, prioritized by impact to guide automated query optimization, schema design, and runtime configuration.

When to Apply

Reference these guidelines when:

  • Configuring SQLite for production (WAL mode, timeouts)
  • Designing schemas (Strict tables, data types)
  • Optimizing queries and indexes
  • Working with JSON or Full Text Search in SQLite
  • Managing concurrency and transactions
  • Designing backup and replication strategies

Rule Categories by Priority

PriorityCategoryImpactPrefix
1Configuration & PragmasCRITICALconfig-
2Query PerformanceCRITICALquery-
3Operations & DistributedHIGHops-
4Schema DesignHIGHschema-
5Data Access PatternsMEDIUMdata-
6JSON & AdvancedLOWjson- / fts- / advanced-

How to Use

Read individual rule files for detailed explanations and SQL examples:

references/config-wal-mode.md
references/query-indexes.md
references/ops-continuous-wal.md

Each rule file contains:

  • Brief explanation of why it matters
  • Incorrect SQL/Config example with explanation
  • Correct SQL/Config example with explanation
  • Performance metrics or impacts

References

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated
General

explainer

Create explainer videos with narration and AI-generated visuals. Triggers on: "解说视频", "explainer video", "explain this as a video", "tutorial video", "introduce X (video)", "解释一下XX(视频形式)".

Archived SourceRecently Updated
General

asr

Transcribe audio files to text using local speech recognition. Triggers on: "转录", "transcribe", "语音转文字", "ASR", "识别音频", "把这段音频转成文字".

Archived SourceRecently Updated