Managed Code
Official@managedcode · France
Open Source Community for .NET Developers: Reliable, Actively Maintained, and Community-Driven. Made in Ukraine 🇺🇦 with ❤️
Agent Skills by Managed Code
Showing 124 vetted skills indexed across 4 GitHub repositories.
dotnet-mcaf-ui-ux
Guide frontend teams through UI/UX engineering, accessibility, and design consistency workflows.
dotnet-mcaf-nfr
Define and refine non-functional requirements for software features and architecture.
dotnet-htmlhint
Validate static HTML files in .NET repositories for standards compliance.
minimal-api-file-upload
Implement secure file upload endpoints in ASP.NET Core minimal APIs.
dotnet-mcaf-source-control
Defines Git branching, merging, and secret management policies for teams.
dotnet-mcaf-documentation
Organize and validate project documentation structure and quality.
dotnet-mcaf-human-review-planning
Create structured manual review plans for large AI-generated codebases.
dotnet-mcaf
Integrate MCAF governance, documentation, and verification workflows into .NET repositories.
dotnet-mcaf-agile-delivery
Define agile backlog, role, and feedback-loop guidelines for team delivery.
dotnet-mcaf-devex
Guide .NET project onboarding, local setup, and debugging workflows.
dotnet-eslint
Configure ESLint in .NET projects with JavaScript or TypeScript frontends.
dotnet-sonarjs
Configure ESLint with SonarJS rules for .NET frontend JavaScript and TypeScript assets.
dotnet-webhint
Automate webhint audits for accessibility, performance, security, and SEO in .NET projects.
dotnet-mcaf-feature-spec
Generate executable feature specification documents with workflows, rules, and validation steps.
dotnet-biome
Automate frontend linting and formatting in .NET projects with Biome CLI.
dotnet-stylelint
Configure and run Stylelint validation on CSS/SCSS assets in .NET web projects.
dotnet-mcaf-ml-ai-delivery
Organize ML/AI delivery from data exploration through deployment with validation and artifacts.
mcaf-dotnet-cloc
Analyze .NET repositories for line counts and branch comparisons using cloc.
mcaf-dotnet-quickdup
Detect structural duplication in C# source files within .NET repositories.
mcaf-dotnet-features
Modernize C# code in .NET repositories with compatible language features.
mcaf-dotnet-format
Apply `dotnet format` to format .NET code and enforce `.editorconfig` style rules.
mcaf-dotnet-reportgenerator
Generate HTML, Markdown, and Cobertura coverage reports from .NET artifacts.
mcaf-dotnet-stryker
Apply Stryker.NET mutation testing to .NET test projects.
mcaf-dotnet-archunitnet
Enforce architectural rules in .NET projects using ArchUnitNET.
Frequently Asked Questions About Managed Code
FAQPage SchemaWhat specific tasks are enabled by these .NET governance frameworks?▼
These frameworks enable automated code quality enforcement, architectural rule validation, mutation testing, and standardized documentation generation. They facilitate consistent repository structure, performance profiling, and the implementation of structured error handling across service boundaries.
Which technical personas benefit from these .NET standards?▼
Software architects, lead developers, and DevOps engineers benefit from these standards. They provide the necessary governance to maintain large-scale .NET codebases, ensure consistent coding styles, and enforce non-functional requirements across distributed systems.
What are the primary dependencies for implementing these standards?▼
Implementation requires a .NET SDK environment, MSBuild, and specific NuGet packages such as Roslyn analyzers, Coverlet, and ArchUnitNET. Configuration is primarily managed through root-level .editorconfig files and repository-specific governance documentation.