Files
colleague-skill/requirements.txt
titanwings 6a0b31aa6c refactor: restructure to official AgentSkills/Claude Code skill format
- 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>
2026-03-30 13:37:54 +08:00

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