mcpbeat

Markdown To Html

christophacham/markdown-to-html

Convert Markdown files to HTML similar to `marked.js`, `pandoc`, `gomarkdown/markdown`, or similar tools; or writing custom script to convert markdown to html and/or working on web template systems like `jekyll/jekyll`, `gohugoio/hugo`, or similar web templating systems that utilize markdown documents, converting them to html. Use when asked to "convert markdown to html", "transform md to html", "render markdown", "generate html from markdown", or when working with .md files and/or web a templating system that converts markdown to HTML output. Supports CLI and Node.js workflows with GFM, CommonMark, and standard Markdown flavors.

This is a copy. The original lives at github/markdown-to-html.

29k tokens
context cost
the whole folder, loaded on every use
16
files
instructions only
1
copies elsewhere
how many repositories repackaged it
73
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/christophacham/agent-skills-library --skill markdown-to-html

Repackaged in 1 other repositories

same content, different owner
github/awesome-copilot open on GitHub →

How to use it

Copy the folder

Take christophacham/markdown-to-html from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.

Install what it needs

The instructions reference npm, go, gem. Without those the skill loads but fails at the first command.