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
Mis à jour 1/19/2026
Étoiles
0
Forks
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.

Installation
$ install --globalskills.sh
Utilisation

Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :

skills use create-repository