mirror of
https://github.com/titanwings/colleague-skill.git
synced 2026-04-04 22:59:06 +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>
28 lines
359 B
Plaintext
28 lines
359 B
Plaintext
# Generated colleague skills (user data, not committed)
|
|
colleagues/
|
|
!colleagues/example_zhangsan/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
.venv/
|
|
venv/
|
|
*.egg-info/
|
|
|
|
# Config with credentials
|
|
~/.colleague-skill/
|
|
|
|
# Playwright browser data
|
|
playwright-data/
|
|
|
|
# Temp files
|
|
/tmp/feishu_*.txt
|
|
/tmp/email_*.txt
|
|
/tmp/dingtalk_*.txt
|
|
knowledge/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|