rust-team
Installation
SKILL.md
Rust Team Orchestration
Team-based development orchestration for Rust projects using Claude Code agent teams. Coordinates specialist agents from the rust-agents plugin with peer-to-peer communication via SendMessage.
Task: $ARGUMENTS
Prerequisites
Before starting, verify:
- Experimental flag:
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1must be set in environment orsettings.json - rust-agents plugin: Must be installed (
claude plugin install rust-agents) - Git branch: If on
main/master, create a feature branch first - Working directory clean: No uncommitted changes
- Rust project:
Cargo.tomlmust exist