slack-agent
Installation
SKILL.md
Slack Agent Development Skill
This skill supports two frameworks for building Slack agents:
- Chat SDK (Recommended for new projects) —
chat+@chat-adapter/slack - Bolt for JavaScript (For existing Bolt projects) —
@slack/bolt+@vercel/slack-bolt
Skill Invocation Handling
When this skill is invoked via /slack-agent, check for arguments and route accordingly:
Command Arguments
| Argument | Action |
|---|---|
new |
Run the setup wizard from Phase 1. Read ./wizard/1-project-setup.md and guide the user through creating a new Slack agent. |
configure |
Start wizard at Phase 2 or 3 for existing projects |
deploy |
Start wizard at Phase 5 for production deployment |
test |
Start wizard at Phase 6 to set up testing |