·pgpm-extensions
</>

pgpm-extensions

在 pgpm 工作区中管理 PostgreSQL 扩展和 pgpm 模块。当被要求“添加扩展”、“安装模块”、“添加依赖项”、“使用 pgcrypto/uuid-ossp”或使用 .control 文件和扩展/目录时使用。关键 — 切勿直接运行 CREATE EXTENSION; pgpm 在部署期间处理扩展创建。

0安装·0热度·@constructive-io

安装

$npx skills add https://github.com/constructive-io/constructive-skills --skill pgpm-extensions

如何安装 pgpm-extensions

通过命令行快速安装 pgpm-extensions AI 技能到你的开发环境

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

来源:constructive-io/constructive-skills。

SKILL.md

查看原文

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
分类
</>开发工具
认证
收录时间
2026-02-28
更新时间
2026-03-10

Browse more skills from constructive-io/constructive-skills

快速解答

什么是 pgpm-extensions?

在 pgpm 工作区中管理 PostgreSQL 扩展和 pgpm 模块。当被要求“添加扩展”、“安装模块”、“添加依赖项”、“使用 pgcrypto/uuid-ossp”或使用 .control 文件和扩展/目录时使用。关键 — 切勿直接运行 CREATE EXTENSION; pgpm 在部署期间处理扩展创建。 来源:constructive-io/constructive-skills。

如何安装 pgpm-extensions?

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

这个 Skill 的源码在哪?

https://github.com/constructive-io/constructive-skills