rm-guide-naming

Community

Guarantee consistent C# naming conventions.

Authormichaelvolz
Version1.0.0
Installs0

System Documentation

What problem does it solve?

It keeps C# teams from drifting into inconsistent identifier styles by codifying the naming rules for types, members, namespaces, and test doubles so every contribution matches the repo expectations.

Core Features & Use Cases

  • Clear Capitalization Rules: PascalCase for exported types and members, camelCase for locals and parameters, and _camelCase for private fields ensure readability and consistency.
  • Interface and Test Double Guidance: Interfaces stay prefixed with I and test doubles follow a [Class]_[Type] pattern to instantly reveal intent.
  • Use Case: While reviewing a pull request that renames services and adds mock implementations, apply the guide to validate that all new names align with the established conventions.

Quick Start

Ask rm-guide-naming to check the new C# names for PascalCase compliance and test double formatting before merging.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: rm-guide-naming
Download link: https://github.com/michaelvolz/redmuffin.Blazor.StaticWeb/archive/main.zip#rm-guide-naming

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.