
Csharp Code Style
- 13 installs
- 10 repo stars
- Updated April 23, 2026
- creator-hian/claude-code-plugins
Establishes C# code style and naming conventions (POCU standards) - mPascalCase, boolean b-prefix, enum E-prefix, class organization, and C# 9.0 patterns.
About
A C# code-style guide based on POCU standards, covering naming rules (mPascalCase for private members, b-prefix for booleans, E/S prefixes for enums/structs), code organization, class-member ordering, and C# 9.0 patterns. A solo builder reaches for it to keep a C# or Unity project consistent during reviews, refactoring, or when establishing project-wide standards. It is the foundation other C# and Unity skills build on.
- POCU-based naming conventions
- mPascalCase for private members
- b/E/S prefix rules
- Class structure ordering and C# 9.0 patterns
Csharp Code Style by the numbers
- 13 all-time installs (skills.sh)
- Ranked #110 of 153 .NET & C# skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/creator-hian/claude-code-plugins --skill csharp-code-styleAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 13 |
|---|---|
| repo stars | ★ 10 |
| Last updated | April 23, 2026 |
| Repository | creator-hian/claude-code-plugins ↗ |
What it does
Establishes C# code style and naming conventions (POCU standards) - mPascalCase, boolean b-prefix, enum E-prefix, class organization, and C# 9.0 patterns.
Who is it for?
Enforcing consistent C# naming and code organization
Skip if: Language-agnostic style questions
When should I use this skill?
You are reviewing or writing C# and want consistent naming and structure