From blueprint
Applies incremental methodology updates to a .NET project previously configured with blueprint. Use when user says "update quality tools", "upgrade methodology", "sync with latest blueprint", or after updating the plugin to get new tool recommendations and configs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/blueprint:dotnet-updateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- `skills/shared/references/update-workflow.md` — the 6-step workflow structure
skills/shared/references/update-workflow.md — the 6-step workflow structureskills/dotnet-setup/references/methodology.md — current methodology (latest version)skills/dotnet-setup/templates/ — current templatesFollow update-workflow.md. .NET-specific: preserve Directory.Build.props customizations, .editorconfig overrides, and analyzer package choices.
npx claudepluginhub ondrasek/cc-plugins --plugin blueprintGuides .NET developers through project initialization with customized CLAUDE.md generation, codebase health analysis using MCP tools, and .NET version migration.
Analyzing .NET code for modernization. Outdated TFMs, deprecated packages, superseded patterns.
Adds Roslynator and Meziantou analyzers, creates a comprehensive .editorconfig with 80+ diagnostic rules for enforcing strict .NET/C# coding standards.