Agent skill

containerize-aspnet-framework

Containerize an ASP.NET .NET Framework 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-aspnet-framework --agent copilot

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

Facts
Files in the skill folder: 1
SKILL.md size: 20 KB
Bundled scripts: none
Path: skills/containerize-aspnet-framework/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 .NET Framework Containerization Prompt Containerize the ASP.NET (.NET Framework) project specified in the containerization settings below, focusing **exclusively** on changes required for the application to run in a Windows Docker container. Containerization should consider all settings specified here. **REMEMBER:** This is a .NET Framework application, not .NET Core. The containerization process will be different from that of a .NET Core application. ## Containerization Settings This section of the prompt contains the specific settings and configurations required for containerizing the ASP.NET (.NET Framework) 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. Windows Server SKU to use: - `[Windows Server Core (Default)

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

Containerize an ASP.NET .NET Framework 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-aspnet-framework --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