Use a repo-root `.editorconfig` to configure free .NET analyzer and style rules.
dotnet skills install analyzer-config
Use Chous in .NET repositories that ship sizeable frontend codebases and want file-structure linting, naming convention enforcement, and folder-layout policy as a CLI gate. Use when the problem is frontend architecture drift in the file tree rather than semantic code issues inside the files.
ClientApp/, src/, apps/, or packages/- naming convention drift - component placement - forbidden folders or files - monorepo frontend boundaries
chous init or a known preset, then tighten only the rules the repo can explain..chous file readable enough that future contributors understand the policy.- npx chous
.chous rules reflect real architecture intentUse a repo-root `.editorconfig` to configure free .NET analyzer and style rules.
dotnet skills install analyzer-config
Use Biome in .NET repositories that ship Node-based frontend assets and want a fast combined formatter-linter-import organizer for JavaScript, TypeScript, CSS, JSON, GraphQL, or…
dotnet skills install biome
Use the free built-in .NET SDK analyzers and analysis levels with gradual Roslyn warning promotion.
dotnet skills install code-analysis
Frontend-focused orchestration agent for .NET repositories that ship browser-facing UI plus Node-based frontend assets.
Also works: dotnet agents install frontend