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:
titanwings
2026-03-30 13:37:54 +08:00
parent 4f33f68426
commit 6a0b31aa6c
23 changed files with 123 additions and 190 deletions

12
requirements.txt Normal file
View 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