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