titanwings
f2aeff4a52
feat: add Wandering Earth 2 image with side-by-side layout
2026-03-31 18:06:02 +08:00
titanwings
51a6a845ae
chore: trigger README re-render to refresh Star History cache
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-31 10:39:50 +08:00
titanwings
797dd41696
docs: switch Star History to SVG endpoint for fresher cache
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-31 10:32:14 +08:00
titanwings
f8778cdad0
docs: bust Star History image cache with version param
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-31 10:31:08 +08:00
titanwings
df2808c570
docs: fix PDF column in data sources table (CN + EN)
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-30 22:15:54 +08:00
titanwings
8781dbc9e4
docs: add hook paragraph, merge data sources table, remove subtitle (CN + EN)
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-30 22:03:43 +08:00
titanwings
f4e3e16239
docs: move data sources section before install, merge into one table
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-30 21:58:35 +08:00
titanwings
8711b6fedf
docs: add emotional hook paragraph to README
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-30 21:56:12 +08:00
titanwings
48fd130a96
docs: add Star History chart to English README
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-30 18:40:15 +08:00
titanwings
d6327ebd63
docs: split README into Chinese + English with cross-links
...
- README.md (Chinese) links to README_EN.md via [English]
- README_EN.md (English) links back to README.md via [中文]
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
v0.01
2026-03-30 17:21:05 +08:00
titanwings
4ac6ef6f30
docs: add English version of README (bilingual Chinese + English)
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-30 17:18:31 +08:00
titanwings
d234cd343c
docs: add demo note to README
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-30 16:54:29 +08:00
titanwings
09f6f8f419
docs: move quote below title
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-30 16:39:19 +08:00
titanwings
4f593c549c
feat: add bilingual SKILL.md (Chinese + English) and README quote
...
- SKILL.md now contains full instructions in both Chinese and English
- Auto-detect user language and respond accordingly
- Add quote to README header
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-30 16:38:17 +08:00
titanwings
638973f0ac
refactor: simplify intake to 3 questions, unify naming to create-colleague
...
- Merge 7 intake questions into 3: name, basic info, personality profile
- Each question includes a one-shot example
- Change "姓名" to "花名/代号", slug uses - separator
- Unify all references from colleague-creator to create-colleague
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-30 16:34:04 +08:00
titanwings
1c9672d04a
docs: rewrite README with polished layout and correct content
...
- Centered header with badges and nav links
- Install section first with git root warning
- Usage with /create-colleague command
- Demo examples, feature details, project structure
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-30 16:00:03 +08:00
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