- 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>
- 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>
- 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>
- 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>
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>
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>