Database
Database conventions and patterns. Use when working on database schemas, migrations, or data modeling.From its SKILL.md
npx -y skills add CodelyTV/agentic_programming-course --skill databaseAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.5 KB, 78 tokens by cl100k_base, as published. Nobody here has run it
Read and follow the database conventions documented in the resources before making changes to database schemas or queries.
Resources
not-null-fields.md— NOT NULL field conventionstable-naming-singular-plural-convention.md— Table naming conventions (singular vs plural)text-over-varchar-char-convention.md— Use TEXT over VARCHAR/CHAR convention
What ships with it: 3 files
5.7 KB alongside SKILL.md