Agent skill

containerize-aspnetcore

Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project.

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill containerize-aspnetcore --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 1
SKILL.md size: 16 KB
Bundled scripts: none
Path: skills/containerize-aspnetcore/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# ASP.NET Core Docker Containerization Prompt ## Containerization Request Containerize the ASP.NET Core (.NET) project specified in the settings below, focusing **exclusively** on changes required for the application to run in a Linux Docker container. Containerization should consider all settings specified here. Abide by best practices for containerizing .NET Core applications, ensuring that the container is optimized for performance, security, and maintainability. ## Containerization Settings This section of the prompt contains the specific settings and configurations required for containerizing the ASP.NET Core application. Prior to running this prompt, ensure that the settings are filled out with the necessary information. Note that in many cases, only the first few settings are required. Later settings can be left as defaults if they do not apply to the project being containerized. Any settings that are not specified will be set to default values. The default values are provided in `[square brackets]`. ### Basic Project Information 1. Project to containerize: - `[ProjectName (provide path to .csproj file)]` 2. .NET version to use: - `[8.0 or 9.0 (Default 8.0)]` 3. Linux distri

What's inside
Steps it walks through
  1. Containerization Request
  2. Containerization Settings
  3. Basic Project Information
  4. Container Configuration
  5. Build configuration
  6. Dependencies
  7. System Configuration
  8. File System
  9. .dockerignore Configuration
  10. Health Check Configuration
  11. Additional Instructions
  12. Scope
  13. Execution Process
  14. Build and Runtime Verification
Commands it runs
docker build -t aspnetcore-app:latest .
More from awesome-copilot
All skills →
About this skill
What does the containerize-aspnetcore skill do?

Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project.

How do I install it?

Run `npx skills add github/awesome-copilot --skill containerize-aspnetcore --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going