什么是 pgpm-extensions?
在 pgpm 工作区中管理 PostgreSQL 扩展和 pgpm 模块。当被要求“添加扩展”、“安装模块”、“添加依赖项”、“使用 pgcrypto/uuid-ossp”或使用 .control 文件和扩展/目录时使用。关键 — 切勿直接运行 CREATE EXTENSION; pgpm 在部署期间处理扩展创建。 来源:constructive-io/constructive-skills。
在 pgpm 工作区中管理 PostgreSQL 扩展和 pgpm 模块。当被要求“添加扩展”、“安装模块”、“添加依赖项”、“使用 pgcrypto/uuid-ossp”或使用 .control 文件和扩展/目录时使用。关键 — 切勿直接运行 CREATE EXTENSION; pgpm 在部署期间处理扩展创建。
通过命令行快速安装 pgpm-extensions AI 技能到你的开发环境
来源:constructive-io/constructive-skills。
How extensions and modules work in pgpm — adding dependencies, installing packages, and understanding the .control file.
NEVER run CREATE EXTENSION directly in SQL migration files. pgpm is deterministic — it reads the .control file and handles extension creation automatically during pgpm deploy. Writing CREATE EXTENSION in a deploy script will cause errors or duplicate operations.
| uuid-ossp | UUID generation (uuidgeneratev4()) | | pgcrypto | Cryptographic functions (genrandombytes()) | | plpgsql | PL/pgSQL procedural language | | pgtrgm | Trigram text similarity | | citext | Case-insensitive text | | hstore | Key-value store |
在 pgpm 工作区中管理 PostgreSQL 扩展和 pgpm 模块。当被要求“添加扩展”、“安装模块”、“添加依赖项”、“使用 pgcrypto/uuid-ossp”或使用 .control 文件和扩展/目录时使用。关键 — 切勿直接运行 CREATE EXTENSION; pgpm 在部署期间处理扩展创建。 来源:constructive-io/constructive-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/constructive-io/constructive-skills --skill pgpm-extensions在 pgpm 工作区中管理 PostgreSQL 扩展和 pgpm 模块。当被要求“添加扩展”、“安装模块”、“添加依赖项”、“使用 pgcrypto/uuid-ossp”或使用 .control 文件和扩展/目录时使用。关键 — 切勿直接运行 CREATE EXTENSION; pgpm 在部署期间处理扩展创建。 来源:constructive-io/constructive-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/constructive-io/constructive-skills --skill pgpm-extensions 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/constructive-io/constructive-skills