home/categories/architecture-patterns/dev-int-tests-claude-skills-create-repository-skill-md
architecture-patternsdevelopment

create-repository

Create Repository interface and Finder interface for domain entity persistence. Use when entity needs persistence layer with commands (save, delete) and queries (find, findAll). Generates both Repository (commands) and Finder (queries) following CQRS pattern.

Dev-Int
maintainer
Dev-Int
更新日 1/19/2026
スター
0
フォーク
0
quick start

Installation and usage

Create Repository interface and Finder interface for domain entity persistence. Use when entity needs persistence layer with commands (save, delete) and queries (find, findAll). Generates both Repository (commands) and Finder (queries) following CQRS pattern.

インストール
$ install --globalskills.sh
使い方

インストール後、ターミナルで以下のコマンドを実行してこのスキルを使用できます:

skills use create-repository