Skip to content
OpenSmartRoute
Skillv1.0.0

dotnet-backend-patterns

Master C#/.NET patterns for building production-grade APIs, MCP servers, and enterprise backends with modern best practices (2024/2025).

by nous-hermeshub(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from nous-hermeshub/hermes-community-hub (skills/backend/dotnet-backend-patterns/SKILL.md). Install upstream with npx skills add nous-hermeshub/hermes-community-hub --skill dotnet-backend-patterns. Copyright stays with the author (MIT).

.NET Backend Development Patterns

Master C#/.NET patterns for building production-grade APIs, MCP servers, and enterprise backends with modern best practices (2024/2025).

Use this skill when

  • Developing new .NET Web APIs or MCP servers
  • Reviewing C# code for quality and performance
  • Designing service architectures with dependency injection
  • Implementing caching strategies with Redis
  • Writing unit and integration tests
  • Optimizing database access with EF Core or Dapper
  • Configuring applications with IOptions pattern
  • Handling errors and implementing resilience patterns

Do not use this skill when

  • The project is not using .NET or C#
  • You only need frontend or client guidance
  • The task is unrelated to backend architecture

Instructions

  • Define architecture boundaries, modules, and layering.
  • Apply DI, async patterns, and resilience strategies.
  • Validate data access performance and caching.
  • Add tests and observability for critical flows.
  • If detailed patterns are required, open resources/implementation-playbook.md.

Resources

  • resources/implementation-playbook.md for detailed .NET patterns and examples.

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/nous-hermeshub-hermes-community-hub-dotnet-backend-patterns/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

nous-hermeshub-hermes-community-hub-dotnet-backend-patterns.ocm.jsonjson
{
  "ocm": "1",
  "id": "nous-hermeshub-hermes-community-hub-dotnet-backend-patterns",
  "kind": "skill",
  "name": "dotnet-backend-patterns",
  "description": "Master C#/.NET patterns for building production-grade APIs, MCP servers, and enterprise backends with modern best practices (2024/2025).",
  "publisher": "nous-hermeshub",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "math"
    ],
    "tags": [
      "skill-md",
      "dotnet",
      "backend",
      "patterns",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Master C#/.NET patterns for building production-grade APIs, MCP servers, and enterprise backends with modern best practices (2024/2025)."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/nous-hermeshub/hermes-community-hub",
      "path": "skills/backend/dotnet-backend-patterns/SKILL.md",
      "ref": "8880542fed9362b33abcce8e2ecafabd60d2a038",
      "url": "https://github.com/nous-hermeshub/hermes-community-hub/blob/8880542fed9362b33abcce8e2ecafabd60d2a038/skills/backend/dotnet-backend-patterns/SKILL.md",
      "key": "nous-hermeshub/hermes-community-hub/skills/backend/dotnet-backend-patterns/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# .NET Backend Development Patterns\n\nMaster C#/.NET patterns for building production-grade APIs, MCP servers, and enterprise backends with modern best practices (2024/2025).\n\n## Use this skill when\n\n- Developing new .NET Web APIs or MCP servers\n- Reviewing C# code for quality and performance\n- Designing service architectures with dependency injection\n- Implementing caching strategies with Redis\n- Writing unit and integration tests\n- Optimizing database access with EF Core or Dapper\n- Configuring applications with IOptions pattern\n- Handling errors and implementing resilience patterns\n\n## Do no",
  "cost": {
    "context_tokens": 369
  }
}

Fetch it by URL: GET /api/v1/registry/nous-hermeshub-hermes-community-hub-dotnet-backend-patterns/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.