ManageRepository
CommunityStandardize repo data access safely.
Software Engineering#architecture#consistency#interfaces#repository#guidelines#soft-delete#data-layer
Authorpretodev
Version1.0.0
Installs0
System Documentation
What problem does it solve?
A repository is a critical boundary in the data layer; without clear guidelines, teams risk inconsistent interfaces, duplicated patterns, and brittle persistence strategies across features.
Core Features & Use Cases
- One repository per feature/module linked to a single AggregateRoot to ensure clean boundaries.
- No business logic in repositories; data persistence and retrieval are separated from domain rules.
- Use store() for both create and update operations, and find*() methods for queries; soft deletion is performed via delete() without hard removal.
Quick Start
Apply the guidelines by identifying the feature's AggregateRoot, enforcing a single repository, and using store for persistence and find* methods for queries.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: ManageRepository Download link: https://github.com/pretodev/nice_app/archive/main.zip#managerepository Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.