Agent Skills
› XiaomingX/mimofan
› presentations
presentations
GitHub用于创建、编辑、检查和转换 PowerPoint (.pptx) 演示文稿的技能。涵盖确定需求、构建大纲、使用 python-pptx 或 LibreOffice 生成文件、保持可编辑性、设计简洁布局以及验证最终输出等全流程操作。
触发场景
用户请求制作幻灯片或演示文稿
需要处理 .pptx 文件或进行格式转换
安装
npx skills add XiaomingX/mimofan --skill presentations -g -y
SKILL.md
Frontmatter
{
"name": "presentations",
"description": "Create, edit, inspect, or convert PowerPoint decks and PPTX slide presentations with practical layout and verification steps."
}
Presentations
Use this skill when the user asks for slides, a deck, a PowerPoint file, or a
.pptx deliverable.
Workflow
- Determine the deck purpose, audience, slide count, and output path.
- Build an outline with one clear claim or job per slide.
- Use available local tools:
python-pptxfor editable PPTX creation and edits- LibreOffice for conversion or preview export when installed
- Existing images, screenshots, charts, or generated assets only when they improve the slide's job
- Keep slides editable. Prefer native text boxes, tables, charts, and images over flattened screenshots of text.
- Use restrained layouts: clear title, concise body, enough whitespace, and consistent type sizes. Avoid cramming paragraphs onto slides.
- Verify the PPTX by reopening it, checking slide count and visible text, and exporting previews when a renderer is available.
If python-pptx or a renderer is missing, ask before installing dependencies.
Do not claim visual QA passed unless previews were actually generated and
inspected.
版本历史
- ccf85b9 当前 2026-08-08 08:00


