Team orchestration system for managing multi-agent teams with lead-based coordination.
- 👥 Multi-Agent Teams: Group agents into coordinated teams
- 🎯 Lead-Based Coordination: Designated lead agent orchestrates work
- 📊 Visual Workflows: Define collaboration patterns with mermaid diagrams
- 📈 Progress Monitoring: Track all team members' output in real-time
- 🔧 Installation-Agnostic: Works from any location
openskills install fractalmind-ai/team-manager-skillThis skill depends on agent-manager:
openskills install fractalmind-ai/agent-manager-skillPython dependency:
python3 -m pip install pyyaml# List all teams
python3 ~/.claude/skills/team-manager/scripts/main.py list
# Create a new team
python3 ~/.claude/skills/team-manager/scripts/main.py create backend \
--lead EMP_0001 --members EMP_0001 EMP_0002
# Assign task to team
python3 ~/.claude/skills/team-manager/scripts/main.py assign backend <<EOF
Implement the API endpoint
EOF
# Monitor team progress
python3 ~/.claude/skills/team-manager/scripts/main.py monitor backend --followSee SKILL.md for complete documentation.
Contributions are welcome! Please read our CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.