coordinate-external-ag…
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Build an Apple Push to Talk channel experience with system controls, ephemeral PTT pushes, audio-session ownership, and an app-owned communication backend.
$ npx -y skills add gaelic-ghost/socket --skill push-to-talk-workflow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/push-to-talk-workflowContext preview
The summary Claude sees to decide when to auto-load this skill.
Build an Apple Push to Talk channel experience with system controls, ephemeral PTT pushes, audio-session ownership, and an app-owned communication backend.
name: push-to-talk-workflow
description: Build an Apple Push to Talk channel experience with system controls, ephemeral PTT pushes, audio-session ownership, and an app-owned communication backend.
metadata:
hermes:
category: apple-development
tags: [push-to-talk, ptt, audio, apns, channels]Build a walkie-talkie-style application using PushToTalk. The framework supplies system controls and channel lifecycle; the app still owns identity, membership, audio transport, encryption, moderation, and backend behavior.
1. Model a channel with stable app-owned identity, membership authorization, transmission mode, and explicit join/leave lifecycle. 2. Use `PTChannelManager` and its delegate for system-visible channel state and begin/end transmission events. Treat half-duplex and full-duplex as product decisions, not interchangeable audio modes. 3. Configure the app's audio session only in response to the applicable PTT lifecycle event; preserve interruptions, Bluetooth routing, and privacy indicators. 4. Use the channel's ephemeral push token only for that channel lifetime. Send APNs PTT pushes with `pushtotalk`, the `.voip-ptt` topic suffix, immediate priority, and no stale-delivery window when the event is time-sensitive. 5. Keep transport, codec, encryption, recording, retention, and moderation as explicit app/backend responsibilities.
Validate on physical iPhone/iPad hardware with multiple participants, lock screen controls, join/leave churn, token rotation, delayed audio, interruptions, Bluetooth accessories, denied microphone permission, and expired-channel push delivery.
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,…