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