coordinate-external-ag…
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Diagnose .NET SDK, restore, build, test, package, target framework, F# compile-order, C# analyzer, and project-reference failures with concrete next checks.
$ npx -y skills add gaelic-ghost/socket --skill diagnose-project --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/diagnose-projectContext preview
The summary Claude sees to decide when to auto-load this skill.
Diagnose .NET SDK, restore, build, test, package, target framework, F# compile-order, C# analyzer, and project-reference failures with concrete next checks.
name: diagnose-project description: Diagnose .NET SDK, restore, build, test, package, target framework, F# compile-order, C# analyzer, and project-reference failures with concrete next checks. license: Apache-2.0 compatibility: Designed for Codex and compatible Agent Skills clients diagnosing .NET SDK projects in F#, C#, and mixed-language solutions. metadata: owner: gaelic-ghost repo: socket category: dotnet-diagnostics allowed-tools: Read Bash(rg:*) Bash(git:*) Bash(dotnet:*)
Find the first meaningful cause of a .NET failure and explain it in human terms.
The useful answer is not "build failed." It is what command failed, which project failed, which phase failed, why it most likely failed, and the smallest next check or fix.
Use repo-local .NET files, checked-out dependency sources, Dash MCP or Dash HTTP for installed .NET docsets, and then official Microsoft documentation when Dash/local coverage is missing or stale:
1. Capture repository shape:
rg --files -g '*.sln' -g '*.slnx' -g '*.fsproj' -g '*.csproj' -g 'global.json' -g 'Directory.Build.props' -g 'Directory.Packages.props' -g 'NuGet.config'
2. Check SDK context only when relevant:
dotnet --info dotnet --list-sdks
3. Re-run the narrowest failing command. 4. Classify the failure phase:
5. Identify the first meaningful error. 6. Explain likely cause and next check.
Look for `global.json`, installed SDK versions, target framework, and CI SDK setup.
Report when a repo asks for an SDK that is not installed or when local and CI SDK versions likely differ.
Look for package source, authentication, locked mode, central package management, and `NuGet.config`.
Do not turn an authenticated feed problem into a generic network diagnosis. Name the package source or credential surface when visible.
Look for target framework mismatch, project references, analyzer failures, nullable failures, generated code, and compile order.
For F#, inspect `.fsproj` file ordering when names are unresolved. For C#, inspect nullable and analyzer settings before suppressing warnings.
Separate test discovery from test execution.
Discovery failures usually point at framework adapters, target frameworks, build output, or project type. Execution failures usually point at behavior, environment, timing, or fixture setup.
Look for missing metadata, invalid project type, failed Release build, project references, and artifact output path.
Remember that package publication is separate from package creation.
Return:
1. `Command`: exact failing command. 2. `Phase`: SDK, restore, build, discovery, execution, pack, or release. 3. `Project`: solution or project path involved. 4. `First meaningful error`: short quoted or paraphrased error. 5. `Likely cause`: concrete explanation. 6. `Next check`: one or two smallest useful commands or edits.
Stuff for Agents on macOS Promo audio: Socket Codex Marketplace Promo
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Assign worktree, branch, write, validation, integration, and cleanup ownership before parallel repository work. Use when a worker will inspect or modify…
Design framework-neutral agent and automation workflows before implementation. Use when choosing between Codex app automations, codex exec, Codex subagents,…
Design evaluation workflows for agent, skill, prompt, and automation behavior before implementation. Use when choosing eval cases, graders, thresholds,…
Design safe n8n workflows with deterministic routing, credentials, idempotency, recovery, local-model checks, drafts, and exact approval gates.
Coordinate bounded worker tasks with a launch envelope, report-back, escalation, and synthesis contract. Use before spawning, resuming, steering, cancelling,…