coordinate-external-ag…
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Build a native Apple VoIP calling app by separating CallKit or LiveCommunicationKit, PushKit, AVFAudio, SIP or WebRTC transport, and call-state ownership.
$ npx -y skills add gaelic-ghost/socket --skill voip-sip-calling-workflow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/voip-sip-calling-workflowContext preview
The summary Claude sees to decide when to auto-load this skill.
Build a native Apple VoIP calling app by separating CallKit or LiveCommunicationKit, PushKit, AVFAudio, SIP or WebRTC transport, and call-state ownership.
name: voip-sip-calling-workflow
description: Build a native Apple VoIP calling app by separating CallKit or LiveCommunicationKit, PushKit, AVFAudio, SIP or WebRTC transport, and call-state ownership.
metadata:
hermes:
category: apple-development
tags: [voip, sip, callkit, pushkit, audio, webrtc]Build an Apple VoIP calling app without conflating system call presentation, audio-session activation, signaling, media transport, and account state.
system UI, and system coordination.
is promptly reported through the supported calling framework.
interruptions, Bluetooth, and media permissions.
based on interoperability, NAT traversal, codec, security, and backend needs. SIP is a protocol lane, not an Apple calling UI API.
retention, emergency-call policy, and end-to-end encryption explicitly.
1. Define incoming, outgoing, answer, decline, end, hold, mute, transfer, and failure state transitions before integrating UI. 2. Report incoming calls to the system promptly, then start media only after the calling framework and audio system permit it. 3. Design a transport adapter behind explicit call-state inputs and outputs; never let SIP registration or WebRTC callbacks become the global UI owner. 4. Decide the fallback behavior separately for VoIP failure and cellular calling. 5. Route default-calling or default-dialer eligibility to `default-communication-app-workflow`.
Test physical-device incoming/outgoing calls, background arrival, lock screen, audio route and interruption changes, reconnect, duplicate pushes, signaling failure, media failure, and user-visible fallback.
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,…