Canghe Format Markdown
Helps with formatting, Markdown as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add canghe-format-markdown npx -- -y @trustedskills/canghe-format-markdown
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"canghe-format-markdown": {
"command": "npx",
"args": [
"-y",
"@trustedskills/canghe-format-markdown"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to format text into Markdown. It can take plain text and convert it into a structured document with headings, lists, and other common Markdown elements. The resulting Markdown can then be rendered for display or further processed.
When to use it
- Generating documentation from meeting notes.
- Creating formatted blog posts or articles from raw drafts.
- Converting simple text outlines into presentable reports.
- Formatting code snippets within a larger document.
Key capabilities
- Markdown formatting
- Text conversion
Example prompts
- "Please format this text as Markdown: 'This is a heading. This is another line.'"
- "Convert the following notes into a Markdown list: Item 1, Item 2, Item 3."
- "Format this paragraph with a level 2 heading above it."
Tips & gotchas
The skill’s effectiveness depends on the clarity and structure of the input text. Complex or ambiguous text may not be formatted as expected.
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.