pgpm-sql-conventions とは?
pgpm 移行スクリプトの SQL ファイル形式と規則。デプロイ/リバート/検証 SQL ファイルを作成するとき、移行ファイル形式、SQL 命名規則、依存関係宣言、または pgpm の 3 つのファイル パターンについて質問された場合に使用します。 ソース: constructive-io/constructive-skills。
pgpm 移行スクリプトの SQL ファイル形式と規則。デプロイ/リバート/検証 SQL ファイルを作成するとき、移行ファイル形式、SQL 命名規則、依存関係宣言、または pgpm の 3 つのファイル パターンについて質問された場合に使用します。
コマンドラインで pgpm-sql-conventions AI スキルを開発環境にすばやくインストール
ソース: constructive-io/constructive-skills。
Rules and format for writing SQL migration files in pgpm modules.
pgpm is deterministic — each change is deployed exactly once and reverted exactly once. Use CREATE, not CREATE OR REPLACE:
If you need to modify an existing function, create a new change that drops and recreates it, or use the revert/redeploy cycle.
pgpm 移行スクリプトの SQL ファイル形式と規則。デプロイ/リバート/検証 SQL ファイルを作成するとき、移行ファイル形式、SQL 命名規則、依存関係宣言、または pgpm の 3 つのファイル パターンについて質問された場合に使用します。 ソース: constructive-io/constructive-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/constructive-io/constructive-skills --skill pgpm-sql-conventionspgpm 移行スクリプトの SQL ファイル形式と規則。デプロイ/リバート/検証 SQL ファイルを作成するとき、移行ファイル形式、SQL 命名規則、依存関係宣言、または pgpm の 3 つのファイル パターンについて質問された場合に使用します。 ソース: constructive-io/constructive-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/constructive-io/constructive-skills --skill pgpm-sql-conventions インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/constructive-io/constructive-skills