csharp-style-guide
Installation
SKILL.md
Csharp Style Guide
Scope Boundaries
- Use this skill when the task matches the trigger condition described in
description. - Do not use this skill when the primary task falls outside this skill's domain.
Use this skill to write and review C# code that is safe, maintainable, and production-ready.
Trigger And Co-activation Reference
- If available, use
references/trigger-matrix.mdas the canonical trigger/co-activation matrix. - If available, resolve style-guide activation from changed files with
python3 scripts/resolve_style_guides.py <changed-path>.... - If available, validate trigger matrix consistency with
python3 scripts/validate_trigger_matrix_sync.py.
Quality Gate Command Reference
- If available, use
references/quality-gate-command-matrix.mdfor CI check-only vs local autofix mapping.