From iwatchme-skills
Use when converting Markdown or Obsidian Markdown into styled DOCX files, especially for resume-style export that should preserve the current header, section, and bullet formatting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/iwatchme-skills:iwatchme-markdown-to-styled-docxThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
这个技能用于把本地 Markdown 内容导出成固定样式的 `.docx`。
这个技能用于把本地 Markdown 内容导出成固定样式的 .docx。
必须使用 YAML frontmatter:
---
name: 张三
email: [email protected]
phone: +86 13800000000
city: 上海
target: 产品经理
---
正文规则:
## 工作经历
- 资深开发工程师 | 哔哩哔哩 | 2021.04–至今
剪辑业务 / 播放业务
- 核心项目:B站跨端模板引擎从0到1构建
- 主导跨端模板引擎从 0 到 1 建设,设计基于 Protobuf 的统一模板协议。
- 建设端侧适配层与兼容机制,支撑模板能力规模化生产。
- 主导播放页分层作用域架构设计与落地,建立多级 Scope 体系。
- left | right 或 - left | middle | right- 标签:内容- 详情如果输入来自 Obsidian,先运行 scripts/md_to_docx.py --obsidian。该模式会先清理:
[[笔记名]] → 笔记名[[笔记名|显示文字]] → 显示文字![[图片.png]] → %%注释%% → 删除#tag → 删除这个 skill 使用 uv 管理依赖,并在 skill 目录下维护 .venv。
cd <skill-install-dir>
scripts/bootstrap_uv.sh
scripts/render_docx.sh input.md output.docx
scripts/render_docx.sh input.md output.docx --obsidian
也可以直接运行核心脚本:
uv run --python .venv/bin/python scripts/md_to_docx.py input.md output.docx --obsidian
.docx.pdf 转换npx claudepluginhub iwatchme/iwatchme-skills --plugin iwatchme-skillsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.