·wode-db-schema-pattern
</>

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

14Installs·2Trend·@wenerme

Installation

$npx skills add https://github.com/wenerme/ai --skill wode-db-schema-pattern

How to Install wode-db-schema-pattern

Quickly install wode-db-schema-pattern AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/wenerme/ai --skill wode-db-schema-pattern
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: wenerme/ai.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/wenerme/ai --skill wode-db-schema-pattern
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from wenerme/ai

Quick answers

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.

How do I install wode-db-schema-pattern?

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

Where is the source repository?

https://github.com/wenerme/ai