Agent skill
teammate
Spawn or manage voice teammates. Each teammate is a separate Claude personality in its own tmux pane.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/teammate
SKILL.md
Manage Voice Teammates
Usage
/claude-talk:teammate [personality] — spawn a specific personality, or omit for interactive selection.
Steps
1. Spawn Teammate
Spawn a teammate by personality name (use Bash):
source ~/.claude-talk/venvs/wlk/bin/activate
claude-talk teammate spawn "$PERSONALITY"
Where $PERSONALITY is the argument passed to this skill (e.g., claude, vex, hank). If no argument, list available personalities first:
source ~/.claude-talk/venvs/wlk/bin/activate
claude-talk personality list
Then ask the user which personality to spawn and run claude-talk teammate spawn <chosen>.
2. Confirm
Report back: which personality was spawned, which tmux pane they're in, and that voice routing is now active for them.
Also mention: teammates can message each other using claude-talk message send <personality> "text" or broadcast to all with claude-talk message broadcast "text". Messages arrive as Teammate <name> said: ... in the recipient's session.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?