README summary counts appear stale
Hi maintainers, I noticed a concrete issue while reviewing the repository and wanted to write it up clearly in case it is useful.
## Summary
The top-level README summary looks like it is still using older project counts for plugins, agents, skills, and commands.
## Why It May Be Worth Tracking
These numbers are part of the first impression for new users and help explain the scale of the marketplace. When they drift from the current repository contents, the README starts to feel slightly out of sync even if the rest of the docs are fine.
## What I Observed
- The README currently says `78 focused plugins`, `184 specialized AI agents`, `150 agent skills`, and `98 commands`.
- A quick repo tree count suggests the current totals are higher: `79` plugin directories under `plugins/`, `185` agent markdown files under `plugins/*/agents/`, `152` skill entries under `plugins/*/skills/*/SKILL.md`, and `100` command markdown files under `plugins/*/commands/`.
- `.claude-plugin/marketplace.json` also appears to contain `80` top-level entries, which suggests at least part of the published summary has moved ahead of the README text.
## Possible Direction
It may help to refresh the README summary counts, or generate them from a script if you want to avoid this kind of drift in the future.
## Context
This looks like a small docs consistency issue rather than a runtime bug. It should be straightforward to verify and fix without a heavy local environment.
If I misread the intended setup or this is already tracked elsewhere, feel free to point me to the right place or close this. I wanted to surface it because it looked concrete and potentially actionable.
0 条评论