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
@@ -0,0 +1,20 @@
# 支持的在线乐谱网站
## 人人钢琴网 (Everyone Piano)
- **网址**: https://www.everyonepiano.cn
- **特点**: 中文界面,大量免费乐谱,支持多种格式
- **文件格式**:
- 高清PNG: `/pianomusic/.../...-w-b-#.png` (推荐)
- 普通JPG: `/pianomusic/.../...-w-s-#.jpg` (避免)
- **质量标识**: `-b-` 表示大图(big),`-s-` 表示小图(small
## 其他推荐网站
- **MuseScore**: https://musescore.com/ (国际知名,高质量)
- **IMSLP**: https://imslp.org/ (古典音乐,公共领域)
- **8notes**: https://www.8notes.com/ (简单易用,适合初学者)
## 下载策略
1. 优先选择PNG格式(无损压缩)
2. 避免下载小于50KB的文件
3. 优先选择标有"高清"、"大图"、"打印版"的版本
4. 检查文件完整性(能否正常打开)