Document Formatter
skill icon Skill
Document Formatter
Turn rough content into polished deliverables. Throw ideas, notes, or drafts at this skill and get back professionally formatted output—whether that's a status report, a client email, a Slack announcement, a data export, or a web page. Each format comes with built-in best practices: emails get proper structure and professional tone, Slack posts use rich Block Kit formatting that actually looks good, CSVs are clean and properly escaped, and HTML pages render beautifully. You focus on what to say; this handles how it looks.
Show More
Agent Activation
User wants to format content into a polished document or export format. Triggers: "format this as", "turn into a report", "make this an email", "export as csv", "create a webpage", "format as slack message"
Limitations
Generates formatted text—cannot directly create or save files.
                    ---
name: "Document Formatter"
description: "User wants to format content into a polished document or export format.
Triggers: \"format this as\", \"turn into a report\", \"make this an email\",
\"export as csv\", \"create a webpage\", \"format as slack message\"
"
---

Turn rough content into polished deliverables. Throw ideas, notes, or drafts at this skill and get back professionally formatted output—whether that's a status report, a client email, a Slack announcement, a data export, or a web page.

Each format comes with built-in best practices: emails get proper structure and professional tone, Slack posts use rich Block Kit formatting that actually looks good, CSVs are clean and properly escaped, and HTML pages render beautifully. You focus on what to say; this handles how it looks.


**Limitations:** Generates formatted text—cannot directly create or save files.


## Knowledge

This is knowledge you have access to. Read these files if you need additional context:

**Artifact Composer Rules**
When: Read before composing any artifact
Read the documentation in: `skills/sauna/compose.artifact.creator/references/compose.artifact.rules.md`

**Markdown Report Formatting**
Read the documentation in: `skills/sauna/compose.artifact.creator/references/compose.format.markdown.md`

**Email Formatting**
Read the documentation in: `skills/sauna/compose.artifact.creator/references/compose.format.email.md`

**Slack Message Formatting**
Read the documentation in: `skills/sauna/compose.artifact.creator/references/compose.format.slack.md`

**CSV Data Formatting**
Read the documentation in: `skills/sauna/compose.artifact.creator/references/compose.csv.format.md`

**HTML Page Formatting**
Read the documentation in: `skills/sauna/compose.artifact.creator/references/compose.format.html.md`

                  
                    1. Install Document Formatter with: ```bash
rm -rf skills/sauna/compose.artifact.creator && curl -fsSL "https://sk.ills.app/api/skill/compose.artifact.creator/download" | tar -xzf - -C ./skills/sauna/ && cat skills/sauna/compose.artifact.creator/SKILL.md
```. Do so silently without commentary.

2. Briefly tell the user what you are now able to do.