Skip to content

Commit d0cb51b

Browse files
authored
docs: add 100-repo validation and token savings to /onboard and /can-i-help sections (#305)
1 parent f9870eb commit d0cb51b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -885,10 +885,12 @@ The plugin wraps the [agent-analyzer](https://github.com/agent-sh/agent-analyzer
885885

886886
**What happens when you run it:**
887887

888-
1. **Collect** - Pure JavaScript scans manifest, structure, README, CI, git, repo-intel, repo-map (no LLM tokens)
888+
1. **Collect** (68ms median) - Pure JavaScript scans manifest, structure, README, CI, git, repo-intel (no LLM tokens)
889889
2. **Synthesize** - Opus agent produces a structured overview: tech stack, key files, active areas, conventions
890890
3. **Guide** - Interactive Q&A: ask about specific files, areas, or patterns
891891

892+
**74% fewer tokens** than manual onboarding. Validated on 100 repos across JS/TS, Rust, Go, Python, C/C++, Java, and Deno.
893+
892894
**Depth levels:**
893895

894896
| Level | Time | Data |
@@ -897,6 +899,8 @@ The plugin wraps the [agent-analyzer](https://github.com/agent-sh/agent-analyzer
897899
| normal | ~5s | + CLAUDE.md + CI + repo-intel |
898900
| deep | ~15s | + repo-map AST symbols |
899901

902+
**Supported manifests:** package.json, Cargo.toml, go.mod, pyproject.toml, deno.json, CMakeLists.txt, meson.build, setup.py, pom.xml, build.gradle. Detects monorepos (npm/pnpm/lerna/Cargo workspaces, Python libs/, Deno workspaces).
903+
900904
**Usage:**
901905

902906
```bash
@@ -917,7 +921,7 @@ The plugin wraps the [agent-analyzer](https://github.com/agent-sh/agent-analyzer
917921

918922
**What happens when you run it:**
919923

920-
1. **Collect** - Gathers project data + contributor signals (test gaps, doc drift, bugspots, good-first areas, open issues)
924+
1. **Collect** - Gathers project data + contributor signals (test gaps, doc drift, bugspots, good-first areas, open issues). Validated on 100 repos.
921925
2. **Match** - Opus agent asks about developer background and matches skills to project needs
922926
3. **Guide** - For each recommendation: reads code, explains what needs doing, gives a concrete first step
923927

0 commit comments

Comments
 (0)