easyplatform-backend
Installation
SKILL.md
Prerequisites: MUST READ before executing:
.claude/skills/shared/understand-code-first-protocol.md.claude/skills/shared/evidence-based-reasoning-protocol.md
Quick Summary
Goal: Develop .NET backend features using Easy.Platform CQRS, repository, and entity patterns.
Workflow:
- Classify Task — Use decision tree: Command (write) / Query (read) / Entity / Event Handler / Migration / Job
- Implement — Follow per-pattern templates: Command+Handler+Result in one file, static expressions on entities
- Validate — Use
PlatformValidationResultfluent API, never throw for validation errors
Key Rules: