agentsclimarketplace

Agent teams

Skill krzysztofsurdy/code-virtuoso/skills/tools/agent-teams

Skills, sub-agents, and playbooks for Claude Code, Cursor, and any Agent Skills-compatible AI coding assistant.

Install
npx -y skills add krzysztofsurdy/code-virtuoso --skill agent-teams

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 20 stars20 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Pre-composed agent team library. Use when the user asks which teams are available, what a team does, when to pick one team over another, or to browse multi-agent compositions. Catalogs ready-to-run teams (development team, review squad, war room) with their purpose, agent roster, workflow type, and when to use each. The actual dispatching is handled by the dispatching-agent-teams skill.

SKILL.md

2.8 KB, as published. Nobody here has run it

Agent Teams Library

A catalog of pre-composed agent teams. Each team bundles a roster of agents, a coordination workflow, and entry/exit criteria into a ready-to-use unit. Pick a team and dispatch it via the dispatching-agent-teams skill.

Available Teams

TeamWorkflowLeadUse when
development-teamhybridProduct ManagerDelivering a full feature from requirements to merged PR
review-squadparallelReviewerMulti-perspective code review before merging significant changes
war-roomwar-roomArchitectStructured technical debate that ends in a decision (architecture choice, tech selection, design trade-off)

How to Pick a Team

SituationRecommended Team
"I need to ship feature X end-to-end"development-team
"Code review this PR thoroughly"review-squad
"We need to decide between X and Y"war-room
"Just review the diff"Skip the team, delegate to reviewer agent directly
"Investigate this area"Skip the team, delegate to investigator agent directly

If no team fits the work, skip the team and chain individual agents (see the using-ecosystem skill's chaining patterns).

Team File Format

Every team file follows the team specification (spec/team-spec.md):

  • Frontmatter: name, description, lead, agents, skills, workflow
  • Body: Purpose, Workflow, Entry/Exit Criteria, Coordination Rules, Spawning

The dispatcher reads these fields to resolve the team, verify entry criteria, and execute the workflow in the appropriate spawning mode.

Authoring Your Own Team

User-authored teams live at the project root in teams/{name}.md. The dispatcher discovers project teams before falling back to the bundled library here, so project teams can override bundled ones by name.

See spec/team-spec.md for the full team format and template/team-template.md for a starter.

Integration with Other Skills

SituationRecommended Skill
Run a team you picked from this catalogdispatching-agent-teams
Discover what agents and skills are availableusing-ecosystem
Decide between teams and ad-hoc agent chainingusing-ecosystem
Author a new team definitionspec/team-spec.md and template/team-template.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.