umbraco-search-result-item

Generate custom search result item components for the Umbraco backoffice.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows developers to create custom components for displaying search results within the Umbraco backoffice, enabling richer and more informative result presentations.

Core Features & Use Cases

  • Custom Result Rendering: Define how individual search results appear, including additional data, icons, and badges.
  • Entity Type Specificity: Tailor the display for different types of Umbraco entities.
  • Use Case: Displaying a content item's status badge and last modified date directly in the search results list for quicker content review.

Quick Start

Use the umbraco-search-result-item skill to generate a manifest and element for displaying custom search results for 'my-entity' types.

Frequently Asked Questions about umbraco-search-result-item

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

FAQPage Schema
How do I customize Umbraco backoffice search results?

To customize Umbraco backoffice search results, you can generate custom search result item components using LitElement. This allows you to define custom elements and manifests for specific entity types to enrich result displays.

Can I display custom data like status badges in Umbraco search results?

Yes, you can display custom data like status badges in Umbraco search results. By creating custom components, you can define how individual search results appear, including adding extra data, icons, and badges for quicker content review.

Do I need LitElement to create custom Umbraco search components?

Yes, LitElement is required for frontend implementation of custom Umbraco search components. You also need an understanding of Umbraco extension types to integrate custom elements with the extension registry.

What is the best way to tailor search result displays for specific Umbraco entity types?

The best way to tailor search result displays for specific Umbraco entity types is by generating custom manifests. This approach allows you to target specific entity types and define their unique presentation within the backoffice search list.

How does the Umbraco extension registry handle custom search result items?

The Umbraco extension registry integrates custom search result items by registering custom elements and manifests. This mechanism allows developers to define specific extension types that modify how search results are rendered in the backoffice.