domain-layer
CommunityEnsure domain layer integrity.
AuthorYangTaeyoung
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enforces strict validation and best practices for your Go project's domain layer, preventing common architectural flaws and ensuring clean, maintainable code.
Core Features & Use Cases
- Entity Validation: Verifies structure, naming, and foreign key constraints for domain entities.
- Interface Enforcement: Ensures Repository interfaces and QueryOption patterns are correctly implemented.
- Enum & Error Standards: Checks for consistent Enum definitions and domain error structures.
- Use Case: Before committing new domain models, run this Skill to automatically catch violations of your clean architecture principles, such as incorrect FK types or missing
gorm.Modelembeddings.
Quick Start
Run the domain-layer skill to audit all files within the internal/domain directory.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 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: domain-layer Download link: https://github.com/YangTaeyoung/go-clean-arch-toolkit/archive/main.zip#domain-layer 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.