Skip to content

fractalmind-ai/team-manager-skill

Repository files navigation

Team Manager Skill

License: MIT Python 3 Stars

Team orchestration system for managing multi-agent teams with lead-based coordination.

📋 Table of Contents

✨ Features

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

📦 Installation

via openskills (recommended)

openskills install fractalmind-ai/team-manager-skill

Requirements

This skill depends on agent-manager:

openskills install fractalmind-ai/agent-manager-skill

Python dependency:

python3 -m pip install pyyaml

🚀 Quick Start

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

📖 Documentation

See SKILL.md for complete documentation.

🤝 Contributing

Contributions are welcome! Please read our CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🔗 Links

About

Team orchestration system for managing multi-agent teams with lead-based coordination

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages