什么是 pgpm-changes?
作者数据库使用三文件模式(部署/恢复/验证)通过 pgpm 进行更改。当要求“添加表”、“创建函数”、“添加迁移”、“写入数据库更改”或修改数据库架构时使用。 来源:constructive-io/constructive-skills。
作者数据库使用三文件模式(部署/恢复/验证)通过 pgpm 进行更改。当要求“添加表”、“创建函数”、“添加迁移”、“写入数据库更改”或修改数据库架构时使用。
通过命令行快速安装 pgpm-changes AI 技能到你的开发环境
来源:constructive-io/constructive-skills。
Create safe, reversible database changes using pgpm's three-file pattern. Every change has deploy, revert, and verify scripts.
| deploy/ .sql | Creates the object | | revert/ .sql | Removes the object | | verify/ .sql | Confirms deployment |
Deploy scripts create database objects. Use CREATE, not CREATE OR REPLACE (pgpm is deterministic).
作者数据库使用三文件模式(部署/恢复/验证)通过 pgpm 进行更改。当要求“添加表”、“创建函数”、“添加迁移”、“写入数据库更改”或修改数据库架构时使用。 来源:constructive-io/constructive-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/constructive-io/constructive-skills --skill pgpm-changes作者数据库使用三文件模式(部署/恢复/验证)通过 pgpm 进行更改。当要求“添加表”、“创建函数”、“添加迁移”、“写入数据库更改”或修改数据库架构时使用。 来源:constructive-io/constructive-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/constructive-io/constructive-skills --skill pgpm-changes 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/constructive-io/constructive-skills