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:
@@ -0,0 +1,8 @@
|
||||
# Docx Skill - Word文档处理依赖
|
||||
# Core
|
||||
openpyxl>=3.1.0
|
||||
lxml>=4.9.0
|
||||
defusedxml>=0.7.1
|
||||
|
||||
# 可选:用于创建新文档
|
||||
# docx>=0.2.0
|
||||
Reference in New Issue
Block a user