repository-pattern

データアクセス層の抽象化パターン専門スキル。アプリケーション層とデータアクセス層を分離し、ドメインエンティティをコレクション風インターフェースで操作する抽象化を提供する。インターフェース設計、実装、マッピング戦略を包括的にサポート。Anchors:• Patterns of Enterprise Application Architecture (Martin Fowler) / 適用: Repository Pattern / 目的: 永続化抽象化とドメイン保護• Domain-Driven Design (Eric Evans) / 適用: Aggregate, Repository / 目的: 集約境界とドメイン表現Trigger:Use when designing repository interfaces, implementing data access layers, or separating domain from persistence.repository pattern, data access layer, entity mapping, persistence abstraction, リポジトリパターン

$ インストール

git clone https://github.com/daishiman/AIWorkflowOrchestrator /tmp/AIWorkflowOrchestrator && cp -r /tmp/AIWorkflowOrchestrator/.claude/skills/repository-pattern ~/.claude/skills/AIWorkflowOrchestrator

// tip: Run this command in your terminal to install the skill