mirror of
https://github.com/titanwings/colleague-skill.git
synced 2026-04-05 07:22:43 +08:00
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>
This commit is contained in:
12
requirements.txt
Normal file
12
requirements.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user