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.
Works with
--- name: sqlite-best-practices description: SQLite performance optimization, configuration, and best practices. Use this skill when writing, reviewing, or optimizing SQLite queries, schema designs, or database configurations. license: MIT --- # 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 | Priority | Category | Impact | Prefix | |----------|----------|--------|--------| | 1 | Configuration & Pragmas | CRITICAL | `config-` | | 2 | Query Performance | CRITICAL | `query-` | | 3 | Operations & Distributed | HIGH | `ops-` | | 4 | Schema Design | HIGH | `schema-` | | 5 | Data Access Patterns | MEDIUM | `data-` | | 6 | JSON & Advanced | LOW | `json-` / `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 - https://www.sqlite.org/docs.html (Official Documentation) - https://www.sqlite.org/syntaxdiagrams.html (Railroad Diagrams - Highly recommended for syntax) - https://www.sqlite.org/pragma.html (Pragma Cheatsheet) - https://www.sqlite.org/wal.html (Write-Ahead Logging)
More Performance skills
seo-audit
coreyhaines31/marketingskills
When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," "SEO health check," "my traffic dropped," "lost rankings," "not showing up in Google," "site isn't ranking," "Google update hit me," "page speed," "core web vitals," "crawl errors," or "indexing issues." Use this even if the user just says something vague like "my SEO is bad" or "help with SEO" — start with an audit. For building pages at scale to target keywords, see programmatic-seo. For adding structured data, see schema. For AI search optimization, see ai-seo.
competitor-profiling
coreyhaines31/marketingskills
When the user wants to research, profile, or analyze competitors from their URLs. Also use when the user mentions 'competitor profile,' 'competitor research,' 'competitor analysis,' 'profile this competitor,' 'analyze competitor,' 'competitive intelligence,' 'competitor deep dive,' 'who are my competitors,' 'competitor landscape,' 'competitor dossier,' 'competitive audit,' or 'research these competitors.' Input is a list of competitor URLs. Output is structured competitor profile markdown files. For creating comparison/alternative pages from profiles, see competitors. For sales-specific battle cards, see sales-enablement.
vercel-optimize
vercel-labs/agent-skills
Use for Vercel cost and performance optimization on deployed projects, especially Next.js, SvelteKit, Nuxt, and limited Astro apps. Collect Vercel metrics, usage, project config, and code scan results first; investigate only metric-backed candidates; produce ranked recommendations grounded in verified files and version-aware Vercel/framework docs. Trigger for Vercel bill reduction, slow or expensive routes, caching opportunities, Function Invocations, Build Minutes, Fast Data Transfer, Core Web Vitals, Bot Management, Fluid compute, or cost breakdown requests.

