·blazor
*

blazor

stuartf303/sorcha

Builds Blazor WASM components for admin and main UI applications. Use when: Creating/modifying Razor components, configuring render modes, implementing authentication, managing component state, or working with MudBlazor components.

4Installs·1Trend·@stuartf303

Installation

$npx skills add https://github.com/stuartf303/sorcha --skill blazor

SKILL.md

Sorcha uses Blazor with hybrid rendering (Server + WebAssembly). The Admin UI (src/Apps/Sorcha.Admin/) runs behind YARP API Gateway. Components use MudBlazor for UI and support three render modes: static server, interactive server, and interactive WASM.

| Render Mode | Control where component runs | @rendermode InteractiveWebAssembly | | CascadingParameter | Receive parent state | [CascadingParameter] MudBlazor.IDialogReference? MudDialog | | OnAfterRenderAsync | Initialize after DOM ready | if (firstRender) await LoadAsync(); | | StateHasChanged | Trigger re-render | Call after async state updates |

| NavigationManager | Programmatic navigation | Navigation.NavigateTo("/", forceLoad: true) |

Builds Blazor WASM components for admin and main UI applications. Use when: Creating/modifying Razor components, configuring render modes, implementing authentication, managing component state, or working with MudBlazor components. Source: stuartf303/sorcha.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/stuartf303/sorcha --skill blazor
Category
*Creative Media
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is blazor?

Builds Blazor WASM components for admin and main UI applications. Use when: Creating/modifying Razor components, configuring render modes, implementing authentication, managing component state, or working with MudBlazor components. Source: stuartf303/sorcha.

How do I install blazor?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/stuartf303/sorcha --skill blazor Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/stuartf303/sorcha

Details

Category
*Creative Media
Source
skills.sh
First Seen
2026-02-01