Markdown Formatter
Formats text into clean, readable Markdown using a consistent style defined by beshkenadze's specifications.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add beshkenadze-markdown-formatter npx -- -y @trustedskills/beshkenadze-markdown-formatter
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"beshkenadze-markdown-formatter": {
"command": "npx",
"args": [
"-y",
"@trustedskills/beshkenadze-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 into Markdown. It converts basic formatting like headers, lists, and bolded text into their corresponding Markdown syntax. The output is suitable for use in documents, websites, or any application that supports Markdown rendering.
When to use it
- Transforming notes from a meeting transcript into a structured document.
- Converting a plain text email draft into a formatted message with headings and lists.
- Creating simple documentation from raw text content.
- Formatting code snippets for inclusion in reports or presentations.
Key capabilities
- Converts plain text to Markdown format.
- Handles basic formatting elements (headers, lists, bolded text).
Example prompts
- "Please convert this text into markdown: # My Report\n\nThis is a summary of the findings."
- "Format the following as a markdown list: Item 1, Item 2, Item 3."
- “Convert this to Markdown and include bolding for key terms: The concept of quantum entanglement is fascinating.”
Tips & gotchas
The skill handles basic formatting. Complex or specialized Markdown syntax may not be supported. Ensure the input text is relatively clean for optimal results.
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.