What problem does it solve?
This Skill ensures that all SQL migration files are named, structured, and written according to a strict, standardized format, preventing errors and maintaining consistency in the database schema evolution process.
Core Features & Use Cases
- Standardized Naming: Enforces a
<NNN>_<feature_slug>.sql format for clear identification.
- Structured Content: Dictates the exact order of sections (Reference, State, Read, Action functions) and formatting within SQL files.
- Header Compliance: Ensures all migration files include a mandatory, detailed header block.
- Use Case: When creating new database tables for a 'Player Inventory' feature, this Skill will generate a file named
002_player_inventory.sql (assuming 001 was for guilds) with the correct header and SQL structure.
Quick Start
Use the rpg-file-writer skill to create a new SQL migration file for the 'Quest System' feature.