coordinate-external-ag…
Coordinate independently operated external agents through durable handoffs. Use when work crosses hosts, sessions, accounts, services, queues, boards, pull…
Plan, build, and validate Discord apps, bots, commands, interactions, Gateway event handling, and Activities using current Discord documentation.
$ npx -y skills add gaelic-ghost/socket --skill discord-app-workflow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/discord-app-workflowContext preview
The summary Claude sees to decide when to auto-load this skill.
Plan, build, and validate Discord apps, bots, commands, interactions, Gateway event handling, and Activities using current Discord documentation.
name: discord-app-workflow description: Plan, build, and validate Discord apps, bots, commands, interactions, Gateway event handling, and Activities using current Discord documentation.
1. Choose a bot, user-installed app, guild-installed app, or Activity. Do not select Gateway when signed HTTP interactions are sufficient. 2. Register the application and scope the requested permissions, OAuth installation, commands, and intents to the least access needed. 3. For interactions, verify Discord's signature, answer the required initial interaction promptly, and use follow-ups or deferred responses for longer work. 4. For Gateway usage, document intents, privileged-intent approval, reconnect/resume state, sharding threshold, and rate-limit behavior. 5. Model commands, buttons, selects, and modals as explicit user actions with durable component state and authorization checks. 6. Validate in a test guild/account with observed command registration, signature verification, retry/duplicate behavior, and permission denial.
Use `webhook-and-event-lifecycle` for request handling, `conversation-state-human-handoff` for state, and the target server stack skill for implementation. Consult the [Discord application overview](https://docs.discord.com/developers/quick-start/overview-of-apps) and [Interactions documentation](https://docs.discord.com/developers/platform/interactions) before asserting behavior.
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,…