mirror of
https://github.com/titanwings/colleague-skill.git
synced 2026-04-05 15:29:02 +08:00
- Flatten colleague-creator/ to repo root (repo = skill directory) - Update SKILL.md frontmatter with official fields: name, description, argument-hint, version, user-invocable, allowed-tools - Move PRD.md → docs/PRD.md - Add .gitignore, requirements.txt, LICENSE - Update README and INSTALL docs to reflect new structure and git clone install Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
# Required
|
|
requests>=2.28.0
|
|
|
|
# Optional: Chinese name → slug conversion
|
|
pypinyin>=0.48.0
|
|
|
|
# Optional: Playwright for Feishu browser login / DingTalk message scraping
|
|
playwright>=1.40.0
|
|
|
|
# Optional: Word/Excel parsing (convert to PDF/CSV first if unavailable)
|
|
python-docx>=1.1.0
|
|
openpyxl>=3.1.0
|