What problem does it solve?
This Skill helps developers correctly design and scaffold Cabloy master-detail and nested-detail backend workflows while avoiding incorrect ownership, DTO placement, and generator usage decisions.
Core Features & Use Cases
- Master-Detail Classification: Identifies first-level detail, recursive nested-detail, aggregate-only, standalone-capable, and documentation-focused scenarios.
- Generator-First Guidance: Routes scaffold-oriented tasks toward the Cabloy master-detail generator workflow instead of manual implementation.
- DTO and Relation Preservation: Maintains nested detail naming, placement, aggregate boundaries, and verification practices across Cabloy modules.
- Use Case: A developer adding a student training record hierarchy can use this Skill to choose the correct detail mode, generate resources, and verify nested DTO and relation consistency.
Quick Start
Use the cabloy-master-detail skill to analyze my Cabloy repository task and guide me through the correct master-detail implementation workflow.