umbraco-entity-bulk-actions

Implement batch operations on selected entities in the Umbraco backoffice.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/kraftvaerk/Kraftvaerk.Umbraco.Alchemy --skill umbraco-entity-bulk-actions-kraftvaerk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: umbraco-entity-bulk-actions
Source: https://github.com/kraftvaerk/Kraftvaerk.Umbraco.Alchemy/tree/main/Kraftvaerk.Umbraco.Alchemy.Frontend/.agents/skills/umbraco-entity-bulk-actions
Command: npx skills add https://github.com/kraftvaerk/Kraftvaerk.Umbraco.Alchemy --skill umbraco-entity-bulk-actions-kraftvaerk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines operations in the Umbraco backoffice by enabling users to perform actions on multiple selected entities simultaneously, reducing repetitive manual tasks.

Core Features & Use Cases

  • Batch Operations: Execute actions like publishing, deleting, or custom processing on multiple items at once.
  • Contextual Actions: Actions appear in the collection selection toolbar, relevant to the selected entity type.
  • Use Case: Bulk publishing a selection of 50 newly created Umbraco content pages.

Quick Start

Use the umbraco-entity-bulk-actions skill to implement a bulk action for document entities.

Frequently Asked Questions about umbraco-entity-bulk-actions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform bulk actions on Umbraco entities in the backoffice?

To perform bulk actions on Umbraco entities, you implement custom actions that appear in the collection selection toolbar, allowing batch operations like publishing or deleting multiple selected items simultaneously.

Can I publish multiple Umbraco content pages at once instead of doing it manually?

Yes, you can batch publish multiple Umbraco content pages at once by implementing entity bulk actions, which streamlines executing operations on selected items and reduces repetitive manual tasks.

What do I need to implement custom batch processing for Umbraco entities?

Implementing custom batch processing requires adherence to Umbraco extension point documentation for manifest and class implementation, enabling contextual actions for selected document entities in the backoffice.

How does batch processing work for selected items in the Umbraco backoffice?

Batch processing in the Umbraco backoffice works by executing custom processing, publishing, or deletion across multiple entities simultaneously through actions located in the collection selection toolbar.

Are bulk actions for Umbraco entities limited to only publishing and deleting?

No, bulk actions for Umbraco entities are not limited to publishing and deleting; the implementation supports custom processing across multiple selected items, allowing tailored batch operations relevant to the entity type.

Where do entity bulk actions appear in the Umbraco backoffice interface?

Entity bulk actions appear in the collection selection toolbar within the Umbraco backoffice interface, displaying contextual actions relevant to the specific selected entity type.