Markdown Formatter
Formats plain text into clean, readable Markdown documents using consistent styling and common conventions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add wesley1600-markdown-formatter npx -- -y @trustedskills/wesley1600-markdown-formatter
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"wesley1600-markdown-formatter": {
"command": "npx",
"args": [
"-y",
"@trustedskills/wesley1600-markdown-formatter"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill takes plain text input and formats it as Markdown. It converts basic formatting like headers, lists, and bolded or italicized text into valid Markdown syntax. The output can then be used for documentation, note-taking, or any application requiring Markdown formatted content.
When to use it
- Generating Documentation: Quickly convert notes or drafts into a structured document format.
- Creating Readme Files: Format project descriptions and instructions in standard Markdown.
- Formatting Notes: Transform raw text notes into organized, readable Markdown documents.
- Preparing Content for Platforms: Convert content to Markdown for platforms that support it (e.g., GitHub, forums).
Key capabilities
- Converts plain text to Markdown format.
- Handles basic formatting elements like headers and lists.
- Supports bolded and italicized text conversion.
Example prompts
- "Format this as markdown: This is a level 1 heading. This is some regular text."
- "Convert the following into markdown: bold, italic, #header#"
- "Please format this note as Markdown: A list of items: apple, banana, cherry."
Tips & gotchas
The skill relies on recognizing basic formatting cues within the input text. Complex or unusual formatting may not be accurately converted to Markdown.
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.