--- name: Enforcing pnpm description: Ensure pnpm is used exclusively for package management, blocking npm/yarn commands. Use when running package scripts, installing dependencies, or when user mentions package manager/依存関係/パッケージ. allowed-tools: Bash, Read --- # Enforcing pnpm プロジェクトでpnpmを統一的に使用するための強制スキル。 ## いつ使うか - パッケージのインストール時 - スクリプトの実行時 - 依存関係の管理時 - CI/CD設定時 - ユーザーがパッケージマネージャーについて言及した時 ## 基本原則 このプロジェクトは `packageManager: pnpm@xx.x.x` を前提として構成されている。 ### 1. 実行コマンド すべてのスクリプトは `pnpm