feat(baoyu-format-markdown): add markdown formatter skill

Formats plain text or markdown with frontmatter, titles, summaries,
headings, bold, lists, code blocks, and CJK typography fixes.
This commit is contained in:
Jim Liu 宝玉
2026-01-28 21:37:23 -06:00
parent 21a5167b61
commit 40363194be
7 changed files with 845 additions and 0 deletions
@@ -0,0 +1,11 @@
{
"dependencies": {
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"yaml": "^2.8.2"
}
}