After you create a new Umbraco backoffice extension, it needs to be wired up as a project reference in your main Umbraco instance or it simply won't load. This automates that tedious step by finding your main .csproj file (the one with the Umbraco.Cms package), calculating the relative path to your extension, and adding the ProjectReference entry in the right spot. It'll also add the extension to your .sln file if you have one, which is optional but makes IDE navigation nicer. The skill handles the annoying edge cases like multiple projects or missing solution files. Beats manually editing XML and getting the relative path wrong, which I've definitely never done three times in a row.
npx -y skills add umbraco/umbraco-cms-backoffice-skills --skill umbraco-add-extension-reference --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
github/awesome-copilot
github/awesome-copilot