Business Logic Entry Point Repository Interface

Require business-logic entry points to depend on a repository interface rather than a concrete repository implementation. Use when an agent needs to create, modify, review, or interpret how a business-logic entry point references a repository. When the project's programming language supports interfaces, protocols, traits, or abstract types, the entry point must depend on the repository abstraction, not on the concrete implementation. When the language does not support such constructs, this skill does not apply.

code-sherpas f78ebb9 10.2 KB Updated

File contents

code-sherpas/agent-skills/tree/main/skills/business-logic-entry-point-repository-interface commit f78ebb9fb2

Frequently asked questions

npx skillmds@latest add code-sherpas/business-logic-entry-point-repository-interface