Skip to content

Commit f22b563

Browse files
laywillclaude
andauthored
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>
1 parent 11639ad commit f22b563

18 files changed

Lines changed: 10 additions & 1831 deletions

.claude-plugin/marketplace.json

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"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",
44
"version": "2.1.0"
55
},
66
"name": "laywill-subagents",
@@ -9,29 +9,6 @@
99
"url": "https://github.com/laywill"
1010
},
1111
"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.",
15-
"keywords": [
16-
"agent-installation",
17-
"agent-organization",
18-
"coordination",
19-
"context-management",
20-
"error-handling",
21-
"it-ops",
22-
"knowledge-management",
23-
"meta-programming",
24-
"multi-agent",
25-
"orchestration",
26-
"performance-monitoring",
27-
"task-distribution",
28-
"task-management",
29-
"workflow-automation"
30-
],
31-
"name": "laywill-meta-orchestration",
32-
"source": "./categories/00-meta-and-orchestration",
33-
"version": "2.1.0"
34-
},
3512
{
3613
"category": "research",
3714
"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.",

CLAUDE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ This is a curated collection of Claude Code subagent definitions - specialized A
88

99
## Repository Structure
1010

11-
The repository uses a 25-category risk-tiered structure organized as follows:
11+
The repository uses a 24-category risk-tiered structure organized as follows:
1212

1313
```
1414
categories/
15-
00-meta-and-orchestration/ # ⚪ Meta | Agent coordination
1615
01-research-and-discovery/ # 🟢 Tier 1 | Research & exploration
1716
02-architecture-and-design/ # 🟢 Tier 1 | System design
1817
03-analysis-and-review/ # 🟢 Tier 1 | Code analysis & audit
@@ -40,7 +39,6 @@ categories/
4039
```
4140

4241
**Risk Tier Guide:**
43-
- **Tier 0 (⚪)**: Meta/orchestration - coordination only
4442
- **Tier 1 (🟢)**: Low risk - read-only, advisory, analysis
4543
- **Tier 2 (🟡)**: Medium risk - local code changes
4644
- **Tier 3 (🟠)**: Medium-high risk - data/dependencies/build

README.md

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
<div align="center">
88

9-
![Subagent Count](https://img.shields.io/badge/subagents-179+-blue?style=flat-square)
9+
![Subagent Count](https://img.shields.io/badge/subagents-169+-blue?style=flat-square)
1010
[![Last Update](https://img.shields.io/github/last-commit/laywill/awesome-claude-code-subagents?label=Last%20update&style=flat-square)](https://github.com/laywill/awesome-claude-code-subagents)
1111
[![GitHub forks](https://img.shields.io/github/forks/laywill/awesome-claude-code-subagents?style=social)](https://github.com/laywill/awesome-claude-code-subagents/network/members)
1212

1313
</div>
1414

1515
# Awesome Claude Code Subagents
1616

17-
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.
1818

1919
## Installation
2020

@@ -28,7 +28,6 @@ claude plugin install <plugin-name>
2828
Examples:
2929

3030
```bash
31-
claude plugin install laywill-meta-orchestration # category 00 Meta Agent Orchestration
3231
claude plugin install laywill-research-discovery # category 01 Research and Discovery
3332
claude plugin install laywill-architecture-design # category 02 Architecture and Design
3433
claude plugin install laywill-analysis-review # category 03 Analysis and Review
@@ -57,8 +56,6 @@ claude plugin install laywill-production-data-ops # category 24 Productio
5756

5857
See [Categories](#-categories) below for all available plugins.
5958

60-
> **Note**: The `laywill-meta-orchestration` agents work best when other categories are installed.
61-
6259
### Option 1: Manual Installation
6360

6461
1. Clone this repository
@@ -87,21 +84,12 @@ chmod +x install-agents.sh
8784

8885
Downloads agents directly from GitHub without cloning the repository. Requires `curl`.
8986

90-
### Option 4: Agent Installer (use Claude Code to install agents)
91-
92-
```bash
93-
curl -s https://raw.githubusercontent.com/laywill/awesome-claude-code-subagents/main/categories/00-meta-and-orchestration/agent-installer.md -o ~/.claude/agents/agent-installer.md
94-
```
95-
96-
Then in Claude Code: "Use the agent-installer to show me available categories" or "Find TypeScript agents and install typescript-pro globally".
97-
9887
<br />
9988

10089
## 🔒 Risk Tiers at a Glance
10190

10291
| Tier | Icon | Categories | Risk Level | Key Characteristics |
10392
|------|------|------------|------------|---------------------|
104-
| 0 || 00 | Meta | Orchestration and coordination only |
10593
| 1 | 🟢 | 01–06 | Low (Read-Only/Advisory) | Analysis, research, planning, documentation |
10694
| 2 | 🟡 | 07–13 | Medium (Local Code) | Development, testing, refactoring |
10795
| 3 | 🟠 | 14–17 | Medium-High (Data/Deps/Build) | Database, dependencies, CI/CD |
@@ -112,23 +100,6 @@ Then in Claude Code: "Use the agent-installer to show me available categories" o
112100

113101
## 📚 Categories
114102

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
122-
- [**agent-organizer**](categories/00-meta-and-orchestration/agent-organizer.md) - Multi-agent coordinator
123-
- [**context-manager**](categories/00-meta-and-orchestration/context-manager.md) - Context optimization expert
124-
- [**error-coordinator**](categories/00-meta-and-orchestration/error-coordinator.md) - Error handling and recovery specialist
125-
- [**it-ops-orchestrator**](categories/00-meta-and-orchestration/it-ops-orchestrator.md) - IT operations workflow orchestration
126-
- [**knowledge-synthesizer**](categories/00-meta-and-orchestration/knowledge-synthesizer.md) - Knowledge aggregation expert
127-
- [**multi-agent-coordinator**](categories/00-meta-and-orchestration/multi-agent-coordinator.md) - Advanced multi-agent orchestration
128-
- [**performance-monitor**](categories/00-meta-and-orchestration/performance-monitor.md) - Agent performance optimization
129-
- [**task-distributor**](categories/00-meta-and-orchestration/task-distributor.md) - Task allocation specialist
130-
- [**workflow-orchestrator**](categories/00-meta-and-orchestration/workflow-orchestrator.md) - Complex workflow automation
131-
132103
### 🟢 01. [Research and Discovery](categories/01-research-and-discovery/)
133104

134105
**Plugin:** `laywill-research-discovery`

categories/00-meta-and-orchestration/.claude-plugin/plugin.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

categories/00-meta-and-orchestration/README.md

Lines changed: 0 additions & 104 deletions
This file was deleted.

categories/00-meta-and-orchestration/agent-installer.md

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)