Database

Database management and queries

Showing 2401-2424 of 3628 skills
copyleftdev

google-search-architecture

by copyleftdev

Build search systems informed by Google's internal architecture as revealed in the May 2024 API Content Warehouse leak. Covers Ascorer ranking, NavBoost click signals, Twiddler re-ranking, index tiering, and entity-based retrieval. Use when designing large-scale search engines, ranking systems, or understanding how modern search actually works.

Database 6 4mo ago
yebot

Prisma ORM Skill

by yebot

```

Code Gen 6 6mo ago
timequity

decision-logger

by timequity

Logs architectural decisions to docs/DECISIONS.md in ADR format. Use when: making significant architectural or technology choices. Integrates with /craft and /why commands.

Processing 6 6mo ago
troykelly

local-service-testing

by troykelly

Use when code changes touch database, cache, queue, or other service-dependent components - enforces testing against real local services instead of mocks

Caching 6 5mo ago
germanfndez

oxmysql

by germanfndez

OxMySQL for FiveM — SQL integrations with MySQL/MariaDB. Use when writing or editing server-side database code: queries, inserts, updates, transactions, or any resource that uses oxmysql (query, insert, prepare, update, single, scalar, rawExecute, transaction). Docs: https://coxdocs.dev/oxmysql

Code Review 6 3mo ago
timequity

backend-python

by timequity

Modern Python backend stack: FastAPI, SQLAlchemy 2.0, Pydantic v2, uv, ruff. Use when: building Python APIs, async services, or working with Python backend code. Triggers: "fastapi", "python backend", "sqlalchemy", "pydantic", "uv", "ruff", "python api", "async python".

Auth 6 6mo ago
KentoShimizu

db-index-strategy

by KentoShimizu

"Index strategy workflow for balancing read latency, write amplification, and plan stability on critical query paths. Use when query performance depends on index design trade-offs; do not use for high-level conceptual modeling."

Code Gen 6 3mo ago
twofourlabs

react-native-migration-0.79.x-to-latest

by twofourlabs

This skill provides a migration guide for react native from 0.79.x to latest 0.83.x version.

Database 6 4mo ago
kevinslin

gen-notifier

by kevinslin

Generic desktop notification skill for agents. Send desktop notifications when tasks are complete (or when user input/errors block progress). By default, assume that all jobs will require a notification unless the user says otherwise.

Automation 6 5mo ago
galihcitta

prd-to-ralph

by galihcitta

Use when converting PRD/requirements into JSON format for Ralph Wiggum autonomous loops. Extracts user stories, orders by dependency (schema first, then backend, then UI, then dashboard), auto-adds standard criteria (typecheck, build, lint, tests), outputs structured JSON ready for autonomous iteration.

API Dev 6 5mo ago
Eli-yu-first

Database Backup Planner

by Eli-yu-first

"Creates database backup strategies with scheduling, retention policies, and disaster recovery testing"

Agents 6 3mo ago
KentoShimizu

db-replication-sharding

by KentoShimizu

"Replication and sharding workflow for scaling read/write throughput while managing consistency, failover, and data distribution risk. Use when single-node limits are reached or resilience requires topology changes; do not use for local query tuning only."

Database 6 3mo ago
KentoShimizu

architecture-clean-architecture

by KentoShimizu

"Clean Architecture workflow for enforcing dependency direction, stable domain boundaries, and use-case-centered application design. Use when teams must separate business rules from frameworks and delivery mechanisms; do not use for isolated module cleanup without boundary implications."

Database 6 3mo ago
galihcitta

debugging-orm-queries

by galihcitta

Converts ORM calls to raw SQL and analyzes query performance. Detects N+1 queries, missing indexes, and other anti-patterns. Use when debugging slow queries, tracing ORM-generated SQL, or optimizing database performance for Sequelize, Prisma, TypeORM (Node.js), GORM, sqlc, sqlx, ent (Go), or SQLAlchemy, Django ORM, Peewee (Python).

Code Review 6 6mo ago
troykelly

database-architecture

by troykelly

MANDATORY when designing schemas, writing migrations, creating indexes, or making architectural database decisions - enforces PostgreSQL 18 best practices including AIO, UUIDv7, temporal constraints, and modern indexing strategies

Code Gen 6 5mo ago
copyleftdev

s2-geometry-spatial-indexing

by copyleftdev

Index and query geospatial data using Google's S2 Geometry library. Emphasizes hierarchical cell decomposition, Hilbert curves for locality preservation, and efficient spatial operations on spherical geometry. Use when building location-based services, proximity search, geofencing, or any system that needs to efficiently query geographic data.

Database 6 4mo ago
KentoShimizu

db-logical-design

by KentoShimizu

"Logical database design workflow for table structure, key strategy, constraints, and relational consistency. Use when durable schema semantics must be defined before physical tuning; do not use for query-only optimization tasks."

Database 6 3mo ago
KentoShimizu

db-normalization

by KentoShimizu

"Normalization workflow for reducing update anomalies while balancing query practicality and domain invariants. Use when schema redundancy and inconsistency risk need deliberate trade-off decisions; do not use for physical indexing-only tasks."

Processing 6 3mo ago
SoledadVac

Java Backend Developer Skill Profile

by SoledadVac

Never suggest Python scripts — I work in pure Java ecosystem

API Dev 5 4mo ago
spjoshis

python-performance-optimization

by spjoshis

Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance.

Processing 5 5mo ago
huynguyen03dev

gh-grep

by huynguyen03dev

Search real-world code examples across millions of GitHub repositories using grep.app. This skill should be used when looking for implementation patterns, API usage examples, library integration patterns, or production code references. Supports literal code search, regex patterns, and filtering by language/repo/path.

Database 5 6mo ago
spjoshis

async-python-patterns

by spjoshis

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

Automation 5 5mo ago
igbuend

encoding-bypass-anti-pattern

by igbuend

"Security anti-pattern for encoding bypass vulnerabilities (CWE-838). Use when generating or reviewing code that handles URL encoding, Unicode normalization, or character set conversions before security validation. Detects validation before normalization and double-encoding issues."

Database 5 4mo ago
rebyteai-template

ai-chatbot

by rebyteai-template

Full-featured AI chatbot with Next.js 15, Auth.js, Drizzle ORM, and multi-model support.

CLI Tools 5 5mo ago