This helps Claude implement bulk actions in Umbraco's backoffice, the kind of thing that shows up in the toolbar when users select multiple items in a collection. It fetches the official docs, asks what collection and operation you need, then generates both the manifest and the action class. The examples cover basic implementations and repository integration, which is helpful since bulk operations usually need data access. The skill knows about common collection aliases like Document and Media, and it'll wire up conditions to control when actions appear. Solid for batch operations like bulk publishing or custom processing without digging through Umbraco's extension registry yourself.
npx -y skills add umbraco/umbraco-cms-backoffice-skills --skill umbraco-entity-bulk-actions --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
github/awesome-copilot
github/awesome-copilot