Export manager
Skill morning-start/agent-skills/process/doc-orchestrator/skills/doc-phase-maintenance/export-manager
Use when the user needs to export documentation to Markdown, PDF, HTML, or ZIP formats.From its SKILL.md
npx -y skills add morning-start/agent-skills --skill export-managerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, 395 tokens by cl100k_base, as published. Nobody here has run it
Export Manager
职责
- 支持 Markdown 格式打包
- 支持 HTML 格式导出
- 支持 PDF 格式导出
- 支持 ZIP 压缩包导出
输入
- 文档集路径
- 导出格式选择
输出
- 导出文件(.md / .html / .pdf / .zip)
导出格式
Markdown(默认)
- 保持原始 Markdown 文件
- 包含目录结构
- 适用于 Git 仓库
HTML
- 转换为带样式的 HTML 文件
- 包含侧边栏导航
- 支持搜索功能
- 配色:亮色主题
- 转换为 PDF 文件
- 包含目录页
- 分页控制
- 打印优化
ZIP
- 打包所有文档
- 包含目录结构
- 可包含图片和附件
使用场景
| 场景 | 推荐格式 |
|---|---|
| 代码仓库 | Markdown |
| 内部分享 | HTML |
| 正式交付 | |
| 离线存档 | ZIP |
注意事项
- Markdown 导出保持原始格式,不做转换
- HTML 导出需要包含完整样式
- PDF 导出需要处理分页和目录
- ZIP 导出需要包含完整目录结构
- 导出文件命名规范:
{project-name}-docs-{version}.{ext}
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.
Gives 0 of the 12 instructions most docs writing skills give in 395 tokens
Counted across 1,637 of the 3,044 authors here whose files we hold, read 2026-08-07
- Announce the skill at startin 54 of 1637, across 26 files
- Convert legacy doc files before editingin 45 of 1637, across 7 files
- Predict questions readers might askin 42 of 1637, across 4 files
- Generate clarifying questions for initial contextin 42 of 1637, across 3 files
- Create document scaffold with placeholder textin 42 of 1637, across 3 files
- Brainstorm content options for each sectionin 42 of 1637, across 3 files
- Test the document with a fresh context-less instancein 42 of 1637, across 3 files
- Include exact file paths in every taskin 42 of 1637, across 15 files
- Ask interview questions one at a timein 42 of 1637, across 27 files
- Apply surgical edits during refinementin 41 of 1637, across 2 files
- Offer structured workflow or freeformin 40 of 1637, across 1 file
- Ask for document meta-contextin 40 of 1637, across 2 files
Said here and by no other author read
- include directory structure in markdown exports
- convert to styled html with sidebar navigation
- include search functionality in html exports
- use a light theme for html exports
- include a table of contents page in pdf exports
- implement pagination control for pdf exports
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.