From slack
Guidance for composing well-formatted, effective Slack messages using standard markdown
How this skill is triggered — by the user, by Claude, or both
Slash command
/slack:slack-messagingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides guidance for composing well-formatted, effective Slack messages.
This skill provides guidance for composing well-formatted, effective Slack messages.
Apply this skill whenever composing, drafting, or helping the user write a Slack message — including when using slack_send_message, slack_send_message_draft, or slack_create_canvas.
Slack MCP accepts standard markdown. Use familiar markdown syntax when composing messages:
| Format | Syntax |
|---|---|
| Bold | **text** |
| Italic | _text_ or *text* |
| Strikethrough | ~text~ |
| Code (inline) | `code` |
| Code block | ```code``` |
| Quote | > text |
| Link | [display text](url) |
| Bulleted list | - item |
| Numbered list | 1. item |
Not supported:
(#, ##, etc.)()*bold* for names, dates, deadlines, and action items so they stand out when scanning.reply_broadcast (also post to channel) only when the reply contains information everyone needs to see.#general is usually more formal than #random.Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.
npx claudepluginhub d74117157-create/slack-mcp-plugin