darylmcd

59 mods across 1 repository, 1 stars between them.

roslyn-mcp

02

darylmcd/Roslyn-Backed-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.

1 yesterday A tokens not measured original MIT

darylmcd/Roslyn-Backed-MCP

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…

1 yesterday A 149 tokens original MIT

darylmcd/Roslyn-Backed-MCP

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…

1 yesterday A 81 tokens original MIT

initiative-executor

05

darylmcd/Roslyn-Backed-MCP

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…

1 yesterday A 95 tokens original MIT

pr-reconciler

06

darylmcd/Roslyn-Backed-MCP

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…

1 yesterday A 139 tokens original MIT

PreToolUse

07

darylmcd/Roslyn-Backed-MCP

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.

1 yesterday A tokens not measured original MIT

PostToolUse

08

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.

1 yesterday A tokens not measured copy · 86% MIT

settings

09

darylmcd/Roslyn-Backed-MCP

Settings file Claude Code

Agent settings declaring 2 hook events (PreToolUse, PostToolUse) and 27 allowed tools.

1 yesterday A tokens not measured original MIT

backlog-intake

10

darylmcd/Roslyn-Backed-MCP

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 /…

1 yesterday A 135 tokens original MIT

bump

11

darylmcd/Roslyn-Backed-MCP

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…

1 yesterday B 95 tokens original MIT

close-backlog-rows

12

darylmcd/Roslyn-Backed-MCP

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…

1 yesterday A 104 tokens original MIT

darylmcd/Roslyn-Backed-MCP

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…

1 yesterday A 119 tokens original MIT

mcp-server-stress

14

darylmcd/Roslyn-Backed-MCP

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…

1 yesterday A 320 tokens original MIT

promote-tier

15

darylmcd/Roslyn-Backed-MCP

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…

1 yesterday A 148 tokens original MIT

publish-preflight

16

darylmcd/Roslyn-Backed-MCP

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.

1 yesterday A 57 tokens original MIT

darylmcd/Roslyn-Backed-MCP

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…

1 yesterday A 134 tokens original MIT

darylmcd/Roslyn-Backed-MCP

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…

1 yesterday A 125 tokens original MIT

darylmcd/Roslyn-Backed-MCP

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…

1 yesterday C 131 tokens original MIT

release-cut

20

darylmcd/Roslyn-Backed-MCP

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.

1 yesterday A 58 tokens original MIT

surface-audit

21

darylmcd/Roslyn-Backed-MCP

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…

1 yesterday A 118 tokens original MIT

update

22

darylmcd/Roslyn-Backed-MCP

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.

1 yesterday A 38 tokens original MIT

darylmcd/Roslyn-Backed-MCP

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.

1 yesterday A 1,365 tokens original MIT

roslyn

24

darylmcd/Roslyn-Backed-MCP

MCP server Claude CodeCodexCursor

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

1 yesterday A tokens not measured original MIT