agent-teams

Coordinate multiple specialized agents executing parallel tasks with defined roles.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/jmolz/m0lz.02 --skill agent-teams-jmolz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-teams
Source: https://github.com/jmolz/m0lz.02/tree/main/.agents/skills/agent-teams
Command: npx skills add https://github.com/jmolz/m0lz.02 --skill agent-teams-jmolz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the challenge of coordinating parallel work and managing teams of agents in various workflows.

Core Features & Use Cases

  • Parallel Work Coordination: Facilitates the setup and management of agent teams for parallel exploration or implementation.
  • Agent Role Customization: Enables defining specific roles, responsibilities, and file ownership for each team member.
  • Task Tracking: Provides coordination rules and shared task lists for tracking progress.
  • Use Case: For complex projects that benefit from parallel exploration, such as full-stack feature development or large-scale refactoring, this skill can be instrumental in managing multiple agents efficiently.

Quick Start

Create an agent team to analyze a codebase for security issues. Spawn 3 teammates:

  1. Security reviewer — analyze for vulnerabilities in the code.
  2. Performance reviewer — optimize for speed and efficiency.
  3. Correctness reviewer — verify logic and maintainability.

Coordinate findings and synthesize a final report.

Frequently Asked Questions about agent-teams

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple agents for parallel implementation?

To coordinate parallel implementation, you can set up an agent team with specific roles, responsibilities, and file ownership for each member, ensuring clear communication protocols and a shared task list for tracking progress.

What is the best way to run a security audit using multiple agents?

Running a security audit is best handled by spawning specialized agents, such as a security reviewer to analyze vulnerabilities, a performance reviewer to optimize speed, and a correctness reviewer to verify logic, then synthesizing their findings into a final report.

Can I assign specific roles and file ownership to team members during code review?

Yes, you can customize agent roles by defining specific responsibilities and file ownership for each team member, which ensures clear coordination and prevents overlapping work during parallel code reviews.

How do I manage parallel work on large-scale refactoring projects?

You can manage large-scale refactoring by creating an agent team to handle parallel exploration and implementation, utilizing coordination rules and shared task lists to track progress and maintain team coordination.

Does parallel agent work require shared task lists for tracking progress?

Yes, shared task lists are provided as part of the coordination rules to track progress effectively, ensuring that all specialized agents remain synchronized during parallel tasks like architecture assessments or full-stack feature development.