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)

Adding or Removing Bot Scopes

Installs
1
Repository
inkeep/agents
GitHub Stars
1.1K
First Seen
Apr 5, 2026
slack-manifest — inkeep/agents