home/categories/databases
domain cluster

Databases

SQL, NoSQL, and database management tools.

3963 스킬all categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
nosql-databases
3.1K

serverpod-caching

Serverpod caching — local and Redis caches, cache keys, lifetime, CacheMissHandler. Use when caching data, optimizing queries, or working with session.caches.

serverpod
serverpod
databases
open
sql-databases
3.1K

serverpod-database

Serverpod ORM with PostgreSQL — CRUD, filters, sorting, pagination, relations, migrations, transactions, raw SQL. Use when querying the database, writing migrations, or working with relations. Also include serverpod-models skill if you need to change models.

serverpod
serverpod
databases
open
sql-databases
3.1K

sql-injection-testing

This skill should be used when the user asks to "test for SQL injection vulnerabilities", "perform SQLi attacks", "bypass authentication using SQL injection", "extract database information through injection", "detect SQL injection flaws", or "exploit database query vulnerabilities". It provides comprehensive techniques for identifying, exploiting, and understanding SQL injection attack vectors across different database systems.

zebbern
zebbern
databases
open
sql-databases
2.9K

answer-formatting

For formatting the final SQL-based answer into a consistent structured output with sql_code, answer, and result

NVIDIA
NVIDIA
databases
open
sql-databases
2.9K

query-writing

For writing and executing SQL queries - from simple single-table queries to complex multi-table JOINs and aggregations

NVIDIA
NVIDIA
databases
open
sql-databases
2.9K

schema-exploration

For discovering and understanding database structure, tables, columns, and relationships

NVIDIA
NVIDIA
databases
open
database-tools
2.9K

pr-review-queue

Add a pull request to the MetaMask PR review queue project board. Use when the user asks to add a PR to the review queue, submit a PR for review tracking, or add to the MetaMask project board.

MetaMask
MetaMask
databases
open
database-tools
2.9K

openspec-sync-change-docs

Rewrite the active OpenSpec change artifacts under `openspec/changes/CHANGE_NAME/` so they match the code currently implemented on the branch relative to `main`. Use when implementation drift appears after `/opsx:apply`, after review-driven tweaks, or whenever the user asks to sync, refresh, catch up, or align OpenSpec change docs with the real code before verify or archive.

qixing-jk
qixing-jk
databases
open
sql-databases
2.8K

sql-explainer

Paste a SQL query and get a plain English explanation of what it does.

mergisi
mergisi
databases
open
nosql-databases
2.6K

trail-sense-database-persistence

Add new Room database persistence to Trail-Sense Android app. Use when the user asks to create, add, or implement database persistence for a model, including Entity, DAO, Repository, and AppDatabase migration. Covers entity-to-model mapping, index configuration, and standard CRUD operations.

kylecorry31
kylecorry31
databases
open
sql-databases
2.5K

dbhub

Guide for querying databases through DBHub MCP server. Use this skill whenever you need to explore database schemas, inspect tables, or run SQL queries via DBHub's MCP tools (search_objects, execute_sql). Activates on any database query task, schema exploration, data retrieval, or SQL execution through MCP — even if the user just says "check the database" or "find me some data." This skill ensures you follow the correct explore-first workflow instead of guessing table structures.

bytebase
bytebase
databases
open
sql-databases
2.5K

database-design

BK-CI 数据库设计规范与表结构指南,涵盖命名规范、字段类型选择、索引设计、分表策略、数据归档。当用户设计数据库表、优化索引、规划分表策略或进行数据库架构设计时使用。

TencentBlueKing
TencentBlueKing
databases
open
sql-databases
2.5K

29-4-process-dao-database

Process 模块 DAO 层与数据库表结构详细分析,涵盖 JOOQ 使用、表结构设计、索引优化、数据分片。当用户开发 Process 数据访问、设计表结构、优化查询性能或处理数据存储时使用。

TencentBlueKing
TencentBlueKing
databases
open
sql-databases
2.5K

44-database-design

BK-CI 数据库设计规范与表结构指南,涵盖命名规范、字段类型选择、索引设计、分表策略、数据归档。当用户设计数据库表、优化索引、规划分表策略或进行数据库架构设计时使用。

TencentBlueKing
TencentBlueKing
databases
open
sql-databases
2.5K

06-database-script-management

数据库脚本管理规范,涵盖 DDL/DML 脚本编写、版本命名规则、增量更新策略、数据迁移、回滚方案。当用户编写数据库脚本、新增表结构、修改字段、进行数据迁移或管理 SQL 版本时使用。

TencentBlueKing
TencentBlueKing
databases
open
database-tools
2.4K

remote-diff

Compare local branch changes against the remote branch to detect rebase/merge mistakes.

ryanb
ryanb
databases
open
sql-databases
2.2K

prisma-connection-pool-exhaustion

Fix Prisma "Too many connections" and connection pool exhaustion errors in serverless environments (Vercel, AWS Lambda, Netlify). Use when: (1) Error "P2024: Timed out fetching a new connection from the pool", (2) PostgreSQL "too many connections for role", (3) Database works locally but fails in production serverless, (4) Intermittent database timeouts under load.

blader
blader
databases
open
sql-databases
2.2K

blockchain-indexing

Index blockchain data (blocks, transactions, logs, tokens) to PostgreSQL/SqlServer/SQLite with progress tracking, reorg handling, and hosted services (.NET/C#). Use this skill when the user asks about blockchain indexing, block processing, event log crawling, database storage for blockchain data, token transfer indexing, balance aggregation, or chain reorganisation handling.

Nethereum
Nethereum
databases
open
sql-databases
2.2K

mud-indexing

Help users index MUD Store events, process on-chain table mutations, store in PostgreSQL or EF Core, normalise schemas, run continuous sync. Use when users mention MUD indexing, Store events, MUD PostgreSQL, MUD EF Core, StoreEventsLogProcessingService, or building an indexer for MUD World data.

Nethereum
Nethereum
databases
open
database-tools
2.2K

apm-assist

Reference and procedures for helping users understand APM, detect their installation state, answer questions from live docs, and handle migration from older versions.

sdi2200262
sdi2200262
databases
open
sql-databases
2.1K

postgis-skill

PostGIS-focused SQL tips, tricks and gotchas. Use when in need of dealing with geospatial data in Postgres.

postgis
postgis
databases
open
database-tools
2K

assets-copy

Copy assets at given paths and store them at new paths. Does AssetDatabase.Refresh() at the end. Use 'assets-find' tool to find assets before copying.

IvanMurzak
IvanMurzak
databases
open
database-tools
2K

assets-move

Move the assets at paths in the project. Should be used for asset rename. Does AssetDatabase.Refresh() at the end. Use 'assets-find' tool to find assets before moving.

IvanMurzak
IvanMurzak
databases
open
Previous
Page 8 / 166
Next