CSharpener

Installation
SKILL.md

CSharpener - C# Code Analysis

CSharpener is a Roslyn-based static analysis tool that analyzes C# codebases to build call graphs, identify unused code, and help with refactoring decisions.

Quick Start for Claude

ALWAYS use this exact command format when invoking CSharpener:

"Y:/CSharpDLLs/CSharpener/CSharpener.exe" <command> --solution "<path-to-solution>" --format console

Key Requirements:

  • Use forward slashes for the executable path: Y:/CSharpDLLs/CSharpener/CSharpener.exe
  • Use double quotes around paths
  • Use backslashes for Windows paths in --solution parameter
  • Don't search for the executable - use the path above directly
Installs
1
GitHub Stars
386
First Seen
Feb 5, 2026
CSharpener — majiayu000/claude-skill-registry