darylmcd

59 mods across 1 repository, 1 stars between them.

review

49

darylmcd/Roslyn-Backed-MCP

Skill Claude CodeCodex

Semantic code review. Use when: reviewing C# code quality, finding issues before a PR, auditing a file or project for problems, or doing a comprehensive quality check. Optionally takes a file path or project name as input.

1 yesterday A 48 tokens original MIT

security

50

darylmcd/Roslyn-Backed-MCP

Skill Claude CodeCodex

Security audit for C# solutions. Use when: auditing for vulnerabilities, checking NuGet packages for CVEs, reviewing security diagnostics, finding reflection usage, auditing DI registrations, or doing an OWASP-style security review. Optionally takes a project name.

1 yesterday A 52 tokens original MIT

semantic-find

51

darylmcd/Roslyn-Backed-MCP

Skill Claude CodeCodex

Natural-language code search across a C# codebase. Use when: looking for a class, method, or pattern described in plain English (e.g. 'the class that handles payment refunds', 'methods that retry on failure'), locating code by behavior rather than exact name, or orienting in an unfamiliar solution. Takes a…

1 yesterday A 74 tokens original MIT

session-undo

52

darylmcd/Roslyn-Backed-MCP

Skill Claude CodeCodex

Session history and undo. Use when: the user wants to see what Roslyn MCP changed, undo the last apply, reload the workspace from disk, or recover from a bad refactoring.

1 yesterday A 42 tokens original MIT

snippet-eval

53

darylmcd/Roslyn-Backed-MCP

Skill Claude CodeCodex

Quick C# feedback without loading a solution. Use when: validating syntax, semantics, or running a small script; prototyping an expression; or explaining an isolated code fragment.

1 yesterday A 39 tokens original MIT

test-coverage

54

darylmcd/Roslyn-Backed-MCP

Skill Claude CodeCodex

Test coverage analysis. Use when: checking test coverage, finding untested code, identifying gaps in test suites, scaffolding new tests, or auditing which public APIs have tests. Optionally takes a project name.

1 yesterday A 46 tokens original MIT

test-triage

55

darylmcd/Roslyn-Backed-MCP

Skill Claude CodeCodex

Test discovery and failure triage. Use when: CI is red, tests fail locally, or you need to find and run the right tests after a change. Optionally takes project name or filter.

1 yesterday A 45 tokens original MIT

trace-flow

56

darylmcd/Roslyn-Backed-MCP

Skill Claude CodeCodex

Walk a value, parameter, or symbol through control flow, data flow, and exception flow paths. Use when: tracing a value through control/data/exception flow, understanding how a parameter propagates, finding where an exception is caught, or answering 'where can this value go?' / 'what paths does control take?' / 'if…

1 yesterday A 78 tokens original MIT

version-bump

57

darylmcd/Roslyn-Backed-MCP

Skill Claude CodeCodex

Multi-project version bump across a .NET solution. Use when: cutting a release, incrementing patch/minor/major across every versioned project, or synchronizing / values. Takes a bump type (patch, minor, or major) as input. Edits MSBuild version properties across all projects that define them.

1 yesterday A 75 tokens original MIT

workspace-health

58

darylmcd/Roslyn-Backed-MCP

Skill Claude CodeCodex

One-shot status report on the running Roslyn MCP server and any loaded workspaces. Use when: troubleshooting the server, onboarding a session, confirming readiness before a sensitive operation, listing loaded workspaces, checking for staleness/degraded state, or recovering from Server "roslyn" is not connected…

1 yesterday A 139 tokens original MIT

roslyn-mcp

59

darylmcd/Roslyn-Backed-MCP

MCP server Claude CodeCodexCursor

MCP server "roslyn-mcp" as configured in darylmcd/Roslyn-Backed-MCP. Launched with Darylmcd.RoslynMcp. Needs 1 environment variable to run.

1 yesterday A tokens not measured original MIT