home/categories/database-tools
category focus

DB Tools

ORMs, migrations, and clients.

1166 اسکلزall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
database-tools
356

memory-flush

Prune stale memory entries and consolidate the memory index

paperclipai
paperclipai
databases
open
database-tools
349

513-frameworks-micronaut-db-migrations-flyway

Use when you need to add or review Flyway database migrations in a Micronaut application — micronaut-flyway, db/migration scripts, flyway.datasources.* configuration, and alignment with JDBC or Micronaut Data. Part of the skills-for-java project

jabrena
jabrena
databases
open
database-tools
349

313-frameworks-spring-db-migrations-flyway

Use when you need to add or review Flyway database migrations in a Spring Boot application — Maven dependencies, db/migration scripts, spring.flyway.* configuration, baseline and validation, and alignment with JDBC or Spring Data JDBC. Part of the skills-for-java project

jabrena
jabrena
databases
open
database-tools
349

413-frameworks-quarkus-db-migrations-flyway

Use when you need to add or review Flyway database migrations in a Quarkus application — quarkus-flyway extension, db/migration scripts, quarkus.flyway.* configuration, migrate-at-start, and alignment with JDBC or Panache. Part of the skills-for-java project

jabrena
jabrena
databases
open
database-tools
341

ue5-save-load-replication

UE5.6/UE5.7 save/load and multiplayer replication workflow for gameplay systems. Use when requests involve SaveGame schema design, serialization, restore pipelines, RepNotify handling, RPC entry points, and server-authoritative validation.

UnrealXu
UnrealXu
databases
open
database-tools
319

perses

Perses platform operations: dashboards, plugins, deployment, migration, and quality.

notque
notque
databases
open
database-tools
304

database-testing

Database schema validation, data integrity testing, migration testing, transaction isolation, and query performance. Use when testing data persistence, ensuring referential integrity, or validating database migrations.

proffesor-for-testing
proffesor-for-testing
databases
open
database-tools
304

nest-7175-c

将旧版NEST代码迁移至7.17.5版本,处理查询结构变更、聚合API更新及枚举修正,并提供中文解释。

ECNU-ICALK
ECNU-ICALK
databases
open
database-tools
304

nest-7-17-5-csharp-migration-refactor

将旧版NEST代码迁移至NEST 7.17.5版本,处理Facets到Aggregations、Filtered到Bool查询、字段路径、范围查询方法及枚举值的变更。

ECNU-ICALK
ECNU-ICALK
databases
open
database-tools
304

upgrade-nest-csharp-1x-to-7x

将基于NEST 1.x版本的C#代码迁移升级到NEST 7.17.5版本,涵盖索引管理、映射、查询构建、源字段过滤、聚合及MultiSearch的API语法变更。

ECNU-ICALK
ECNU-ICALK
databases
open
database-tools
304

nest-1x7x

将基于旧版Nest库(1.x)的C#代码迁移升级到新版Nest库(7.17.5),涵盖API变更、查询语法重构、Source过滤、聚合更新及MultiSearch逻辑重写。

ECNU-ICALK
ECNU-ICALK
databases
open
database-tools
304

qe-database-testing

Database schema validation, data integrity testing, migration testing, transaction isolation, and query performance. Use when testing data persistence, ensuring referential integrity, or validating database migrations.

proffesor-for-testing
proffesor-for-testing
databases
open
database-tools
304

firebase-anonymous-google-migration-utility

Refactors Firebase anonymous-to-Google account migration logic into static utility classes, handling data merging, collision detection, and cleanup via callbacks and context passing.

ECNU-ICALK
ECNU-ICALK
databases
open
database-tools
301

volcengine-rds-postgresql

使用火山引擎 RDS PostgreSQL,帮助用户完成 RDS PostgreSQL 相关的实例管理、数据库操作、账号管理和运维任务,可直接调用 uv run ./scripts/call_rds_postgresql.py 脚本获取实时结果。

bytedance
bytedance
databases
open
database-tools
301

byted-viking-aisearch-database

简化版数据库工具,适用于火山引擎 RDS 实例以及自建数据库的元数据查询、SQL 执行、nl2sql 等场景。当用户需要查询火山引擎 RDS 实例以及自建数据库表结构、查看数据、执行 SQL 或将自然语言转换为 SQL 时使用此 skill。

bytedance
bytedance
databases
open
database-tools
295

implement

Execute an implementation plan, making changes and committing properly

gittower
gittower
databases
open
database-tools
276

tauri-app-sql

Access SQLite, MySQL, or PostgreSQL databases from the frontend using the Tauri v2 SQL plugin with migrations. Use when setting up a database connection, running SQL migrations, or executing queries with scoped access from the frontend.

partme-ai
partme-ai
databases
open
database-tools
276

oracle-db-skills

117 Oracle Database reference guides covering SQL, PL/SQL, performance tuning, security, ORDS, SQLcl, migrations, and more. Load individual skill files on demand for expert guidance on any Oracle topic.

krisrice
krisrice
databases
open
database-tools
270

memstack-development-migration-planner

Use this skill when the user says 'migration', 'schema change', 'database migration', 'alter table', 'add column', 'change type', 'rollback plan', or needs safe database schema evolution with zero-downtime strategies. Do NOT use for initial database design (use database-architect) or code refactoring.

cwinvestments
cwinvestments
databases
open
database-tools
269

abap-performance-ecc

ABAP performance best practices for ECC / traditional database systems (Oracle, DB2,MSSQL, MaxDB). Use when writing or reviewing ABAP code on NON-HANA systems.IMPORTANT: First use the SAP system info tool to check the system type — if the system is S/4HANA or runs on HANA DB, load the abap-performance-hana skill instead. Covers database access, buffering, internal table optimization, and ECC-specific patterns.

marcellourbani
marcellourbani
databases
open
database-tools
261

optimizing-ef-core-queries

Optimize Entity Framework Core queries by fixing N+1 problems, choosing correct tracking modes, using compiled queries, and avoiding common performance traps. Use when EF Core queries are slow, generating excessive SQL, or causing high database load.

managedcode
managedcode
databases
open
database-tools
261

migrate-dotnet10-to-dotnet11

Migrate a .NET 10 project or solution to .NET 11 and resolve all breaking changes. This is a MIGRATION skill — use it when upgrading from .NET 10 to .NET 11, NOT for writing new programs. USE FOR: upgrading TargetFramework from net10.0 to net11.0, fixing build errors after updating the .NET 11 SDK, resolving source-breaking and behavioral changes in .NET 11 runtime, C# 15 compiler, and EF Core 11, adapting to updated minimum hardware requirements (x86-64-v2, Arm64 LSE), and updating CI/CD pipelines and Dockerfiles for .NET 11. DO NOT USE FOR: .NET Framework migrations, upgrading from .NET 9 or earlier, greenfield .NET 11 projects, or cosmetic modernization unrelated to the upgrade. NOTE: .NET 11 is in preview. Covers breaking changes through Preview 1.

managedcode
managedcode
databases
open
database-tools
257

caching

Caching strategies for .NET 10 applications. Covers HybridCache (the default), output caching, response caching, and distributed cache patterns. Load this skill when implementing caching, optimizing read performance, reducing database load, or when the user mentions "cache", "HybridCache", "Redis", "output cache", "response cache", "distributed cache", "IMemoryCache", "cache invalidation", "stampede protection", or "cache-aside".

codewithmukesh
codewithmukesh
databases
open
database-tools
254

tech-resume-optimizer

Optimize resumes for software engineering, PM, and technical roles

Paramchoudhary
Paramchoudhary
databases
open
Previous
Page 11 / 49
Next