This is a well-organized orchestration hub that routes you to the right resource file based on what you're building in Blazor. Instead of dumping everything at once, it maps common tasks like building components, handling forms, or setting up auth to specific markdown files you actually need. The quick reference table and workflow scenarios are genuinely helpful if you're mid-project and need to know whether to load the state management guide or the performance doc. It covers all three hosting models (Server, WebAssembly, Hybrid) and includes practical decision points about when to use each. The best practices section highlights real gotchas like proper disposal and EventCallback over Action delegates.
npx skills add https://github.com/markpitt/claude-skills --skill blazor-expert