chore(agent-teams): bump to v1.0.2

This commit is contained in:
Seth Hobson
2026-02-05 17:42:30 -05:00
parent 598ea85e7f
commit a5ab5d8f31
8 changed files with 8 additions and 8 deletions

View File

@@ -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"

View File

@@ -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",

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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