Skip to main content
Back to registry

blazor-expert

markpitt/claude-skills

Expert-level guidance for developing applications with Blazor, Microsoft's framework for building interactive web UIs using C# instead of JavaScript.

Installs238
Install command
npx skills add https://github.com/markpitt/claude-skills --skill blazor-expert
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Expert-level guidance for developing applications with Blazor, Microsoft's framework for building interactive web UIs using C# instead of JavaScript. Identify your primary objective: Open the recommended resource file(s) and search for your specific need using Ctrl+F. Each resource is organized by topic with working code examples. Decision : Choose based on deployment environment, offline requirements, and server constraints. ✅ Single Responsibility - Each component has one clear purpose ✅ Composition - Use RenderFragments for flexible layouts ✅ Parameter Clarity - Use descriptive names, mark required with [EditorRequired] ✅ Proper Disposal - Implement IDisposable to clean up resources ✅ Event-Based Communication - Use EventCallback for child-to-parent updates ✅ EventCallback Over Action - Proper async handling ✅ Immutable Updates - Create new objects/collections, don't mutate ✅ Service-Based State - Use scoped services for shared state ✅ Unsubscribe from Events - Prevent memory leaks in Dispose ✅ InvokeAsync for Background Threads - Thread-safe state updates ✅ Route Constraints - Use :int , :guid , etc. to validate formats ✅ NavLink Component - Automatic active state highlighting ✅ forceLoad After Logout - Clear client-side state ✅ ReturnUrl Pattern - Redirect back after login ✅ Query Strings - Preserve filters/pagination across navigation ✅ EditForm +...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does blazor-expert do?

Expert-level guidance for developing applications with Blazor, Microsoft's framework for building interactive web UIs using C# instead of JavaScript.

Is blazor-expert good?

blazor-expert does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does blazor-expert work with?

blazor-expert currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to blazor-expert?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install blazor-expert?

npx skills add https://github.com/markpitt/claude-skills --skill blazor-expert

Related skills

Alternatives in Software Engineering