Agent Plugins Marketplace
All plugins

dotnet-aspnetcore

v0.1.1

ASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns.

CodexClaude Code4 Skills

484 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install dotnet-aspnetcore for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add dotnet-aspnetcore@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/managedcode/dotnet-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is external-sources/upstreams/dotnet-skills/dotnet-aspnetcore/.

Plugin files

external-sources/upstreams/dotnet-skills/dotnet-aspnetcore/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/configuring-opentelemetry-dotnet/SKILL.md
├── skills/convert-blazor-server-to-webapp/SKILL.md
├── skills/dotnet-webapi/SKILL.md
└── skills/minimal-api-file-upload/SKILL.md

Included Skills4

configuring-opentelemetry-dotnetskills/configuring-opentelemetry-dotnet/SKILL.md

Configure OpenTelemetry distributed tracing, metrics, and logging in ASP.NET Core using the .NET OpenTelemetry SDK. Use when adding observability, setting up OTLP exporters, creating custom metrics/spans, or troubleshooting distributed trace correlation.

convert-blazor-server-to-webappskills/convert-blazor-server-to-webapp/SKILL.md

Guides conversion of a pre-.NET 8 Blazor Server app into a .NET 8+ Blazor Web App. USE FOR: migrating apps that use AddServerSideBlazor and MapBlazorHub to the AddRazorComponents/MapRazorComponents model, converting _Host.cshtml to an App.razor root component, replacing blazor.server.js with blazor.web.js, migrating CascadingAuthenticationState to a service, adopting new Blazor Web App features like enhanced navigation and streaming rendering. DO NOT USE FOR: apps that are already Blazor Web Apps (already use AddRazorComponents and MapRazorComponents), Blazor WebAssembly or hosted Blazor WebAssembly apps (different migration path), apps that should stay on the Blazor Server hosting model without converting, or apps still targeting .NET Framework.

dotnet-webapiskills/dotnet-webapi/SKILL.md

Guides creation and modification of ASP.NET Core Web API endpoints with correct HTTP semantics, OpenAPI metadata, and error handling. USE FOR: adding new API endpoints (controllers or minimal APIs), wiring up OpenAPI/Swagger, creating .http test files, setting up global error handling middleware. DO NOT USE FOR: general C# coding style, EF Core data access or query optimization (use optimizing-ef-core-queries), frontend/Blazor work, gRPC services, or SignalR hubs.

minimal-api-file-uploadskills/minimal-api-file-upload/SKILL.md

File upload endpoints in ASP.NET minimal APIs (.NET 8+)

Plugin manifests2

external-sources/upstreams/dotnet-skills/dotnet-aspnetcore/.codex-plugin/plugin.json
{
  "name": "dotnet-aspnetcore",
  "version": "0.1.1",
  "description": "ASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns.",
  "skills": [
    "./skills/"
  ]
}
external-sources/upstreams/dotnet-skills/dotnet-aspnetcore/.claude-plugin/plugin.json
{
  "name": "dotnet-aspnetcore",
  "version": "0.1.1",
  "description": "ASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns.",
  "skills": [
    "./skills/"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[dotnet-aspnetcore on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dotnet-aspnetcore)