backend-database-patterns

Installation
SKILL.md

Backend Database Patterns

Purpose

Design efficient, maintainable database schemas and queries. Every schema change must be backward-compatible. Every query must be verifiable with EXPLAIN ANALYZE.

Agent Protocol

Trigger

Exact user phrases: "database design", "schema design", "query optimization", "slow query", "migration", "index", "ORM pattern", "repository pattern", "N+1 problem", "transaction", "table design", "data model".

Input Context

Before activating, verify:

  • The database type is known (PostgreSQL, MySQL, MongoDB, SQLite).
  • The ORM or query framework is known (TypeORM, Prisma, SQLAlchemy, Diesel, GORM, Spring Data JDBC/JPA).
  • The specific schema, query, or problem is described.

Output Artifact

No file output unless requested. Produces text guidance.

Installs
3
GitHub Stars
21
First Seen
Aug 12, 2026
backend-database-patterns — j4flmao/agent-skills