agentsclimarketplace

Discord app workflow

Skill gaelic-ghost/socket/skills/discord-app-workflow

Plan, build, and validate Discord apps, bots, commands, interactions, Gateway event handling, and Activities using current Discord documentation.From its SKILL.md

Install
npx -y skills add gaelic-ghost/socket --skill discord-app-workflow

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.4 KB, 252 tokens by cl100k_base, as published. Nobody here has run it

Discord App Workflow

Workflow

  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.

Handoffs

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 and Interactions documentation before asserting behavior.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,736. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.