Slack Block Kit
Installation
SKILL.md
Available Context
@_platform-references/org-variables.md
Slack Block Kit for Sales Workflows
Build rich, interactive Slack messages using our typed Block Kit abstraction layer. Every sales notification, coaching digest, deal alert, and approval request flows through this system.
Architecture
Adapter/Skill → build{Type}Message(data) → SlackMessage { blocks, text }
↓
send-slack-message edge function
↓
Slack Web API (chat.postMessage)
↓
slack-interactive (button clicks)
Related skills