pgpm-module-naming とは?
pgpm モジュールで npm パッケージ名と制御ファイル名をいつ使用するかを理解します。 .control ファイルの作成、SQL require ステートメントの作成、pgpm install の実行、またはモジュール間の依存関係の参照を行う場合に使用します。 ソース: constructive-io/constructive-skills。
pgpm モジュールで npm パッケージ名と制御ファイル名をいつ使用するかを理解します。 .control ファイルの作成、SQL require ステートメントの作成、pgpm install の実行、またはモジュール間の依存関係の参照を行う場合に使用します。
コマンドラインで pgpm-module-naming AI スキルを開発環境にすばやくインストール
ソース: constructive-io/constructive-skills。
pgpm modules have two different identifiers that serve different purposes. Understanding when to use each is critical for correct dependency management.
Defined in package.json as the name field. Used for npm distribution and the pgpm install command.
Defined by the .control filename and %project= in pgpm.plan. Used in PostgreSQL extension system and SQL dependency declarations.
pgpm モジュールで npm パッケージ名と制御ファイル名をいつ使用するかを理解します。 .control ファイルの作成、SQL require ステートメントの作成、pgpm install の実行、またはモジュール間の依存関係の参照を行う場合に使用します。 ソース: constructive-io/constructive-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/constructive-io/constructive-skills --skill pgpm-module-namingpgpm モジュールで npm パッケージ名と制御ファイル名をいつ使用するかを理解します。 .control ファイルの作成、SQL require ステートメントの作成、pgpm install の実行、またはモジュール間の依存関係の参照を行う場合に使用します。 ソース: constructive-io/constructive-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/constructive-io/constructive-skills --skill pgpm-module-naming インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/constructive-io/constructive-skills