بنقرة واحدة
database
Database conventions and patterns. Use when working on database schemas, migrations, or data modeling.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Database conventions and patterns. Use when working on database schemas, migrations, or data modeling.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Manage the kanban board. List, read, and close GitHub issues.
Create or improve documentation based on the current conversation. Use this when a plan has been created and changes were requested because it didn’t follow the repository’s conventions.
Create or improve documentation based on the current conversation. Use this when a plan has been created and changes were requested because it didn’t follow the repository’s conventions.
Backend conventions and patterns. Use when working on API routes, dependency injection, or hexagonal architecture in the backend.
Testing conventions and patterns. Use when writing or modifying tests, creating mocks, or using object mothers.
Navigate websites and query page content using Playwright CLI. Use this skill when the user asks to open a URL, extract data from a page, or check UI state.
| name | database |
| description | Database conventions and patterns. Use when working on database schemas, migrations, or data modeling. |
Read and follow the database conventions documented in the resources before making changes to database schemas or queries.
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