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
database-tools
125

shep-kit-merged

Use after a PR has been merged to clean up. Switches to main, pulls latest, and deletes the local feature branch. Triggers include "merged", "pr merged", "cleanup branch", or after confirming a PR was merged. Part of the Shep autonomous SDLC platform — https://shep.bot

shep-ai
shep-ai
databases
open
database-tools
125

db-migrate

Миграция схемы базы данных: SQLite → PostgreSQL/Supabase. Генерация SQL, проверка совместимости.

alexeykrol
alexeykrol
databases
open
sql-databases
125

sql-on-fhir

Expert guidance for implementing SQL on FHIR v2 ViewDefinitions and operations to create portable, tabular projections of FHIR data. Use this skill when the user asks to create ViewDefinitions, flatten FHIR resources into tables, write FHIRPath expressions for data extraction, implement forEach/forEachOrNull/repeat patterns for unnesting, create where clauses for filtering, use constants in view definitions, combine data with unionAll, execute ViewDefinitions with $run or $export operations, or implement SQL on FHIR server capabilities. Trigger keywords include "ViewDefinition", "SQL on FHIR", "flatten FHIR", "tabular FHIR", "FHIR to SQL", "FHIR analytics", "FHIRPath columns", "unnest FHIR", "$viewdefinition-run", "$export", "view runner", "repeat", "recursive", "QuestionnaireResponse".

aehrc
aehrc
databases
open
sql-databases
125

apache-spark-catalyst-api

Expert guidance for working with the Apache Spark Catalyst query optimisation framework. Use this skill when working with Spark SQL internals, creating custom expressions, implementing query optimisations, working with logical/physical plans, or extending Catalyst. Trigger keywords include "catalyst", "spark sql", "expression", "logical plan", "physical plan", "tree node", "query optimisation", "rule executor", "analyzer", "optimizer", "code generation".

aehrc
aehrc
databases
open
sql-databases
125

postgres-expert

PostgreSQL query optimization, JSONB operations, advanced indexing strategies, partitioning, connection management, and database administration. Use this skill for PostgreSQL-specific optimizations, performance tuning, replication setup, and PgBouncer configuration.

cin12211
cin12211
databases
open
database-tools
124

migrate

Migrate your Elle installation between versions. Handles any version-to-version upgrade path with sequential, idempotent steps. Use when updating Elle, when prompted by a version mismatch, or when the user says "migrate Elle" or "upgrade Elle".

kenneth-liao
kenneth-liao
databases
open
database-tools
124

literature-management

Import local literature into a managed library; trigger when you need offline deduplication, tagging, and a searchable index.

aipoch
aipoch
databases
open
database-tools
124

biopython-entrez

Use Bio.Entrez to access NCBI databases (e.g., PubMed/GenBank) for searching, fetching summaries, and downloading records when your workflow needs to call the NCBI E-utilities API over the network.

aipoch
aipoch
databases
open
database-tools
124

brewer

维护 Homebrew cask 到 brewforge/chinese 仓库。触发场景:(1) 用户要求添加或更新 cask;(2) 用户提供上游 cask 文件 URL;(3) 用户提到将软件收录到 brewforge。

Brewforge
Brewforge
databases
open
sql-databases
122

feishu-bitable

飞书多维表格管理。Activate when user mentions bitable, multi-dimensional tables, or bitable links.

SelectXn00b
SelectXn00b
databases
open
sql-databases
120

studio-db

Query Studio deployment PostgreSQL databases for transaction debugging and analytics

genlayerlabs
genlayerlabs
databases
open
database-tools
120

relic-shelf-migration

Migrate a Dart web server from Shelf to Relic. Side-by-side reference for every API change. Use when converting Shelf code to Relic, replacing shelf/shelf_router/shelf_web_socket imports, or upgrading an existing server.

serverpod
serverpod
databases
open
database-tools
120

relic-app-setup

Bootstrap a Relic web server, configure RelicApp, start serving, and enable hot reload. Use when creating a new Relic project, setting up a server, or configuring the development workflow.

serverpod
serverpod
databases
open
database-tools
120

history-stats-cache-change

处理 BatteryRecorder 历史统计缓存相关改动的固定流程。用于修改 AppStats、SceneStats、记录详情 power stats 的缓存 payload、cache key、命名目录、失效规则或版本号时,避免只改半条缓存链路。

Itosang
Itosang
databases
open
nosql-databases
118

redis

Manage Redis databases via the redis-cli tool.

olasunkanmi-SE
olasunkanmi-SE
databases
open
sql-databases
118

mysql

Manage MySQL databases via the mysql CLI.

olasunkanmi-SE
olasunkanmi-SE
databases
open
sql-databases
118

postgres

Manage PostgreSQL databases via the psql CLI.

olasunkanmi-SE
olasunkanmi-SE
databases
open
database-tools
116

bestblogs-add-source

Use when 用户想向 BestBlogs 添加一个或多个 RSS 订阅源,或导入 OPML 订阅列表。

ginobefun
ginobefun
databases
open
database-tools
116

bestblogs-translate-analysis-result

Use when 用户或 orchestrator 需要翻译某条 BestBlogs 已保存的分析结果,并持久化翻译内容,此时队列选择和评分判断已经完成。

ginobefun
ginobefun
databases
open
sql-databases
116

faasjs-best-practices

When working with FaasJS projects, must follow these best practices to ensure code quality, maintainability, and testability.

faasjs
faasjs
databases
open
nosql-databases
115

mongodb

Guide for implementing MongoDB - a document database platform with CRUD operations, aggregation pipelines, indexing, replication, sharding, search capabilities, and comprehensive security. Use when working with MongoDB databases, designing schemas, writing queries, optimizing performance, configuring deployments (Atlas/self-managed/Kubernetes), implementing security, or integrating with applications through 15+ official drivers. (project)

einverne
einverne
databases
open
sql-databases
115

postgresql-psql

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and using advanced psql features for database administration and development.

einverne
einverne
databases
open
database-tools
115

makemigrations

Create SQLite migrations for MemoryLane storage schema changes. Use when interfaces or persisted fields change in src/main/storage/index.ts, when a new column/index/table/trigger is needed, or when the user asks to add a migration similar to 0001_initial_schema.ts.

deusXmachina-dev
deusXmachina-dev
databases
open
database-tools
115

maui-sqlite-database

Add SQLite local database storage to .NET MAUI apps using sqlite-net-pcl. Covers data models with ORM attributes, async database service with lazy init, DI registration, WAL mode, and file management. Works with any UI pattern (XAML/MVVM, C# Markup, MauiReactor). USE FOR: "SQLite database", "local database", "sqlite-net-pcl", "offline storage", "CRUD database", "database service", "WAL mode", "CreateTableAsync", "local data persistence", "ORM attributes". DO NOT USE FOR: REST API data fetching (use maui-rest-api), secure credential storage (use maui-secure-storage), or file picking (use maui-file-handling).

davidortinau
davidortinau
databases
open
Previous
Page 40 / 166
Next