CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. dotnet
  4. /
  5. skills
  6. /
  7. Migrate Dotnet10 To Dotnet11

Migrate Dotnet10 To Dotnet11

Editor's Note

This handles the tedious work of upgrading a .NET 10 codebase to .NET 11, including all the breaking changes that come with C# 15, runtime updates, and library changes. It walks through updating target frameworks, fixing build errors from new compiler rules (like span collection expression safe-context changes), addressing EF Core and ASP.NET Core breaking changes, and updating your CI/CD setup. The workflow is methodical with commits at logical boundaries, and it pulls from loaded reference docs covering everything through Preview 3. Use it when you're actually migrating an existing net10.0 project, not for greenfield work or cosmetic refactoring. The skill assumes you already have the .NET 11 SDK installed and starts from there.

Install

npx skills add https://github.com/dotnet/skills --skill migrate-dotnet10-to-dotnet11
Votes
0
Installs382
GitHub Stars3.2k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment