home/categories/architecture-patterns/daishiman-aiworkfloworchestrator-docs-99-claude-skills-repository-pattern-skill-md
architecture-patternsdevelopment

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, リポジトリパターン

daishiman
maintainer
daishiman
更新于 1/18/2026
星标
4
分支
0
quick start

Installation and usage

データアクセス層の抽象化パターン専門スキル。 アプリケーション層とデータアクセス層を分離し、ドメインエンティティをコレクション風 インターフェースで操作する抽象化を提供する。インターフェース設計、実装、マッピング戦略を包括的にサポート。 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, リポジトリパターン

安装
$ install --globalskills.sh
使用

安装后,您可以通过在终端运行以下命令来使用此技能:

skills use repository-pattern