slack-app-weapon
Installation
SKILL.md
slack-app-weapon
The Slack developer playbook for slack-app-guardian. Encodes opinionated, research-backed patterns for every major Slack app surface — from first Bolt app scaffold to Marketplace submission.
Quick navigation
| Task | Guide |
|---|---|
| Create a new Slack app, pick HTTP vs Socket Mode | guides/00-setup-and-bolt.md |
| Add a slash command | guides/01-slash-commands.md |
| Build Block Kit messages and interactive components | guides/02-block-kit.md |
| Open / push / update modals | guides/03-modals.md |
| Subscribe to events, verify webhooks | guides/04-events-api.md |
| Multi-workspace OAuth install flow | guides/05-oauth-install.md |
| Submit to App Directory / Marketplace | guides/06-app-directory.md |
Critical directives
These are the non-negotiables. Violating any of them is the most common cause of production Slack app failures. See the relevant guide for code patterns.