About
This skill automates a critical step in Umbraco CMS development by ensuring that newly created backoffice extensions are correctly registered within the main project's .csproj file. It dynamically discovers the primary Umbraco project using package signature checks, calculates cross-platform relative paths, and handles the XML modification required to ensure extensions load correctly during runtime. This eliminates manual path calculation errors and speeds up the workflow for developers building custom Umbraco backoffice functionality.