claudegoodies
Command

agent-collections

From shanraisshan

Update the AGENT COLLECTIONS table by researching all agent-collection repos in parallel

Install

/agent-collections

Facts

Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this command runs.

# Workflow — Agent Collections

Update the AGENT COLLECTIONS table in `README.md` by researching the listed repos in parallel. Launch a research agent, merge results, present changes, update table if approved.

---

## The Repos

| # | Repo | Owner |
|---|------|-------|
| 1 | `msitarzewski/agency-agents` | msitarzewski |
| 2 | `VoltAgent/awesome-claude-code-subagents` | VoltAgent (curated awesome-list) |

> When new agent-collection repos are discovered, add them here AND to the research prompt in Phase 1.

---

## Table Format

The README table has these columns:

```markdown
| Name | ★ | <img src="!/tags/a.svg" height="14"> |
```

- **Name**: `[Short Name](github-url)` — use the repo's recognizable short name (e.g., `msitarzewski/agency-agents`, `awesome-claude-code-subagents`). Use full `owner/repo` only if the bare name is ambiguous.
- **★**: Star count rounded to `k` (e.g., 92k, 19k, 1.2k). Under 1000 show exact number.
- **Agent count**: Just the number. For awesome-lists where agents are *links* not files, use `N+ (curated list)` form.

**Sort order**: Sorted by stars descending (highest first).

---

## Phase 0: Read Current State

Read these files:

1. `README.md` — the `## 🤖 AGENT COLLECTIONS` table (note current stars and agent counts)
2. `changelog/agent-collections/changelog.md` — previous changelog entries (may not exist yet — create it on first run)

---

## Ph
View full source on GitHub →

Other slash commands