Plugin Claude Code
Plugin marketplace listing 1 plugin: roslyn-mcp.
Plugin Claude Code
Plugin marketplace listing 1 plugin: roslyn-mcp.
Plugin Claude Code
Semantic C# analysis and refactoring for AI agents, powered by Roslyn. Load .sln/.csproj files, inspect the live MCP catalog at runtime, and use 32 bundled agent skills for analysis, refactoring, testing, architecture review, and release workflows.
Agent Claude Code
Resolve every src/... / tests/... / hooks/... / eng/... / .claude-plugin/... path cited in aidocs/backlog.md (and the split priority files aidocs/backlog-p3.md / backlog-p4.md if present) against the current working tree. Returns a compact punch-list of dead anchors and likely renames so the maintainer can fix rows…
Agent Claude Code
Extract, dedupe, classify, and rank actionable items from deep-review artifacts (server audits, surface tests, experimental-promotion reports, session retros) staged in review-inbox/. Returns a compact structured row list + notes. Used as Phase 1 of the /backlog-intake skill to protect main-agent context from…
Agent Claude Code
Execute ONE initiative from a backlog-sweep plan end-to-end — create the worktree, implement per plan.md, validate, open the PR, return a >> envelope. Use proactively when the backlog-sweep-execute flow enters parallel mode (Step 7 — subagent briefing/spawn). Orchestrator supplies initiative id, plan path, and tool…
Agent Claude Code
Ship a single open PR through to merge + cleanup — poll gh pr view for green checks, squash-merge when clean, remove the worktree, delete the remote branch, return a compact status block. NOTE: /backlog-sweep:execute Step 10 no longer spawns this — it lands PRs via /ship in the parent context (a cold subagent lacks…
Hook Claude Code
Runs before the agent uses a tool for Edit, Write and MultiEdit tool calls, executing guard-release-managed-files.ps1 via pwsh. From darylmcd/Roslyn-Backed-MCP.
Hook Claude Code
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing verify-skills-on-edit.ps1 via pwsh. From darylmcd/Roslyn-Backed-MCP.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse) and 27 allowed tools.
Skill Claude CodeCodex
Consolidate deep-review artifacts (mcp-server-audit, experimental-promotion, roslyn-mcp-retro) into aidocs/backlog.md with anchor verification, dedupe, priority classification, and Rule 1/3/4/5 sizing for the backlog-sweep-plan.md planner prompt. Use when: a deep-review / audit wave has produced mcp-server-audit.md /…
Skill Claude CodeCodex
Version bump. Use when: bumping the version for a release, preparing a version increment (major/minor/patch), or when code changes require a new version. Takes bump type as input: 'major', 'minor', or 'patch'. Edits all 7 version files, consumes changelog.d/.md fragments into a new ## [X.Y.Z] section grouped by…
Skill Claude CodeCodex
Close one or more rows in aidocs/backlog.md by id — resolves each id to its single line, deletes atomically, bumps updatedat, and reports which P-band decremented. Use when: a batch reconcile or ship step needs to remove N already-shipped backlog rows in one pass, to avoid the per-row Grep + Read + Edit dance that…
Skill Claude CodeCodex
Drafts one changelog fragment file under changelog.d/ .md from PR/commit metadata. Use when: preparing a PR for ship, writing a CHANGELOG entry for a merged or about-to-merge change, or filling changelog.d/ from an initiative in a backlog-sweep state.json. Takes initiative id + commit SHA (or branch name) + backlog…
Skill Claude CodeCodex
Maintainer-only thin alias for /mcp-server-surface-test --output-mode=fragments. Repo-local skill (lives under .claude/skills/, only discoverable from a Claude Code session whose project root is Roslyn-Backed-MCP). Invokes the canonical audit prompt at ${CLAUDEPLUGINROOT}/skills/mcp-server-surface-test/prompts/full.md…
Skill Claude CodeCodex
Flip a tool, resource, or prompt's support tier between stable and experimental atomically across both source-of-truth sites ([McpToolMetadata] annotation and ServerSurfaceCatalog partial entry). Use when: /publish-preflight Step 8 surfaces a recommendation: "promote" row in the promotion scorecard, a release-cut…
Skill Claude CodeCodex
Pre-publish validation checklist. Use when: preparing to publish to NuGet, validating release readiness, or running the full pre-publish pipeline. Checks version drift, AI docs, build/test/publish, changelog, security versions, and doc-audit freshness.
Skill Claude CodeCodex
Reconcile a backlog-sweep plan's state.json + plan.md against merged/closed PR reality. Use when: multiple backlog-sweep PRs have landed and the plan still shows them as in-review/in-progress, or before picking the next pending initiative to avoid re-shipping already-merged work. Queries gh pr view per initiative…
Skill Claude CodeCodex
Audit every gh #NNN reference in aidocs/backlog.md against live GitHub Issue state and emit a 5-state triage report. Use when: chasing drift between backlog rows and Issues after merges, manual issue closures, label changes, or contributor inactivity; before a /backlog-sweep:plan run to surface zombie rows or stale…
Skill Claude CodeCodex
Recover a stalled initiative-executor subagent's uncommitted worktree into a WIP branch + remove the worktree cleanly in one invocation. Use when: an orchestrator spawn returned a malformed result (no >> sentinel) or emitted an internal-thought fragment as its final message, and the subagent's .worktrees/ still…
Skill Claude CodeCodex
Atomic release pipeline — bump -> verify -> ship -> tag -> refresh-plugin. Use when cutting a major/minor/patch release. Delegates to /bump, /ship, and the maintainer-local /update; checkpointed so mid-flow failure is re-runnable.
Skill Claude CodeCodex
One-pass audit of the Roslyn MCP server's live surface (tools / resources / prompts / shipped skills) against documentation count claims. Use when preparing a release, chasing doc drift, or answering "how many tools does this server have?" without burning a dozen greps. Calls serverinfo, globs skills//SKILL.md, greps…
Skill Claude CodeCodex
Maintainer-local override of the shipped /roslyn-mcp:update skill. Refreshes the complete plugin cache, including its release-pinned dnx server launch, from this checkout.
Instructions file GitHub Copilot
Copilot instructions for darylmcd/Roslyn-Backed-MCP, covering copilot instructions, code style (c#), layering rules, roslyn mcp (ai sessions in this repo) and mutation safety.
MCP server Claude CodeCodexCursor
MCP server "roslyn" as configured in darylmcd/Roslyn-Backed-MCP. Launched with roslynmcp. Needs 1 environment variable to run.