← 返回首页ai798Lab 公开知识库

Vibe Coding 课程-干货集训

06 AI PPT

2026年1月14日

Skills文件夹结构

.claude/skills/ppt/
├── SKILL.md                      # Skill 主入口文件,定义交互流程
├── references/
│   └── prompts.md                # 提示词参考文档
├── scripts/
│   ├── create_pptx.py            # PPTX 打包脚本
│   ├── create_viewer.py          # HTML 播放器生成脚本
│   ├── export_ppt.py             # PPT 导出工具
│   ├── fix_text.py               # 文字修复工具
│   ├── generate_image.py         # 单张图片生成
│   ├── generate_ppt.py           # 批量生成主脚本
│   └── upscale.py                # 超分处理脚本
├── style/
│   ├── deep_tech.md              # 深空科技风格
└── templates/
    └── viewer.html               # HTML 播放器模板

Skills文件夹详细内容

文件

代码块

SKILL.md

references/prompt

scripts/create_pptx.py

scripts/create_viewers.py

scripts/export_ppt.py

scripts/fix_text.py

scripts/generate_image.py

scripts/generate_ppt.py

scripts/upscale.py

styles/deep_tech.md

templates/viewer.html