content-creator
88Create Brand-Consistent Marketing Content
Marketing teams need content that stays consistent across channels. This skill helps plan, write, analyze, and optimize content for brand voice and SEO.
Optimize Database Performance and Scalability
Slow queries and weak database designs can raise latency, cost, and operational risk. This skill provides evidence-based guidance for queries, indexes, caching, scaling, migrations, and monitoring.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "database-optimizer" from https://skillstore.io/skills/sickn33-database-optimizer.md and its manifest at https://skillstore.io/api/skills/sickn33-database-optimizer/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "database-optimizer". A PostgreSQL order lookup is slow despite an index on customer_id.
Expected outcome:
Using "database-optimizer". A GraphQL products page issues one inventory query per product.
Expected outcome:
Using "database-optimizer". A write-heavy events table is growing beyond current maintenance windows.
Expected outcome:
The static finding is a false positive because SKILL.md line 24 uses backticks only to format a Markdown path. No executable command, prompt injection, or semantic security threat was found.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/sickn33-database-optimizer/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/sickn33-database-optimizer?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/sickn33-database-optimizer?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-database-optimizer/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/sickn33-database-optimizer.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>sickn33. (2026). database-optimizer security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-database-optimizer/audits/5@techreport{sickn33-sickn33-database-optimizer-2026,
author = {sickn33},
title = {database-optimizer security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-database-optimizer/audits/5},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "database-optimizer security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/sickn33-database-optimizer/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-database-optimizer:audit:5"
description: "Skillstore immutable audit report identifier"
Review slow queries, execution plans, locks, and metrics to identify prioritized improvements with validation steps.
Analyze ORM or GraphQL query patterns and design batching, eager-loading, or caching changes.
Compare partitioning, replicas, sharding, caching, and cloud scaling options against workload and cost requirements.
Review this slow query for [database]. Explain likely bottlenecks and suggest safe improvements using [query, schema, and execution plan].
Design indexes for [table schema] and [frequent queries]. Explain column order, expected benefits, write costs, and validation steps.
Diagnose N+1 behavior in [framework] using [query log]. Recommend batching or eager-loading changes and a regression test.
Create a phased scaling plan for [workload metrics], covering partitioning, replicas, caching, migration safety, observability, cost, and rollback criteria.
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/database-optimizerRef
f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526
Maintenance freshness
7/26/2026
Usage
10 downloads ยท 102 views
File structure
๐ SKILL.md
Create Brand-Consistent Marketing Content
Marketing teams need content that stays consistent across channels. This skill helps plan, write, analyze, and optimize content for brand voice and SEO.
Improve LLM Prompts With Proven Patterns
Inconsistent prompts waste time and make AI outputs hard to trust. This skill guides prompt design with reusable patterns, examples, evaluation steps, and optimization workflows.
Build Fullstack Apps with Senior Patterns
Teams need consistent setup, architecture, and review guidance for modern web applications. This skill provides scaffolders, workflow references, and quality prompts for React, Next.js, Node.js, GraphQL, and PostgreSQL projects.
Design Scalable Software Architectures
Architecture decisions are hard to compare across web, mobile, backend, and cloud systems. This skill provides structured guides and local scaffold scripts for reports, dependency review, and trade-off documentation.
Optimize AI Prompts With Prompt Engineer
Writing clear prompts is hard when goals are vague or complex. This skill turns rough requests into structured prompts using proven prompt frameworks.
Prioritize Product Work With Research Insights
Product teams need faster ways to rank features, synthesize interviews, and document decisions. This skill provides RICE scoring, interview analysis, and PRD templates for structured planning.
Optimize SQL Queries With Index Patterns
by wshobson
Slow SQL queries increase latency and database costs. This skill guides query plans, indexes, pagination, batching, and maintenance choices.
Review PostgreSQL Migrations and Queries
by CJHarmath
PostgreSQL migrations can pass tests while causing locks, slow scans, or index bloat. This skill gives Claude, Codex, and Claude Code practical patterns for safer schema and query review.
Generate SQL Queries for DBX Studio
by Dbxstudio
Database users need reliable SQL that matches their connection type and schema. This skill guides Claude, Codex, and Claude Code to inspect schemas, write read-only queries, and explain results clearly.
Design PostgreSQL Tables
by wshobson
PostgreSQL schemas can fail when data types, constraints, and indexes are chosen without workload context. This skill guides table design with PostgreSQL-specific rules for durable, performant, and maintainable schemas.
Optimize PostgreSQL Performance
by CJHarmath
Slow database queries harm application reliability and scale. This skill gives practical PostgreSQL patterns for faster queries, safer migrations, and clearer monitoring.
Review Database Design Safely
by DanielPodolsky
Database changes can create slow queries, data loss, and unsafe migrations. This skill guides Claude, Codex, and Claude Code through schema, query, index, ORM, and migration reviews.