Markdown Formatter
Formats raw text into clean, readable Markdown documents suitable for reports, notes, and online publishing.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add zxhfighter-markdown-formatter npx -- -y @trustedskills/zxhfighter-markdown-formatter
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"zxhfighter-markdown-formatter": {
"command": "npx",
"args": [
"-y",
"@trustedskills/zxhfighter-markdown-formatter"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill formats plain text input into Markdown. It converts basic formatting like headings, lists, and bolded text into their corresponding Markdown syntax. The resulting output can then be used to render formatted documents or display rich content in various applications.
When to use it
- You need to convert notes taken in a simple text editor into a more structured document for sharing.
- You want to automatically format messages sent from an application that doesn't support Markdown natively.
- You are building a system where users input plain text and you need to display it with basic formatting.
- You’re creating documentation or tutorials and need to quickly convert raw content into readable Markdown.
Key capabilities
- Converts plain text to Markdown format.
- Handles basic formatting elements (headings, lists, bolded text).
- Provides a standardized output for rendering formatted documents.
Example prompts
- "Format this as markdown: # My Awesome Title\nThis is a paragraph."
- "Convert the following into markdown: Item 1 * Item 2 - Item 3"
- “Please format this text to Markdown: This is important.”
Tips & gotchas
The skill handles basic formatting; more complex or specialized Markdown features might not be supported. Ensure your input text uses clear delimiters for headings and bolded sections, as the formatting relies on simple patterns.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.