ecosystem_scan
Scans popular Claude ecosystem repositories using GitHub search queries and refreshes the ecosystem profile archive, filtering by star count and flagging new repos for deep review.
Instructions
Scan popular Claude ecosystem repos (>=min_stars) and update ecosystem_repo_profiles.
Runs 8-10 gh search queries covering:
topic:claude-code / topic:mcp / topic:mcp-server / topic:claude-agent
topic:agent-framework + "claude" / topic:ai-agents + "claude"
"claude code plugin" / "anthropic agent"
anthropics org public repos
Deduplicates + filters >=min_stars + excludes known repos (CronusL-1141/AI-company etc.) Sets needs_deep_review=True for stars < 15000. relevance_category is auto-classified heuristically (based on topics + description keywords).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | When True, run every gh query and report what would be written without touching the DB — use it to size a scan before paying for the writes. | |
| min_stars | No | Popularity floor for a repo to enter the archive. Lower it (e.g. 1000) for a wide full sweep, raise it to only refresh the well-known head of the ecosystem. Values <= 1000 mark the run as strategy="full", above that as "incremental". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||