Infrastructure Conventions

Enforce infrastructure and deployment conventions for .NET applications using Docker and Aspire.

230|29|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/fpindej/netrock --skill infrastructure-conventions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Infrastructure Conventions
Source: https://github.com/fpindej/netrock/tree/main/.claude/skills/infra-conventions
Command: npx skills add https://github.com/fpindej/netrock --skill infrastructure-conventions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a standardized checklist and set of conventions for infrastructure setup and deployment, ensuring consistency and reducing errors across different environments.

Core Features & Use Cases

  • Deployment Checklist: A comprehensive list of checks for Dockerfile integrity, environment variables, Aspire configuration, health checks, and reproducibility.
  • Infrastructure Conventions: Outlines best practices for local development (Aspire) and production deployments (Docker Compose, Coolify, Railway, Kubernetes).
  • Use Case: A DevOps engineer can use this Skill to ensure a new microservice adheres to all established infrastructure and deployment standards before it goes live.

Quick Start

Follow the deployment checklist to ensure the application is ready for production.

Frequently Asked Questions about Infrastructure Conventions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What deployment checklist should I use for .NET Aspire and Docker applications?

A deployment checklist for .NET Aspire and Docker applications verifies Dockerfile integrity, environment variables, AppHost configuration, health checks, and reproducibility measures before production release.

How do I standardize Docker environment variables and configuration for .NET microservices?

Standardize Docker environment variables and configuration by applying consistent infrastructure conventions across local development and production deployments, ensuring reproducibility and reducing cross-environment errors.

Does this infrastructure convention support deploying .NET apps to Kubernetes and Coolify?

Yes, these infrastructure conventions outline best practices for deploying .NET applications using Docker Compose, Coolify, Railway, and Kubernetes, alongside local Aspire development configurations.

What security considerations are needed for production containerization of .NET applications?

Production containerization security for .NET applications requires addressing specific security considerations outlined in the deployment checklist, covering Dockerfile best practices and environment variable management.

How do I implement health checks in a .NET Aspire AppHost configuration?

Implement health checks in a .NET Aspire AppHost configuration by following established infrastructure conventions that ensure your application reports its status correctly across local and production environments.