What problem does it solve? Setting up consistent CI/CD, security scanning, code quality, and NuGet publishing workflows across multiple .NET repositories is repetitive and error-prone, with each repo needing different triggers, secrets, and build steps. ## Core Features & Use Cases - Workflow Templates: Provides ready-to-copy templates for CI build/test, code quality (Qodana, SonarQube, Snyk), security scanning (CodeQL), NuGet publishing, release pipelines, and artifact cleanup. - Repository Archetype Matching: Maps repos to archetypes (.NET class library, ABP/EAF web + Angular, multi-target with native dependencies) and selects the right template set. - Standardized Conventions: Enforces pinned action versions, required secrets, branch trigger patterns, and env variable placeholders across all workflows. - Use Case: When bootstrapping a new .NET NuGet library, copy the ci-dotnet-library, code-quality, security-scan, and publish-nuget templates, replace the SOLUTION_FILE placeholder, and get a full pipeline with coverage artifacts and dual NuGet.org/GitHub Packages publishing. ## Quick Start Ask the assistant to generate GitHub Actions workflows for your .NET repository using this skill, providing your solution file name and branching model.