From openai-skills-13
Builds, reviews, refactors, and architects ASP.NET Core web apps including Blazor, Razor Pages, MVC, Minimal APIs, Web APIs, SignalR, gRPC using official Microsoft .NET guidance.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin openai-skills-13This skill uses the workspace's default tool permissions.
Choose the right ASP.NET Core application model, compose the host and request pipeline correctly, and implement features in the framework style Microsoft documents today.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Choose the right ASP.NET Core application model, compose the host and request pipeline correctly, and implement features in the framework style Microsoft documents today.
Load the smallest set of references that fits the task. Do not load every reference by default.
Program.cs, DI, configuration, middleware, routing, logging, and static assets.WebApplicationBuilder and WebApplication. Avoid older Startup and WebHost patterns unless the codebase already uses them or the task is migration.Program.cs, services, middleware, routing, configuration, logging, and static assets.DbContext, options, IHttpClientFactory, session, temp data, and app state responsibly.dotnet new template and keep the generated structure recognizable.