·wode-db-schema-pattern
</>

wode-db-schema-pattern

在 Wode 项目中设计、创建或修改 PostgreSQL 表架构时使用,包括 ID 策略、多租户隔离或命名约定

14安装·1热度·@wenerme

安装

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

如何安装 wode-db-schema-pattern

通过命令行快速安装 wode-db-schema-pattern AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/wenerme/ai --skill wode-db-schema-pattern
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:wenerme/ai。

SKILL.md

查看原文

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 |

在 Wode 项目中设计、创建或修改 PostgreSQL 表架构时使用,包括 ID 策略、多租户隔离或命名约定 来源:wenerme/ai。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/wenerme/ai --skill wode-db-schema-pattern
分类
</>开发工具
认证
收录时间
2026-02-26
更新时间
2026-03-10

Browse more skills from wenerme/ai

快速解答

什么是 wode-db-schema-pattern?

在 Wode 项目中设计、创建或修改 PostgreSQL 表架构时使用,包括 ID 策略、多租户隔离或命名约定 来源:wenerme/ai。

如何安装 wode-db-schema-pattern?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/wenerme/ai --skill wode-db-schema-pattern 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/wenerme/ai