About
This skill provides comprehensive guidance on implementing the Repository Pattern in the Umbraco Backoffice, enabling developers to abstract data access from various sources like servers, offline databases, and Signal-R. It ensures proper separation of concerns by guiding the creation of Repositories, Data Sources, and Stores while enforcing critical security practices, specifically the use of generated OpenAPI clients instead of raw fetch calls to ensure authenticated API requests.