The README currently lists "48 Custom Agents" in three places, but the actual count in .claude/agents/ on main is 53. The README's lower section (Documentation Index, around lines 264 and 271) already correctly says "All 53 agents", so the doc is internally inconsistent.
Locations to update
- Line 6:
- **48 Custom Agents** -- Specialized AI agents... → - **53 Custom Agents** -- ...
- Line 87:
│ ├── agents/ # 48 custom agents → # 53 custom agents
- Line 138:
## 48 Custom Agents → ## 53 Custom Agents
Also
The repo description ("Claude Code-integrated React App Development Framework with 48 agents, Figma-to-React pipeline, and full product lifecycle support. Named after Marcus Aurelius.") should be updated from "48 agents" to "53 agents" via repo Settings.
Verified count
$ ls .claude/agents/*.md | wc -l
53
(Confirmed via GitHub Contents API — 53 .md files.)
The README currently lists "48 Custom Agents" in three places, but the actual count in
.claude/agents/onmainis 53. The README's lower section (Documentation Index, around lines 264 and 271) already correctly says "All 53 agents", so the doc is internally inconsistent.Locations to update
- **48 Custom Agents** -- Specialized AI agents...→- **53 Custom Agents** -- ...│ ├── agents/ # 48 custom agents→# 53 custom agents## 48 Custom Agents→## 53 Custom AgentsAlso
The repo description ("Claude Code-integrated React App Development Framework with 48 agents, Figma-to-React pipeline, and full product lifecycle support. Named after Marcus Aurelius.") should be updated from "48 agents" to "53 agents" via repo Settings.
Verified count
(Confirmed via GitHub Contents API — 53
.mdfiles.)