This one wires up custom actions in Umbraco's backoffice context menus for documents, media, and other entities. You'd reach for it when you need secondary operations beyond the standard edit/delete stuff, like custom permission tweaks or specialized workflows. The skill pulls from official Umbraco docs and includes two solid reference examples from the source code around permission manipulation. The base class pattern is clean: extend UmbEntityActionBase, implement execute(), and you're in business. Worth noting it plays nicely with the repository pattern and context API if your action needs data operations or workspace awareness. Straightforward extension point that keeps backoffice customizations consistent with Umbraco's architecture.
npx -y skills add umbraco/umbraco-cms-backoffice-skills --skill umbraco-entity-actions --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
github/awesome-copilot
github/awesome-copilot