Skip to main content
~/
skillsmp
$
ai
--search
$
cd
/occupations
$
watch
stats
$
man
docs
ZH
在 Manus 中运行任何 Skill
一键导入
一键在 Manus 中运行任何 Skill
开始使用
$
cd
top
一键运行任何 Skill
数据库工具 - Agent Skills | SkillsMP
$
pwd:
~
/
categories
/
database-tools
数据库工具
浏览数据库迁移、备份和优化的 agent skills。高效管理数据库操作。
最多星标
最近更新
database-migrations.md
165.9k
from
"affaan-m/everything-claude-code"
Şema değişiklikleri, veri migration'ları, rollback'ler ve PostgreSQL, MySQL ve yaygın ORM'ler (Prisma, Drizzle, Django, TypeORM, golang-migrate) arasında sıfır kesinti deployment'ları için veritabanı migration en iyi uygulamaları.
2026-03-22
database-migrations.md
165.9k
from
"affaan-m/everything-claude-code"
数据库迁移最佳实践,涵盖模式变更、数据迁移、回滚以及零停机部署,适用于PostgreSQL、MySQL及常用ORM(Prisma、Drizzle、Django、TypeORM、golang-migrate)。
2026-03-22
postgres-patterns.md
165.9k
from
"affaan-m/everything-claude-code"
PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.
2026-03-03
frontend-query-mutation.md
139.0k
from
"langgenius/dify"
Guide for implementing Dify frontend query and mutation patterns with TanStack Query and oRPC. Trigger when creating or updating contracts in web/contract, wiring router composition, consuming consoleQuery or marketplaceQuery in components or services, deciding whether to call queryOptions() directly or extract a helper or use-* hook, handling conditional queries, cache invalidation, mutation error handling, or migrating legacy service calls to contract-first query and mutation helpers.
2026-04-02
db-migrations.md
75.6k
from
"lobehub/lobehub"
Use when generating or regenerating Drizzle migration files, changing database schema tables or columns, resolving migration sequence conflicts after rebase, reviewing migration SQL for idempotent patterns, or renaming migration files.
2026-03-23
drizzle.md
75.6k
from
"lobehub/lobehub"
Drizzle ORM schema and database guide. Use when working with database schemas (src/database/schemas/*), defining tables, creating migrations, or database model code. Triggers on Drizzle schema definition, database migrations, or ORM usage questions.
2026-03-02
discourse-migration.md
46.9k
from
"discourse/discourse"
MUST load before writing or reviewing any database migration (db/migrate, db/post_migrate, plugin migrations)
2026-04-20
syncable-entity-runner-and-actions.md
45.1k
from
"twentyhq/twenty"
Implement action handlers for executing workspace migrations in Twenty. Use when creating database operations for syncable entities, implementing universal-to-flat entity transpilation, or handling create/update/delete actions in the runner layer.
2026-02-13
cell-architecture.md
43.7k
from
"getsentry/sentry"
Reference and active migration guide for Sentry's cell architecture. Explains what cells and localities are and why they're different, how requests reach cells via Synapse API routing, ingestion routing, and the control silo gateway, and how to safely query cross-cell data without silently missing results. The migration section covers how to do migration work: draining the URL_NAME_TO_ACTION registry in test_urls.py to zero (with a recipe for each action type), rolling deploy safety and the two-phase pattern required by independent sentry/getsentry deploys, and the region -> cell rename including what not to rename (DB columns, AWS refs, uptime regions, billing address). Also documents known issues with proposed fixes: org listing and creation without a slug, integration TeamLinkageView routing, Jira cross-cell fan-out, and relocation endpoint routing.
2026-03-27
generate-migration.md
43.7k
from
"getsentry/sentry"
Generate Django database migrations for Sentry. Use when creating migrations, adding/removing columns or tables, adding indexes, or resolving migration conflicts.
2026-02-20
azure-resource-manager-postgresql-dotnet.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Azure PostgreSQL Flexible Server SDK for .NET. Database management for PostgreSQL Flexible Server deployments.
2026-04-13
bazel-build-optimization.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.
2026-04-13
context-management-context-restore.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Use when working with context management context restore
2026-04-13
database-optimizer.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Expert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures.
2026-04-13
framework-migration-deps-upgrade.md
34.9k
from
"sickn33/antigravity-awesome-skills"
You are a dependency management expert specializing in safe, incremental upgrades of project dependencies. Plan and execute dependency updates with minimal risk, proper testing, and clear migration pa
2026-04-13
similarity-search-patterns.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance.
2026-04-13
odoo-backup-strategy.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Complete Odoo backup and restore strategy: database dumps, filestore backup, automated scheduling, cloud storage upload, and tested restore procedures.
2026-03-04
sql-optimization-patterns.md
34.2k
from
"wshobson/agents"
Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.
2026-03-07
database-migration.md
34.2k
from
"wshobson/agents"
Execute database migrations across ORMs and platforms with zero-downtime strategies, data transformation, and rollback procedures. Use when migrating databases, changing schemas, performing data transformations, or implementing zero-downtime deployment strategies.
2026-03-07
app-frontend-system-migration.md
33.2k
from
"backstage/backstage"
Migrate a Backstage app from the old frontend system to the new one. Use this skill when converting an app to use the new extension-based frontend system, including the hybrid migration phase and the full migration of routes, sidebar, plugins, APIs, themes, and other app-level concerns.
2026-03-25
creating-oracle-to-postgres-master-migration-plan.md
31.1k
from
"github/awesome-copilot"
Discovers all projects in a .NET solution, classifies each for Oracle-to-PostgreSQL migration eligibility, and produces a persistent master migration plan. Use when starting a multi-project Oracle-to-PostgreSQL migration, creating a migration inventory, or assessing which .NET projects contain Oracle dependencies.
2026-03-10
symfony-merge-up.md
31.0k
from
"symfony/symfony"
Cascade-merge maintained Symfony branches from oldest to newest (e.g. 6.4 → 7.4 → 8.0 → 8.1). Use when the user says "merge branches", "merge up", "cascade merge", "sync branches", or "update branches".
2026-03-28
heroui-migration.md
29.0k
from
"heroui-inc/heroui"
HeroUI v2 to v3 migration guide for agents. Use when migrating HeroUI v2 apps to v3, upgrading components, or accessing migration documentation. Keywords: HeroUI migration, v2 to v3, migration guide, upgrade HeroUI.
2026-04-09
react-query-best-practices.md
27.9k
from
"simstudioai/sim"
Audit React Query usage for best practices — key factories, staleTime, mutations, and server state ownership
2026-04-13
migrate-nanoclaw.md
27.9k
from
"qwibitai/nanoclaw"
Extracts user customizations from a fork, generates a replayable migration guide, and upgrades to upstream by reapplying customizations on a clean base. Replaces merge-based upgrades with intent-based migration.
2026-04-22
neon-instagres.md
25.1k
from
"davila7/claude-code-templates"
Instantly provision production-ready Postgres databases with Neon Instagres. Use when setting up databases, when users mention PostgreSQL/Postgres, database setup, or need a development database. Works with Drizzle, Prisma, raw SQL.
2026-03-26
brightdata-local-search.md
25.1k
from
"davila7/claude-code-templates"
Set up and run local web searches using Bright Data SERP API with the unfancy-search pipeline (query expansion, SERP retrieval, RRF reranking).
2026-03-18
pocketbase-migrations.md
25.1k
from
"davila7/claude-code-templates"
Schema migrations and versioning for PocketBase. Use when creating migrations, managing schema versions, syncing collections between environments, using automigrate, or creating collections programmatically. Covers migrate commands, migration file format, snapshot imports, and the _migrations tracking table.
2026-03-11
saleor-django-migration.md
22.8k
from
"saleor/saleor"
Generate Django schema migrations for the Saleor codebase using manage.py makemigrations. Use when (1) a new Django model is created, (2) model fields are added/altered/removed, (3) user explicitly asks to create a migration. This skill covers ONLY synchronous schema migrations (CreateModel, AddField, AlterField, RemoveField, etc.) — NOT data migrations with RunPython or RunSQL. If unsure whether the migration is schema-only, ask the user.
2026-03-05
update-existing-branch.md
21.9k
from
"dotnet/core"
Refresh an existing .NET release-notes milestone branch or PR incrementally. Checks whether the VMR ref moved, regenerates `changes.json` only when needed, merges the delta into `features.json`, integrates new material into existing markdown clusters, and responds to review feedback. USE FOR: reruns on a populated release-notes branch. DO NOT USE FOR: first-pass generation of a new milestone (use generate-changes, generate-features, and release-notes).
2026-04-08
db-migration.md
21.8k
from
"activepieces/activepieces"
Creates TypeORM database migrations for the Activepieces server. Use when the user asks to add a column, create a table, add an index, or make any schema change to the database.
2026-04-16
implementing-dapper-queries.md
18.5k
from
"bitwarden/server"
Implementing Dapper repository methods and stored procedures for MSSQL at Bitwarden. Use when creating or modifying Dapper repositories, writing stored procedures, or working with MSSQL-specific data access in the server repo. Also use when writing MSSQL migration scripts under `util/Migrator/DbScripts/` or touching SSDT schema under `src/Sql/dbo/`.
2026-04-21
implementing-ef-core.md
18.5k
from
"bitwarden/server"
Implementing Entity Framework Core repositories and migrations for PostgreSQL, MySQL, and SQLite at Bitwarden. Use when creating or modifying EF repositories, generating EF migrations, or working with non-MSSQL data access in the server repo. Also use when editing `EntityTypeConfiguration<T>` classes or debugging provider-specific LINQ translation issues.
2026-04-21
update-os-coverage.md
17.8k
from
"dotnet/runtime"
Update OS version references in Helix queue definitions to add new versions, replace EOL versions, or audit coverage against the supported-os matrix. USE FOR: adding new OS versions to Helix queues, replacing EOL OS versions, upgrading "oldest" or "latest" version references, auditing Helix coverage. DO NOT USE FOR: creating new container images (that's dotnet-buildtools-prereqs-docker), updating supported-os.json (that's the update-supported-os skill in dotnet/core).
2026-04-17
migrations.md
14.6k
from
"dotnet/efcore"
Implementation details for EF Core migrations. Use when changing MigrationsSqlGenerator, model diffing, migration operations, HistoryRepository, the Migrator or related classes.
2026-04-18
django-migration-psql.md
13.7k
from
"prowler-cloud/prowler"
Reviews Django migration files for PostgreSQL best practices specific to Prowler. Trigger: When creating migrations, running makemigrations/pgmakemigrations, reviewing migration PRs, adding indexes or constraints to database tables, modifying existing migration files, or writing data backfill migrations. Always use this skill when you see AddIndex, CreateModel, AddConstraint, RunPython, bulk_create, bulk_update, or backfill operations in migration files.
2026-03-12
release-manager.md
12.6k
from
"alirezarezvani/claude-skills"
Use when the user asks to plan releases, manage changelogs, coordinate deployments, create release branches, or automate versioning.
2026-03-23
migrate.md
11.0k
from
"garrytan/gbrain"
Universal migration from Obsidian, Notion, Logseq, markdown, CSV, JSON, Roam
2026-04-18
database-operation.md
10.9k
from
"jxxghp/MoviePilot"
Use this skill when you need to execute SQL against the MoviePilot database. This skill guides you through connecting to the database and executing SQL statements. The database type (SQLite or PostgreSQL) and connection details are provided in the system prompt <system_info>. Applicable scenarios include: 1) The user asks about data statistics, counts, or aggregations that existing tools don't cover; 2) The user wants to inspect, modify, or fix raw database records; 3) The user asks to clean up data, update records, or perform database maintenance; 4) The user asks questions like "how many downloads", "show me site stats", "delete old records", etc.
2026-04-08
transfer-failed-retry.md
10.9k
from
"jxxghp/MoviePilot"
Use this skill when you need to retry failed file transfers/organizations. Given one or more failed transfer history record IDs, this skill guides you through querying the failure details, deleting the old records, and re-identifying and re-organizing the files. Supports batch processing of multiple files from the same media (e.g., multiple episodes of a TV show). This skill is automatically triggered when the system detects transfer failures and the AI agent retry feature is enabled.
2026-04-08
electric-postgres-security.md
10.1k
from
"electric-sql/electric"
Pre-deploy security checklist for Postgres with Electric. Checks REPLICATION role, SELECT grants, CREATE on database, table ownership, REPLICA IDENTITY FULL on all synced tables, publication management (auto vs manual with ELECTRIC_MANUAL_TABLE_PUBLISHING), connection pooler exclusion for DATABASE_URL (use direct connection), and ELECTRIC_POOLED_DATABASE_URL for pooled queries. Load before deploying Electric to production or when diagnosing Postgres permission errors.
2026-03-06
dsql.md
8.9k
from
"awslabs/mcp"
Build with Aurora DSQL - manage schemas, execute queries, and handle migrations with DSQL-specific requirements. Use when developing a scalable or distributed database/application or user requests DSQL.
2026-03-03
database-optimizer.md
8.5k
from
"Jeffallan/claude-skills"
Optimizes database queries and improves performance across PostgreSQL and MySQL systems. Use when investigating slow queries, analyzing execution plans, or optimizing database performance. Invoke for index design, query rewrites, configuration tuning, partitioning strategies, lock contention resolution.
2026-03-23
postgres-pro.md
8.5k
from
"Jeffallan/claude-skills"
Use when optimizing PostgreSQL queries, configuring replication, or implementing advanced database features. Invoke for EXPLAIN analysis, JSONB operations, extension usage, VACUUM tuning, performance monitoring.
2026-03-06
migrate-to-sqlite.md
8.3k
from
"fastrepl/char"
Migrate a TinyBase table to SQLite. Use when asked to move a data domain (e.g. templates, vocabs) from the TinyBase store to the app SQLite database.
2026-04-19
supabase.md
6.6k
from
"stagewise-io/stagewise"
Complete guide for the Supabase plugin — Management API access for running SQL queries, listing projects, managing edge functions, secrets, migrations, and inspecting project health.
2026-03-15
squash-migrations.md
6.6k
from
"instructure/canvas-lms"
Guidelines for squashing old Canvas database migrations
2026-03-27
tanstack-query.md
6.3k
from
"Kiranism/next-shadcn-dashboard-starter"
TanStack Query v5 data fetching patterns including useSuspenseQuery, useQuery, mutations, cache management, and API service integration. Use when fetching data, managing server state, or working with TanStack Query hooks.
2026-03-28