Commit Graph

8 Commits

Author SHA1 Message Date
titanwings
87dce6faa8 docs: rewrite README to match standard Claude Code skill format
Follows patterns from anthropics/skills and honnibal/claude-skills:
- Lead with install command, not feature list
- Usage section immediately after install
- Keep it scannable and copy-paste ready

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-30 15:57:54 +08:00
titanwings
3115f88884 fix: rename skill to create-colleague and clarify install location
- SKILL.md name: colleague-creator → create-colleague (matches /create-colleague command)
- README/INSTALL: add warning that skill must be in git repo root's .claude/skills/
- Clone target dir: colleague-creator → create-colleague

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-30 15:52:26 +08:00
titanwings
4051ef183b fix: remove stray CDATA opening tag from README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-30 15:44:47 +08:00
titanwings
9be9b837f4 fix: remove stray CDATA closing tag from README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-30 15:42:50 +08:00
titanwings
89d8d73c0c fix: use ${CLAUDE_SKILL_DIR} for all skill-internal paths
Skill runs in the user's project directory, not the skill directory.
All references to tools/ and prompts/ must use the CLAUDE_SKILL_DIR
substitution variable so Claude Code resolves them correctly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-30 15:39:57 +08:00
titanwings
f133e86b69 docs: redesign README with badges, better layout and cleaner sections
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 15:36:03 +08:00
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
titanwings
4f33f68426 Initial commit: colleague-skill 同事.skill 创建器
功能:
- 通过飞书/钉钉自动采集同事的消息、文档、多维表格
- 支持 PDF、邮件、截图等手动上传
- 分析生成 Work Skill(工作能力)和 Persona(人物性格)两部分
- 支持对话纠正和版本管理
- 兼容 OpenClaw 和 Claude Code 双平台

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 13:24:09 +08:00