Coder Csharp Conventions

🌐Community
by ozerohax · vlatest · Repository

This skill enforces C# coding conventions for cleaner, more maintainable codebases and improved collaboration.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add coder-csharp-conventions npx -- -y @trustedskills/coder-csharp-conventions
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "coder-csharp-conventions": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/coder-csharp-conventions"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill ensures C# code adheres to established coding conventions. It automatically formats code, suggests improvements for readability and maintainability, and helps enforce consistent style across projects. The skill aims to produce clean, idiomatic C# code that aligns with industry best practices.

When to use it

  • Code Formatting: Automatically format existing C# codebases to ensure consistency.
  • New Code Development: Enforce coding standards when writing new C# code.
  • Code Review Assistance: Identify and suggest corrections for style violations during code reviews.
  • Learning C#: Help developers learn and apply C# coding conventions.

Key capabilities

  • Automatic code formatting
  • Style suggestion and enforcement
  • Readability improvement suggestions
  • Maintainability enhancement

Example prompts

  • "Format this C# code according to standard conventions."
  • "Review this C# function for style violations and suggest improvements."
  • "Ensure this class follows C# coding best practices."

Tips & gotchas

The skill assumes a basic understanding of C# syntax. While it can automatically format, reviewing the changes is recommended to ensure they align with project-specific requirements.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
ozerohax
Installs
2

🌐 Community

Passed automated security scans.