Read Slack context, route to the right Slack workflow, and prepare or perform Slack writes that match the user's intent.
68
83%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Use this skill as the router for Slack work. Read the relevant Slack context first, then hand off to the most specific Slack workflow.
If the task will produce outgoing Slack text or perform a Slack write, switch to ../slack-outgoing-message/SKILL.md before finalizing and reread that file's ## Formatting Rules section immediately before any send, draft, schedule, or canvas creation.
| Workflow | Skill |
|---|---|
| Message composition, rewrites, drafts, and canvas-writing workflows | ../slack-outgoing-message/SKILL.md |
| Bounded channel recaps and thematic Slack summaries | ../slack-channel-summarization/SKILL.md |
| Daily digests across selected channels or topics | ../slack-daily-digest/SKILL.md |
| Find messages that likely need a response and prepare reply drafts | ../slack-reply-drafting/SKILL.md |
| Triage for what the user needs to read, reply to, or do next | ../slack-notification-triage/SKILL.md |
| Task | Reference |
|---|---|
| Slack Markdown formatting rules and examples | references/markdown.md |
slack_search_* tools as the search bucket, slack_read_*, slack_list_*, and lookup-style tools as the read bucket, and message, draft, schedule, or canvas creation tools as the send/write bucket.Retry-After or another explicit wait hint, follow it. Otherwise wait about 30 seconds before calling that bucket again.references/markdown.md for emphasis, lists, links, quotes, mentions, and code.slack-outgoing-message skill.If Slack messages are missing, say that Slack access may be unavailable, the workspace may be disconnected, or the wrong channel or thread may be in scope, then ask the user to reconnect or clarify the destination.
11c74d6
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.