By zircote
Claude Code plugin for C# development with OmniSharp LSP integration, 12 automated hooks for .NET builds, linting, formatting, and testing (xUnit, NUnit)
npx claudepluginhub zircote/lsp-marketplace --plugin csharp-lspA Claude Code plugin providing comprehensive C# development support through:
# Run the setup command (after installing the plugin)
/setup
Or manually:
# macOS (Homebrew)
brew install omnisharp
# or
dotnet tool install --global csharp-ls
The plugin configures OmniSharp for Claude Code via .lsp.json:
{
"csharp": {
"command": "omnisharp",
"args": ["-lsp"],
"extensionToLanguage": { ".cs": "csharp" },
"transport": "stdio"
}
}
Capabilities:
| Hook | Trigger | Description |
|---|---|---|
csharp-format-on-edit | **/*.cs | Auto-format with dotnet format |
csharp-build-check | **/*.cs | Build with dotnet build |
csharp-todo-fixme | **/*.cs | Surface TODO/FIXME comments |
csharp-null-check | **/*.cs | Detect null-forgiving operators |
| Tool | Installation | Purpose |
|---|---|---|
omnisharp | brew install omnisharp | LSP server |
dotnet | dotnet.microsoft.com | .NET SDK |
csharp-lsp/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── .lsp.json # OmniSharp configuration
├── commands/
│ └── setup.md # /setup command
├── hooks/
│ └── scripts/
│ └── csharp-hooks.sh
├── tests/
│ └── SampleTest.cs # Test file
├── CLAUDE.md # Project instructions
└── README.md # This file
MIT
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Continuous self-referential AI loops for interactive iterative development, implementing the Ralph Wiggum technique. Run Claude in a while-true loop with the same prompt until task completion.
Complete developer toolkit for Claude Code