Search Skills
Search across 54932 indexed skills
database-diff-tool
This skill empowers Claude to perform production-grade database schema comparisons, generate safe migration scripts, and create rollback procedures. I...
database-transaction-monitor
This skill empowers Claude to proactively monitor database transactions, identify performance bottlenecks like long-running queries and lock contentio...
database-partition-manager
This skill automates the design, implementation, and management of database table partitioning strategies. It helps optimize query performance, manage...
database-deadlock-detector
This skill enables Claude to automatically detect, analyze, and prevent database deadlocks in database systems. It provides insights into transaction ...
database-cache-layer
This skill empowers Claude to implement a production-ready multi-tier caching architecture for databases. It leverages Redis for distributed caching, ...
database-recovery-manager
This skill empowers Claude to orchestrate comprehensive database recovery strategies, including disaster recovery setup, point-in-time recovery implem...
database-test-manager
This skill empowers Claude to create and manage comprehensive database testing workflows. It facilitates the generation of realistic test data, ensure...
database-test-helper
This skill provides automated assistance for database test helper tasks within the Test Automation domain. This skill activates automatically when you...
database-archival-system
This skill provides a streamlined way to archive database records, freeing up space on the primary database and ensuring compliance with data retentio...
database-query
Safely query databases using parameterized statements. Provide query parameters and get results safely.
database-migrations
为生产系统提供安全、可逆的数据库模式变更。 创建或修改数据库表 添加/删除列或索引 运行数据迁移(回填、转换) 计划零停机模式变更 为新项目设置迁移工具 每个变更都是一次迁移 — 切勿手动更改生产数据库 迁移在生产环境中是只进不退的 — 回滚使用新的前向迁移 模式迁移和数据迁移是分开的 — 切勿在一...
database-admin
"先严父后慈" —— 杜子美 本技能提供全面的数据库管理功能,包括表结构创建、数据操作、查询优化、类型处理(如 BIGINT)等。所有操作均遵循 SQL 最佳实践和事务安全原则。 自动设计最优表结构(主键、索引、约束) 支持多种数据类型(TEXT、VARCHAR、BIGINT、UUID、JSONB、...