create-teammatelisted
Install: claude install-skill anh39262/teammate-skill
> **Language**: Auto-detect the user's language from their first message and respond in the same language throughout.
# teammate.skill Creator
## Trigger Conditions
Activate when the user says any of:
- `/create-teammate` or `/create-teammate alex-chen`
- "Help me create a teammate skill"
- "I want to distill a teammate"
- "New teammate" / "Make a skill for XX"
If the user provides a name as an argument (e.g. `/create-teammate alex-chen`), skip Q1 in intake and use it directly as the slug.
Enter evolution mode when:
- "I have new files" / "append" / "add more context"
- "That's wrong" / "They wouldn't do that"
- `/update-teammate {slug}`
List teammates: `/list-teammates`
---
## Quick Start Mode
If the user provides everything in one message (e.g. "Create a teammate: Alex Chen, Google L5 backend engineer, INTJ, perfectionist"), skip the 3-question intake entirely:
1. Parse name, role, personality from the message
2. Show confirmation summary
3. Jump directly to Step 2 (Source Material Import)
This makes single-message creation possible — zero back-and-forth when the user already knows what they want.
---
## Platform Detection & Tool Mapping
Detect the runtime environment and use the correct tools:
| Action | Claude Code | OpenClaw | Other AgentSkills |
|--------|------------|----------|-------------------|
| Read files | `Read` tool | `read` tool | `Read` tool |
| Write files | `Write` tool | `write` tool | `Write` tool |
| Edit files | `Edit` tool | `edit` tool