← All plugins
dotnet-contribution
v1.0.2Comprehensive .NET backend development with C#, ASP.NET Core, Entity Framework Core, and Dapper for production-grade applications
CodexClaude Code1 skill
by Seth HobsonMIT38.6kupdated 4 days ago
Source
git clone https://github.com/wshobson/agentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/dotnet-contribution/ inside the repository.
Layout
plugins/dotnet-contribution/
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/dotnet-backend-patterns/SKILL.md
Skills1
dotnet-backend-patternsskills/dotnet-backend-patterns/SKILL.md
Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.
Manifests2
plugins/dotnet-contribution/.codex-plugin/plugin.json
{
"name": "dotnet-contribution",
"version": "1.0.2",
"description": "Comprehensive .NET backend development with C#, ASP.NET Core, Entity Framework Core, and Dapper for production-grade applications",
"skills": "./skills/",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT",
"interface": {
"displayName": "Dotnet Contribution",
"shortDescription": "Comprehensive .NET backend development with C#, ASP.NET Core, Entity Framework Core, and Dapper for production-grade…",
"category": "Coding"
}
}plugins/dotnet-contribution/.claude-plugin/plugin.json
{
"name": "dotnet-contribution",
"version": "1.0.2",
"description": "Comprehensive .NET backend development with C#, ASP.NET Core, Entity Framework Core, and Dapper for production-grade applications",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}