slack-formatting

Convert standard Markdown to Slack mrkdwn syntax for correct message rendering.

5|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill slack-formatting-chiptoe-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-formatting
Source: https://github.com/chiptoe-svg/nanoclaw_gccourse/tree/main/container/skills/slack-formatting
Command: npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill slack-formatting-chiptoe-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack uses its own mrkdwn syntax instead of standard Markdown, so messages formatted with regular Markdown often render incorrectly, with broken styling, non-functional links, and unreadable list formatting.

Core Features & Use Cases

  • Complete mrkdwn reference: Covers all common formatting needs including text styles (bold, italic, strikethrough), named and auto-linked URLs, user and channel mentions, bullet lists, block quotes, and emoji shortcodes.
  • Prohibited syntax guide: Explicitly lists standard Markdown elements that do not work in Slack (like headings, numbered lists, tables, and standard link syntax) to avoid common formatting errors.
  • Real-world use case: Use this skill when posting project updates, standup summaries, or team announcements to Slack to ensure all content displays correctly for every team member.

Quick Start

Use the slack-formatting skill to convert your standard Markdown standup summary into valid Slack mrkdwn syntax for the #team-updates channel.

Frequently Asked Questions about slack-formatting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does my standard Markdown formatting break in Slack messages?

Slack messages break with standard Markdown because the platform uses its own native mrkdwn syntax instead. Applying explicit Slack mrkdwn syntax rules for text styling, link formatting, and lists ensures consistent, correctly formatted output.

How do I format links and mentions correctly for Slack message updates?

To format links and mentions for Slack message updates, use Slack's native mrkdwn syntax for named URLs, user mentions, and channel references. Standard Markdown link syntax is prohibited and will render incorrectly in integrated workspaces.

What Markdown elements do not work when formatting chat messages for Slack?

Markdown elements that do not work when formatting chat messages for Slack include headings, numbered lists, tables, and standard link syntax. Using this prohibited syntax causes broken styling and unreadable list formatting in team notifications.

Can I use standard Markdown syntax for Slack standup summaries and team announcements?

You cannot use standard Markdown syntax for Slack standup summaries and team announcements because Slack requires native mrkdwn format. Converting standard Markdown into valid Slack mrkdwn syntax ensures all content displays correctly for every team member.

When do I need to use Slack mrkdwn syntax instead of standard Markdown?

You need to use Slack mrkdwn syntax instead of standard Markdown for all Slack messaging scenarios including channel updates, user mentions, status reports, and team notifications. Slack mrkdwn syntax guarantees correct rendering of text styles, quotes, and emoji shortcodes.