Initial commit: skills library

- 70 skills with code and documentation
- Add .gitignore (ignore __pycache__, output/, temp/, venv/)
- Clean up test intermediates and caches
This commit is contained in:
hmo
2026-04-26 19:27:40 +08:00
commit 04db423416
861 changed files with 210414 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<!--
架构守护者:一旦此文件夹内容变化,请更新此文件
-->
# videocut:剪辑
> FFmpeg 视频剪辑执行 skill
## 文件清单
| 文件 | 用途 |
|------|------|
| `SKILL.md` | skill 定义(剪辑流程) |
| `README.md` | 本文件 |
## 依赖
- FFmpeg`brew install ffmpeg`
## 输入输出
- **输入**:审查稿 + 原始视频
- **输出**:剪辑后视频 (v2.mp4)