mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
chore(agent-teams): bump to v1.0.2
This commit is contained in:
@@ -1932,7 +1932,7 @@
|
||||
{
|
||||
"name": "agent-teams",
|
||||
"description": "Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
"email": "seth@major7apps.com"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "agent-teams",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams",
|
||||
"author": {
|
||||
"name": "Seth Hobson",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: multi-reviewer-patterns
|
||||
description: Coordinate parallel code reviews across multiple quality dimensions with finding deduplication, severity calibration, and consolidated reporting. Use this skill when organizing multi-reviewer code reviews, calibrating finding severity, or consolidating review results.
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
---
|
||||
|
||||
# Multi-Reviewer Patterns
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: parallel-debugging
|
||||
description: Debug complex issues using competing hypotheses with parallel investigation, evidence collection, and root cause arbitration. Use this skill when debugging bugs with multiple potential causes, performing root cause analysis, or organizing parallel investigation workflows.
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
---
|
||||
|
||||
# Parallel Debugging
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: parallel-feature-development
|
||||
description: Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing features for parallel development, establishing file ownership boundaries, or managing integration between parallel work streams.
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
---
|
||||
|
||||
# Parallel Feature Development
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: task-coordination-strategies
|
||||
description: Decompose complex tasks, design dependency graphs, and coordinate multi-agent work with proper task descriptions and workload balancing. Use this skill when breaking down work for agent teams, managing task dependencies, or monitoring team progress.
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
---
|
||||
|
||||
# Task Coordination Strategies
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: team-communication-protocols
|
||||
description: Structured messaging protocols for agent team communication including message type selection, plan approval, shutdown procedures, and anti-patterns to avoid. Use this skill when establishing team communication norms, handling plan approvals, or managing team shutdown.
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
---
|
||||
|
||||
# Team Communication Protocols
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: team-composition-patterns
|
||||
description: Design optimal agent team compositions with sizing heuristics, preset configurations, and agent type selection. Use this skill when deciding team size, selecting agent types, or configuring team presets for multi-agent workflows.
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
---
|
||||
|
||||
# Team Composition Patterns
|
||||
|
||||
Reference in New Issue
Block a user