Files
colleague-skill/.gitignore
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

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