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
+26
View File
@@ -0,0 +1,26 @@
# videocut:字幕
> 字幕生成与烧录
## 文件
| 文件 | 作用 |
|------|------|
| `SKILL.md` | 流程定义 |
| `词典.txt` | 正确写法列表(每行一个) |
## 词典格式
```
skills
Claude
钉钉AI录音卡
```
用户只写正确的词,我识别所有错误变体。
## 流程
```
转录 → 词典纠错 → 用户审核 → 烧录
```