slack-manifest
Installation
SKILL.md
Slack App Manifest — Single Source of Truth
All Slack app configuration lives in one file. Every other file derives from it automatically. Never hardcode scopes, events, or commands elsewhere.
Source of Truth
packages/agents-work-apps/src/slack/slack-app-manifest.json ← EDIT HERE
│
├── slack-scopes.ts ← exports BOT_SCOPES / BOT_SCOPES_CSV (imported by oauth.ts)
└── setup-slack-dev.ts ← reads manifest at runtime (local dev app setup)