implementing-dapper-queries とは?
Bitwarden で MSSQL 用の Dapper リポジトリ メソッドとストアド プロシージャを実装します。 Dapper リポジトリを作成または変更する場合、ストアド プロシージャを作成する場合、またはサーバー リポジトリで MSSQL 固有のデータ アクセスを操作する場合に使用します。 ソース: bitwarden/ai-plugins。
Bitwarden で MSSQL 用の Dapper リポジトリ メソッドとストアド プロシージャを実装します。 Dapper リポジトリを作成または変更する場合、ストアド プロシージャを作成する場合、またはサーバー リポジトリで MSSQL 固有のデータ アクセスを操作する場合に使用します。
コマンドラインで implementing-dapper-queries AI スキルを開発環境にすばやくインストール
ソース: bitwarden/ai-plugins。
All Dapper implementations live in src/Infrastructure/Dapper/Repositories/. Each repository class implements an interface from src/Core/ and uses stored procedures for all database operations. The repository method is intentionally thin — it maps C# parameters to SQL parameters and maps result sets back to domain objects.
The default pattern is stored procedures for all Dapper database operations. Some exceptions exist where inline SQL is used — these are provided automatically by the repository base class and parent patterns, not written ad-hoc in individual repository methods.
The stored procedure is the source of truth for MSSQL query behavior. The Dapper repository method is thin — it maps parameters and results.
Bitwarden で MSSQL 用の Dapper リポジトリ メソッドとストアド プロシージャを実装します。 Dapper リポジトリを作成または変更する場合、ストアド プロシージャを作成する場合、またはサーバー リポジトリで MSSQL 固有のデータ アクセスを操作する場合に使用します。 ソース: bitwarden/ai-plugins。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/bitwarden/ai-plugins --skill implementing-dapper-queriesBitwarden で MSSQL 用の Dapper リポジトリ メソッドとストアド プロシージャを実装します。 Dapper リポジトリを作成または変更する場合、ストアド プロシージャを作成する場合、またはサーバー リポジトリで MSSQL 固有のデータ アクセスを操作する場合に使用します。 ソース: bitwarden/ai-plugins。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/bitwarden/ai-plugins --skill implementing-dapper-queries インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/bitwarden/ai-plugins