~/agent-config
Browse
Skill

Database Schema Design

Models relational schemas with sane normalization, indexes, and constraints. Plans safe, reversible migrations and flags N+1 query risks early.

#database #sql #schema #migrations

Install

npx skills add https://github.com/obra/superpowers --skill database-schema

Where it installs

Default config location for each supported agent.

Best for

BackendDatabaseFullstack

Related resources

Skill

API Design

Designs consistent REST and RPC APIs — resource naming, status codes, pagination, versioning, and error shapes. Produces an OpenAPI-friendly contract.…

#api #rest #design +1

Cursor, Claude Code, Windsurf +3

MCP

Postgres MCP

Gives your agent read-only access to a PostgreSQL database so it can inspect schemas and run queries while writing data-layer code. Point it at a conn…

#mcp #postgres #database +1

Cursor, Claude Code, Windsurf +2

Details