Agent Skill
2/7/2026whatsapp-styling-guide
Ensures all messages sent to WhatsApp follow the platform's specific formatting syntax instead of Markdown.
J
jonyw4
0GitHub Stars
1Views
npx skills add jonyw4/c3po
SKILL.md
| Name | whatsapp-styling-guide |
| Description | Ensures all messages sent to WhatsApp follow the platform's specific formatting syntax instead of Markdown. |
name: whatsapp-styling-guide description: Ensures all messages sent to WhatsApp follow the platform's specific formatting syntax instead of Markdown. tags:
- formatting
- style
Skill: WhatsApp Styling Guide
Intent
All messages sent via WhatsApp MUST use WhatsApp-native formatting. Never use Markdown syntax that doesn't render on WhatsApp.
Allowed formatting
| Format | Syntax | Example |
|---|---|---|
| Bold | *text* | assim fica negrito |
| Italic | _text_ | assim fica itálico |
| Strikethrough | ~text~ | |
| Monospace | ```text``` | assim fica mono |
| Bullet list | * Item or - Item | * Item da lista |
| Numbered list | 1. Item | 1. Primeiro item |
| Quote | > text | > Citação |
Forbidden formatting (does NOT render on WhatsApp)
- Headers (
#,##,###) — use BOLD CAPS instead (e.g.,*TÍTULO*) - Markdown tables (
| col |) — use bullet lists instead - Horizontal rules (
---) — use________(underscores) if separation is needed - Links (
[text](url)) — just paste the URL directly - Images (
) — not supported in text messages - Code blocks with language (
```js) — use plain```without language tag
Goal
Messages should look human-to-human — clean, readable on mobile, no raw Markdown artifacts visible to the user.
Skills Info
Original Name:whatsapp-styling-guideAuthor:jonyw4
Download