Database
Agentic Programming with AI: Practical Fundamentals course examples
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.
What its author says it does
Copied from the file, not written here
Database conventions and patterns. Use when working on database schemas, migrations, or data modeling.
SKILL.md
0.5 KB, 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