postgres-migration-author
Wat het doet
Use when authoring a PostgreSQL migration. Enforces backwards-compatible patterns and concurrent index creation.
Installeren opent dit item in je AgentsRoom-desktopapp. Is de app nog niet geïnstalleerd, dan word je naar de downloadpagina gestuurd.
SKILL.md
--- name: postgres-migration-author description: Use when authoring a PostgreSQL migration. Enforces backwards-compatible patterns and concurrent index creation. --- # PostgreSQL migration author When asked to write a migration: 1. NEVER drop or rename a column in the same release that introduces a new use of it. Two-step it. 2. Use `CREATE INDEX CONCURRENTLY` outside transactions. 3. Backfill in batches; refuse to write a single `UPDATE` over millions of rows without explicit confirmation. 4. Always add a `down` migration unless the user opts out with a comment. 5. Default new boolean columns with a value, never NULL — saves a NULL-safety pass downstream.
Tags
Meer over dit onderwerp
Claude Ads: de Claude Code vaardigheid die je advertentieaccounts controleert
Claude Ads is een open source vaardigheid voor Claude Code: 250+ controles op Google, Meta, LinkedIn, TikTok of Amazon Ads, een score uit 100 en een geprioriteerd actieplan, in ongeveer tien minuten. Installeren, commando's, limieten, en hoe het te orkestreren in AgentsRoom.
AGENTS.md: Eén contextbestand voor elke coderingagent (Codex, Antigravity, Claude)
AGENTS.md is het draagbare instructiebestand dat je AI-coderingsagents lezen voordat ze je code aanraken. Wat erin te zetten, hoe het verschilt van CLAUDE.md, en hoe je één context behoudt over Codex, Antigravity en Claude.
Download AgentsRoom
Draai al je AI-agenten, op al je projecten, vanuit één enkel venster.
Companion-app: houd je agents onderweg in de gaten
Breng je eigen: Claude, Codex, Antigravity CLI of andere AI-provider.
Stuur bugs en verzoeken direct naar je openbare backlog.