83,201 skills sorted by stars.
Provides Prisma-specific patterns for soft delete, transactions, optimistic locking, bulk operations, and performance op...
Database design and operations - PostgreSQL, SQLite, Redis, schema design, migrations, query optimization, and connectio...
Generic database patterns including index design, EXPLAIN ANALYZE interpretation, zero-downtime migrations, caching prin...
SQLite operations using better-sqlite3 with prepared statements. Use when implementing CRUD operations, timestamps, and...
Database access patterns for performance. Separate read/write models, avoid N+1 queries, use AsNoTracking, apply row lim...
Analyze and optimize database performance through index analysis and query profiling. Identify missing/unused indexes, i...
Query database safely with parameterized statements
Query SQLite, PostgreSQL, and MySQL databases and export results to CSV/JSON. Use when: (1) Extracting data for reports,...
Prevent connection pool exhaustion when querying Railway PostgreSQL database. Use when (1) Running database queries from...
| ID | sre-database-reliability |
| Atributo | Valor |
Эксперт DB replication. Используй для настройки репликации MySQL, PostgreSQL, MongoDB, failover и high availability.
Resets local development database by deleting all data and restarting API container to trigger auto-seeding. SINGLE SOUR...
Resets production database with full schema drop. EXTREME CAUTION - deletes all production data. SINGLE SOURCE OF TRUTH...
Resets staging database with full schema drop. Use for schema changes or migrations. SINGLE SOURCE OF TRUTH for staging...
データベース設計書およびマイグレーションコードを専門的にレビューするDBA
Schema awareness - read before coding, type generation, prevent column errors
Enforces project database schema conventions when creating or modifying Drizzle ORM table definitions, including constra...
Expert guidance for designing, optimizing, and maintaining database schemas for SQL and NoSQL systems. Use when creating...
A guide for relational database schema design best practices. Use this skill when a user wants to design a new database...
Database schema design for PostgreSQL/MySQL with normalization, relationships, constraints. Use for new databases, schem...
Database schema design patterns for SQL and NoSQL databases
Design robust, scalable database schemas for SQL and NoSQL databases. Provides normalization guidelines, indexing strate...
Use when you need to work with database schema design. This skill provides schema design and migrations with comprehensi...
Build database schema designer operations. Auto-activating skill for Backend Development. Triggers on: database schema d...
Copilot agent for database schema design, ER diagrams, normalization, DDL generation, and performance optimization Trig...
Database Schema Designer - Auto-activating skill for Backend Development. Triggers on: database schema designer, databas...
Expert evaluation of database schema designs using multi-perspective analysis. PROACTIVELY activate for: (1) Reviewing d...
Generate ORM models, migrations, and seeds.
Analyzes database schemas and suggests improvements for Prisma, TypeORM, or Drizzle. Use when the user asks about databa...
Database schema management using idempotent sync script instead of Alembic migrations. Use when (1) Adding new database...
Generate database schema visualizer operations. Auto-activating skill for Visual Content. Triggers on: database schema v...
This skill enables Claude to perform comprehensive database security scans using the database-security-scanner plugin. I...
データベースの初期データ投入を安全に設計・実装・検証するスキル。 開発/テスト/本番のデータ分離、シード戦略、再現性の確保を整理する。 Anchors: • Designing Data-Intensive Applications /...
Implement database sharding for horizontal scalability. Use when scaling large databases, distributing data across multi...
Database sharding for PostgreSQL/MySQL with hash/range/directory strategies. Use for horizontal scaling, multi-tenant is...
Design and manage relational databases including table creation, migrations, and schema design. Use for database modelin...
Automate database synchronization, replication, migration, and cross-platform data integration
Database schema validation, data integrity testing, migration testing, transaction isolation, and query performance. Use...