FritzAndFriends

34 mods across 1 repository, 449 stars between them.

bwfc-ascx-migration

28

FritzAndFriends/BlazorWebFormsComponents

Skill Claude CodeCodex

Migrate ASP.NET Web Forms User Controls (.ascx) to Blazor components using BlazorWebFormsComponents. Covers ASCX-to-Razor conversion, code-behind preservation, tag prefix resolution, property/event mapping, and partial-class base class alignment. WHEN: 'migrate ascx', 'convert user control', 'ascx to blazor', 'user…

449 2mo ago A 113 tokens original MIT

FritzAndFriends/BlazorWebFormsComponents

Skill Claude CodeCodex

Migrate custom ASP.NET Web Forms server controls (WebControl, CompositeControl) to Blazor using BlazorWebFormsComponents. Covers RenderContents/HtmlTextWriter preservation, TagKey mapping, AddAttributesToRender, CreateChildControls, and the one-line-change migration pattern. WHEN: 'migrate custom control', 'webcontrol…

449 2mo ago A 126 tokens original MIT

bwfc-data-migration

30

FritzAndFriends/BlazorWebFormsComponents

Skill Claude CodeCodex

WORKFLOW SKILL — Migrate Web Forms data access and architecture to Blazor Server. Covers EF6→EF Core with IDbContextFactory, Session→SessionShim, Global.asax→Program.cs, Web.config→appsettings.json, DataSource controls→service injection. WHEN: "migrate EF6", "session state to services", "Global.asax to Program.cs"…

449 2mo ago A 130 tokens original MIT

FritzAndFriends/BlazorWebFormsComponents

Skill Claude CodeCodex

WORKFLOW SKILL — Migrate ASP.NET Web Forms Identity and Membership authentication to Blazor Server Identity. Covers OWIN→Core middleware, login/register/logout minimal API endpoints, BWFC login controls, cookie auth under Interactive Server, and role-based authorization. WHEN: "migrate identity", "login page…

449 2mo ago A 122 tokens original MIT

bwfc-migration

32

FritzAndFriends/BlazorWebFormsComponents

Skill Claude CodeCodex

Migrate ASP.NET Web Forms applications to Blazor Server using the webforms-to-blazor CLI tool and BlazorWebFormsComponents (BWFC). Orchestrates L1 automated transforms via CLI, then guides L2 contextual transforms. WHEN: "migrate aspx", "convert web forms", "web forms to blazor", "run migration". INVOKES…

449 2mo ago A 115 tokens original MIT

FritzAndFriends/BlazorWebFormsComponents

Skill Claude CodeCodex

Post-migration async/await and .NET 10 performance optimization pass for Blazor apps migrated from Web Forms. Applies modern runtime patterns after the app builds and runs. WHEN: "run L3 optimization", "apply async/await fixes", "optimize migrated Blazor app", "AsNoTracking queries", "StreamRendering"…

449 2mo ago A 98 tokens original MIT

migration-standards

34

FritzAndFriends/BlazorWebFormsComponents

Skill Claude CodeCodex

Enforce canonical migration standards for ASP.NET Web Forms to Blazor using BWFC. Covers target architecture (.NET 10, Server Interactive), database provider detection, event handler preservation, SelectMethod patterns, and page lifecycle mapping. WHEN: "migration standards", "target architecture", "render mode…

449 2mo ago A 79 tokens original MIT