detail-page

Generate a Blazor/Razor detail page with view, edit, and delete actions.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/georgebjork/FairwayFinder --skill detail-page
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: detail-page
Source: https://github.com/georgebjork/FairwayFinder/tree/main/.claude/skills/detail-page
Command: npx skills add https://github.com/georgebjork/FairwayFinder --skill detail-page

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a ready-to-use detail/view page for an entity, including route-based data loading and integrated edit/delete actions.

Core Features & Use Cases

  • Auto-generates a detail page component with a full detail view, edit modal, and delete confirmation.
  • Supports route parameters for dynamic entity identifiers and breadcrumb navigation.
  • Ideal for dashboards and admin panels requiring consistent entity detail patterns.

Quick Start

Generate a detail page for the given EntityName by running the scaffold.

Frequently Asked Questions about detail-page

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

FAQPage Schema
How do I auto-generate a Blazor detail page with edit and delete actions?▼

To auto-generate a Blazor detail page, use this scaffolding tool to create a production-ready Razor component with integrated view, edit, and delete actions. It outputs the associated UI structure and data-loading logic for your entity.

What is the best way to scaffold entity detail pages for a Blazor admin dashboard?▼

The best way to scaffold entity detail pages for a Blazor admin dashboard is using a detail-page generator. It produces consistent Razor components with route parameters, dynamic data loading, and breadcrumb navigation.

Can I use route parameters for dynamic entity identifiers in Blazor Razor components?▼

Yes, you can use route parameters for dynamic entity identifiers in Blazor Razor components. This scaffolding tool generates detail pages that natively support route-based data loading and dynamic identifiers.

Does Blazor scaffolding include delete confirmation and edit modals?▼

Yes, Blazor scaffolding includes delete confirmation and edit modals. The generated detail page component provides a full detail view alongside integrated edit and delete confirmation UI elements.

When do I need to generate a detail page for an entity in domain-rich applications?▼

You need to generate a detail page for an entity in domain-rich applications when you require consistent entity detail patterns with routing. It is ideal for admin dashboards needing standardized view and edit actions.