Database

Database management and queries

Showing 481-504 of 3623 skills
alfateam

Orange ORM — Skills & Reference

by alfateam

proxify(row, strategy?) Wrap plain object with active record methods

Database 1K 2mo ago
mfts

postgres

by mfts

PostgreSQL best practices, query optimization, connection troubleshooting, and performance improvement. Load when working with Postgres databases.

CLI Tools 8.5K 3mo ago
giuseppe-trisciuoglio

spring-data-jpa

by giuseppe-trisciuoglio

Provides patterns to implement persistence layers with Spring Data JPA. Use when creating repositories, configuring entity relationships, writing queries (derived and @Query), setting up pagination, database auditing, transactions, UUID primary keys, multiple databases, and database indexing.

Processing 267 3mo ago
dotnet

bulk-operations

by dotnet

'Implementation details for EF Core ExecuteUpdate/ExecuteDelete bulk operations. Use when changing UpdateExpression/DeleteExpression LINQ translation or the corresponding SQL AST nodes.'

Database 1.1K 2mo ago
getsentry

code-review

by getsentry

Perform code reviews following Sentry engineering practices. Use when reviewing pull requests, examining code changes, or providing feedback on code quality. Covers security, performance, testing, and design review.

Code Review 767 5mo ago
getsentry

django-perf-review

by getsentry

Django performance code review. Use when asked to "review Django performance", "find N+1 queries", "optimize Django", "check queryset performance", "database performance", "Django ORM issues", or audit Django code for performance problems.

Database 767 3mo ago
HermeticOrmus

multi-cloud-architecture

by HermeticOrmus

Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, and GCP. Use when building multi-cloud systems, avoiding vendor lock-in, or leveraging best-of-breed services from multiple providers.

Cloud 48 6mo ago
groeimetai

cmdb-patterns

by groeimetai

This skill should be used when the user asks to "create CI", "CMDB", "configuration item", "CI relationship", "impact analysis", "dependency map", "cmdb_ci", "asset", or any ServiceNow CMDB and configuration management development.

CI/CD 72 3mo ago
groeimetai

csm-patterns

by groeimetai

This skill should be used when the user asks to "customer service", "CSM", "case", "account", "contact", "customer portal", "entitlement", "service contract", or any ServiceNow Customer Service Management development.

Code Gen 72 3mo ago
groeimetai

mcp-tool-discovery

by groeimetai

This skill should be used when the user asks about "available tools", "what tools", "how to find tools", "tool search", "MCP servers", "list tools", "discover tools", "which tools", or needs guidance on discovering and using Snow-Flow MCP tools.

Database 72 3mo ago
groeimetai

gliderecord-patterns

by groeimetai

This skill should be used when the user asks to "query records", "GlideRecord", "database query", "get records", "update records", "insert record", "delete record", or any ServiceNow database operations.

Code Gen 72 3mo ago
groeimetai

incident-management

by groeimetai

This skill should be used when the user asks to "create incident", "incident workflow", "incident assignment", "major incident", "incident escalation", "incident priority", or any ServiceNow Incident Management development.

Automation 72 3mo ago
groeimetai

problem-management

by groeimetai

This skill should be used when the user asks to "create problem", "problem record", "root cause analysis", "RCA", "known error", "KEDB", "problem investigation", or any ServiceNow Problem Management development.

Code Gen 72 3mo ago
groeimetai

vendor-management

by groeimetai

This skill should be used when the user asks to "vendor", "supplier", "contract", "procurement", "SLA", "vendor risk", "vendor performance", or any ServiceNow Vendor Management development.

Code Gen 72 3mo ago
groeimetai

request-management

by groeimetai

This skill should be used when the user asks to "service request", "RITM", "request item", "catalog request", "fulfillment", "request workflow", "approval", or any ServiceNow Request Management development.

Automation 72 3mo ago
groeimetai

code-review

by groeimetai

This skill should be used when the user asks to "review code", "code review", "check my code", "audit code", "find bugs", "security review", "performance review", or any ServiceNow code quality assessment.

Code Gen 72 3mo ago
groeimetai

approval-workflows

by groeimetai

This skill should be used when the user asks to "approval", "approval rule", "approval workflow", "approver", "approval group", "multi-level approval", "delegate approval", or any ServiceNow Approval development.

Automation 72 3mo ago
groeimetai

business-rule-patterns

by groeimetai

This skill should be used when the user asks to "create a business rule", "before insert", "after update", "async business rule", "business rule not working", "current vs previous", or any Business Rule development.

Automation 72 3mo ago
apconw

schema-exploration

by apconw

用于发现和理解数据库结构、表、列和关系

Database 2.2K 4mo ago
open-circle

repo-source-code-document

by open-circle

Write JSDoc comments and inline documentation for Valibot library source code in /library/src/. Use when documenting schemas, actions, methods, or utilities. Covers interface documentation, function overloads, purity annotations, inline comment patterns, and terminology consistency.

Comments 8.7K 4mo ago
vercel-labs

next-upgrade

by vercel-labs

Upgrade Next.js to the latest version following official migration guides and codemods

Code Review 905 3mo ago
clidey

schema-designer

by clidey

Help design database schemas, create tables, and plan data models. Activates when users ask to create tables, design schemas, or model data relationships.

Code Gen 4.8K 3mo ago
timescale

pgvector-semantic-search

by timescale

Use this skill for setting up vector similarity search with pgvector for AI/ML embeddings, RAG applications, or semantic search. Trigger when user asks to: - Store or search vector embeddings in PostgreSQL - Set up semantic search, similarity search, or nearest neighbor search - Create HNSW or IVFFlat indexes for vectors - Implement RAG (Retrieval Augmented Generation) with PostgreSQL - Optimize pgvector performance, recall, or memory usage - Use binary quantization for large vector datasets Keywords: pgvector, embeddings, semantic search, vector similarity, HNSW, IVFFlat, halfvec, cosine distance, nearest neighbor, RAG, LLM, AI search Covers: halfvec storage, HNSW index configuration (m, ef_construction, ef_search), quantization strategies, filtered search, bulk loading, and performance tuning.

Database 1.8K 4mo ago
timescale

migrate-postgres-tables-to-hypertables

by timescale

Use this skill to migrate identified PostgreSQL tables to Timescale/TimescaleDB hypertables with optimal configuration and validation. Trigger when user asks to: - Migrate or convert PostgreSQL tables to hypertables - Execute hypertable migration with minimal downtime - Plan blue-green migration for large tables - Validate hypertable migration success - Configure compression after migration Prerequisites: Tables already identified as candidates (use find-hypertable-candidates first if needed) Keywords: migrate to hypertable, convert table, Timescale, TimescaleDB, blue-green migration, in-place conversion, create_hypertable, migration validation, compression setup Step-by-step migration planning including: partition column selection, chunk interval calculation, PK/constraint handling, migration execution (in-place vs blue-green), and performance validation queries.

Code Review 1.8K 4mo ago