You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove Category 00 (Meta and Orchestration) - superseded by native Claude Code features (#295)
Native Claude Code features (Agent Teams, Task Management, Auto-memory, Plugin
Marketplace, built-in orchestration) fully replace all 10 meta-orchestration
agents. Removes agent files, category scaffolding, plugin entry, and cleans up
context-manager references in seo-specialist, ui-designer, and frontend-developer.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+1-24Lines changed: 1 addition & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"metadata": {
3
-
"description": "Curated collection of 179+ specialized Claude Code subagents organized into 25 focused categories with risk-tiered structure",
3
+
"description": "Curated collection of 169+ specialized Claude Code subagents organized into 24 focused categories with risk-tiered structure",
4
4
"version": "2.1.0"
5
5
},
6
6
"name": "laywill-subagents",
@@ -9,29 +9,6 @@
9
9
"url": "https://github.com/laywill"
10
10
},
11
11
"plugins": [
12
-
{
13
-
"category": "orchestration",
14
-
"description": "Meta and orchestration subagents coordinate and manage other subagents rather than performing work directly. They decompose complex tasks, distribute work to specialists, synthesize outputs, and handle errors across multi-agent workflows.",
"description": "Research and discovery subagents explore new technologies, assess feasibility, analyze markets and trends, and conduct deep investigations. They help teams understand the landscape before committing to major decisions.",
This repository serves as the definitive collection of Claude Code subagents, specialized AI assistants designed for specific development tasks. Organized into 25 categories with a risk-tiered structure for production-safe automation.
17
+
This repository serves as the definitive collection of Claude Code subagents, specialized AI assistants designed for specific development tasks. Organized into 24 categories with a risk-tiered structure for production-safe automation.
18
18
19
19
## Installation
20
20
@@ -28,7 +28,6 @@ claude plugin install <plugin-name>
28
28
Examples:
29
29
30
30
```bash
31
-
claude plugin install laywill-meta-orchestration # category 00 Meta Agent Orchestration
32
31
claude plugin install laywill-research-discovery # category 01 Research and Discovery
33
32
claude plugin install laywill-architecture-design # category 02 Architecture and Design
34
33
claude plugin install laywill-analysis-review # category 03 Analysis and Review
@@ -112,23 +100,6 @@ Then in Claude Code: "Use the agent-installer to show me available categories" o
112
100
113
101
## 📚 Categories
114
102
115
-
### ⚪ 00. [Meta and Orchestration](categories/00-meta-and-orchestration/)
116
-
117
-
**Plugin:**`laywill-meta-orchestration`
118
-
119
-
Meta and orchestration subagents coordinate and manage other subagents rather than performing work directly. They decompose complex tasks, distribute work to specialists, synthesize outputs, and handle errors across multi-agent workflows.
120
-
121
-
-[**agent-installer**](categories/00-meta-and-orchestration/agent-installer.md) - Browse and install agents from this repository
0 commit comments