slack-formatting

Convert Markdown messaging into Slack mrkdwn syntax.

1|2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/jboothomas/nauggieclaw --skill slack-formatting-jboothomas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-formatting
Source: https://github.com/jboothomas/nauggieclaw/tree/main/container/skills/slack-formatting
Command: npx skills add https://github.com/jboothomas/nauggieclaw --skill slack-formatting-jboothomas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When answering in Slack channels, raw Markdown can break presentation because Slack expects mrkdwn styling, so the message can lose emphasis, mentions, or links. This Skill translates standard Markdown intent into the specific syntax Slack displays consistently, keeping channel conversations clear and accessible.

Core Features & Use Cases

  • Context awareness: Detects slack_ prefixed folders or Slack workspace paths so responses receive Slack formatting only when appropriate.
  • Style enforcement: Enforces Slack-safe bold, italic, bullets, quotes, mentions, links, and emoji choices while avoiding tables, numbered lists, and headings.
  • Use case: Format the daily stand-up summary for the slack_engineering channel so status updates render with highlights, mentions, and proper link previews.

Quick Start

Ask Auggie to reformat your latest update with Slack mrkdwn so the message is ready for the slack_engineering channel.

Frequently Asked Questions about slack-formatting

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

FAQPage Schema
How do I convert Markdown to Slack mrkdwn syntax for channel messages?

To convert Markdown to Slack mrkdwn, translate standard syntax into Slack-specific formatting like single-asterisk bold and bullet-only lists, ensuring messages render correctly without breaking emphasis or links.

Why does my Markdown formatting break when posting updates to Slack channels?

Markdown formatting breaks in Slack because the platform expects mrkdwn syntax, not standard Markdown, meaning elements like headings and tables are unsupported and require conversion to Slack-safe alternatives.

What formatting restrictions does Slack mrkdwn enforce for channel messages?

Slack mrkdwn enforces restrictions including single-asterisk bold, bullet-only lists, explicit mention and link syntax, and no headings or tables to maintain consistent channel message rendering.

When do I need to apply Slack formatting instead of standard Markdown?

You need to apply Slack formatting when working inside slack_ prefixed folders, Slack workspace paths, or other Slack-specific contexts, ensuring responses match the rendering requirements of that channel style.

Can I use numbered lists and tables in Slack channel updates?

No, you cannot use numbered lists and tables in Slack channel updates because Slack mrkdwn does not support them, requiring you to use bullet-only lists and alternative text layouts instead.

What is the best way to format a daily stand-up summary for a Slack channel?

The best way to format a stand-up summary for a Slack channel is to apply mrkdwn syntax, using Slack-safe bold, mentions, and proper link previews so status updates render correctly for the team.