Slack Agent Development Skill This skill supports two frameworks for building Slack agents: - Chat SDK (Recommended for new projects) — + - Bolt for JavaScript (For existing Bolt projects) — + Skill Invocation Handling When this skill is invoked via , check for arguments and route accordingly: Command Arguments | Argument | Action | |----------|--------| | | Run the setup wizard from Phase 1. Read and guide the user through creating a new Slack agent. | | | Start wizard at Phase 2 or 3 for existing projects | | | Start wizard at Phase 5 for production deployment | | | Start wizard at Phase 6…