Favicon of migrating-mvc-configuration

migrating-mvc-configuration Skill

AI Agent SkillHTMLOpen source

Migrates ASP.NET Framework Web.config configuration to ASP.NET Core appsettings.json and IConfiguration/IOptions patterns. Covers appSettings, connectionStrings, custom config sections, environment-specific transforms, and encrypted config. Use when upgrading projects that use ConfigurationManager.AppSettings, Configur Published by microsoft in upgrade-agent-plugins.

Decision snapshot

Is this a fit?

Best for

Research, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · NOASSERTION license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is migrating-mvc-configuration Skill?

Migrates ASP.NET Framework Web.config configuration to ASP.NET Core appsettings.json and IConfiguration/IOptions patterns. Covers appSettings, connectionStrings, custom config sections, environment-specific transforms, and encrypted config. Use when upgrading projects that use ConfigurationManager.AppSettings, Configur Published by microsoft in upgrade-agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
23/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Research
  • Research use cases

Declared skill metadata

  • Source file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/lazy/web/mvc/migrating-mvc-configuration/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use migrating-mvc-configuration Skill

  • Use it for research.

Built with

HTMLCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/upgrade-agent-plugins
  • Skill file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/lazy/web/mvc/migrating-mvc-configuration/SKILL.md

What it does

Migrates ASP.NET Framework Web.config configuration to ASP.NET Core appsettings.json and IConfiguration/IOptions patterns. Covers appSettings, connectionStrings, custom config sections, environment-specific transforms, and encrypted config. Use when upgrading projects that use ConfigurationManager.AppSettings, Configur

Skill instructions

ASP.NET Web.config Configuration Migration Migrate Web.config XML configuration to ASP.NET Core's appsettings.json and IConfiguration system. The new configuration model is fundamentally different: it uses layered JSON files instead of XML transforms, environment variables override file values, and strongly-typed access replaces string-keyed lookups. Secrets must move out of config files entirely. Workflow Track progress across these steps: Migration Progress: - [ ] Step 1: Inventory configuration usage - [ ] Step 2: Create appsettings.json structure - [ ] Step 3: Migrate appSettings and connectionStrings - [ ] Step 4: Convert custom config sections to IOptions<T - [ ] Step 5: Replace config transforms with environment files - [ ] Step 6: Migrate secrets to secure storage - [ ] Step 7: Remove Web.config configuration code Step 1: Inventory Configuration Usage Search the project for all configuration access patterns and record what exists: - ConfigurationManager.AppSettings["key"] calls

Verified compatibility and discovery

Frequently asked questions

What is migrating-mvc-configuration?

migrating-mvc-configuration is a open-source AI agent skill with Copy skill directory. Migrates ASP.NET Framework Web.config configuration to ASP.NET Core appsettings.json and IConfiguration/IOptions patterns.

Who is migrating-mvc-configuration best for?

migrating-mvc-configuration is best for reusing agent instructions, scripts, and references, research workflows.

How do I install migrating-mvc-configuration?

Install or run migrating-mvc-configuration using Copy skill directory. Check migrating-mvc-configuration for the latest setup command.

Is migrating-mvc-configuration actively maintained?

migrating-mvc-configuration may need a closer maintenance check before production use.

Share:

Stars
8
Forks
1
Last commit
2 months ago
Last verified
Sep 2, 2026
Metadata fetched
Sep 2, 2026
Repository age
4 months
License
NOASSERTION

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to migrating-mvc-configuration