fix(agent-teams): remove Context7 MCP dependency, align frontmatter with conductor patterns, bump to v1.0.1

Remove .mcp.json to eliminate external MCP dependency that likely caused plugin load failure.
Add tools: field to all agents, version: field to all skills, matching conductor plugin patterns.
This commit is contained in:
Seth Hobson
2026-02-05 17:30:35 -05:00
parent b187ce780d
commit fb9eba62b2
17 changed files with 23 additions and 22 deletions

View File

@@ -1,6 +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
---
# Task Coordination Strategies