This handles the user menu dropdown in Umbraco's backoffice, the one you click in the top right corner. It covers both action types: ones that execute code (like opening a modal or triggering a function) and ones that just navigate somewhere. The skill fetches official docs before implementing, which is smart since Umbraco's extension system changes between versions. The examples show the manifest setup, the action class with getHref and execute methods, and how to wire in conditions so actions only appear for certain user types. If you're adding custom functionality to that user menu or need admin-only actions, this gets you there without digging through docs yourself.
npx -y skills add umbraco/umbraco-cms-backoffice-skills --skill umbraco-current-user-action --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
github/awesome-copilot
github/awesome-copilot