coordinate-external-ag…
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Install, launch, validate, and diagnose existing ACP agents across Zed, Xcode, and other clients. Use for registry discovery, custom launch commands, auth, capabilities, sessions, and logs.
$ npx -y skills add gaelic-ghost/socket --skill operate-acp-agent-integration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/operate-acp-agent-integrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Install, launch, validate, and diagnose existing ACP agents across Zed, Xcode, and other clients. Use for registry discovery, custom launch commands, auth, capabilities, sessions, and logs.
name: operate-acp-agent-integration
description: Install, launch, validate, and diagnose existing ACP agents across Zed, Xcode, and other clients. Use for registry discovery, custom launch commands, auth, capabilities, sessions, and logs.
metadata:
hermes:
category: agent-portability
tags: [acp, zed, xcode, hermes, diagnostics]Operate an existing ACP agent without confusing client setup, agent-native configuration, and protocol behavior. Read `references/acp-operations-map.md` for the current connection and failure map.
1. Name the ACP client and ACP agent/server process. 2. Treat ACP v1 as the current latest protocol and v2 as draft design work. Check the capabilities negotiated by the actual pair; do not infer wire compatibility from SDK package versions or implement a draft RFD as stable. 3. Check the canonical ACP Registry with the managed ACP registry checker. 4. If the agent is missing, use its official local executable only when the client supports custom agents. Keep registry absence distinct from missing ACP support. 5. Run the agent's documented non-interactive health or version check before opening the client.
For Hermes, check `hermes acp --version`, `hermes acp --check`, `hermes doctor`, and `hermes status` as needed. ACP reuses Hermes provider credentials, config, skills, and state; it does not create a separate provider setup.
1. Configure the client launch command and environment with the smallest required surface. 2. Confirm stdout is reserved for JSON-RPC and human-readable logs go to stderr. 3. Inspect the initialization response for protocol version, agent capabilities, authentication methods, and implementation identity. 4. Complete agent-owned or terminal authentication before starting a session. 5. Create a harmless session and verify working-directory binding. 6. Verify streaming messages, tool calls, file diffs, terminal rendering, permission requests, cancellation, and any advertised load, resume, fork, list, close, mode, or config-option behavior independently. 7. Verify forwarded MCP servers separately from the agent's native MCP config.
Completed v1 additions include generic session configuration options, `session/list`, session-information updates, `session/resume`, and `session/close`. Elicitation, boolean config-option refinements, `session/delete`, logout, additional directories, remote transports, and the v2 prompt lifecycle remain draft RFDs unless the live ACP documentation says they have advanced. Gate experimental behavior on explicit capabilities and label it as draft in reports.
`apple-dev-skills:xcode-coding-intelligence-workflow`.
that is MCP through `xcrun mcpbridge`, not an ACP-hosted Xcode agent.
through `choose-agent-integration-protocol`.
provider state.
do not assume every client exposes every optional method.
Report registry status, launch source, client and agent versions, negotiated protocol and capabilities, auth owner, cwd, session behavior, MCP paths, permission behavior, evidence collected, and unresolved client-specific UI checks.
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,…