What is wode-db-schema-pattern?
Use when designing, creating, or modifying PostgreSQL table schemas in the Wode project, including ID strategy, multi-tenant isolation, or naming conventions Source: wenerme/ai.
Use when designing, creating, or modifying PostgreSQL table schemas in the Wode project, including ID strategy, multi-tenant isolation, or naming conventions
Quickly install wode-db-schema-pattern AI skill to your development environment via command line
Source: wenerme/ai.
You are strictly required to follow this PostgreSQL schema design pattern. When creating or modifying table structures, you MUST adhere to every rule below.
When adding flexible data fields, you MUST follow this separation:
| attributes | Client read/write | User-defined custom fields | | properties | Server write, client read | Server-managed configuration | | extensions | Internal only | Hidden from client API | | metadata | Supplementary | Descriptive content |
Use when designing, creating, or modifying PostgreSQL table schemas in the Wode project, including ID strategy, multi-tenant isolation, or naming conventions Source: wenerme/ai.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/wenerme/ai --skill wode-db-schema-patternUse when designing, creating, or modifying PostgreSQL table schemas in the Wode project, including ID strategy, multi-tenant isolation, or naming conventions Source: wenerme/ai.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/wenerme/ai --skill wode-db-schema-pattern Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/wenerme/ai