MerlijnW70
sota-scan
JavaScriptโœจ New

Is your project as good as the best out there? sota-scan benchmarks your repo against real top projects and hands you a scorecard + to-do list. A Claude Code skill.

Last updated Jul 9, 2026
40
Stars
4
Forks
0
Issues
+2
Stars/day
Attention Score
41
Language breakdown
No language data available.
โ–ธ Files click to expand
README

sota-scan

Is your project as good as the best out there? Find out.

Point it at your project. It asks one thing:

"What do the best projects have that I don't?"

It checks the top real projects in your space. Compares them to yours. Hands you a scorecard and a to-do list.

Every gap points to a real project that already does it. No vague advice. No fluff.


Why it's good

๐Ÿชž An honest mirror. Where you really stand.

๐ŸŽฏ A fair fight. It sorts projects by approach. It compares you to your real peers. Not a random pile. Borrowed ideas from other styles are marked optional, never counted against you.

๐Ÿงพ Receipts, not opinions. Every gap names a real project.

โœ… A real to-do list. Ranked. Worst first. With a next step.

๐Ÿ“ˆ Tracks progress. Run it again. See what improved.


What you get

๐Ÿงญ SOTA Standing โ€” my-project

Verdict: Solid core. Behind on testing and security.

Score: โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘ 63% Standing: BEHIND vs 11 projects

โ–ถ Do this next: Add injection detection. Everyone serious has it. You don't. Copy it from <real project>.

๐Ÿ† The leaders ๐Ÿ“Š How you compare ๐Ÿ”ง To-do list


Try it (2 min)

It's an add-on for Claude Code. Copy two files in:

Mac / Linux

mkdir -p ~/.claude/skills/sota-scan ~/.claude/workflows
cp SKILL.md ~/.claude/skills/sota-scan/
cp workflows/sota-scan-fanout.js ~/.claude/workflows/

Windows

New-Item -ItemType Directory -Force ~/.claude/skills/sota-scan, ~/.claude/workflows | Out-Null
Copy-Item SKILL.md ~/.claude/skills/sota-scan/
Copy-Item workflows/sota-scan-fanout.js ~/.claude/workflows/

Open Claude Code in any project. Say:

/sota-scan

Or just ask:

  • "Is my project top-tier?"
  • "What am I missing vs the best?"
Done. It does the rest.

How deep?

| Say | You get | For | | ----------------------- | ---------------- | ----------------------- | | /sota-scan quick | top 3 gaps | a fast check | | /sota-scan | full scorecard | everyday use | | /sota-scan exhaustive | the deepest scan | launch / investor ready |

First time? Start with quick. Cheap, fast taste. Go deeper once you like it.


What it costs

It does real research โ€” reads a dozen competitor projects, not just summaries. So it's not instant or free:

| Mode | Roughly | | ------------ | --------------------------------- | | quick | ~80โ€“150k tokens ยท a minute or two | | standard | ~150โ€“350k tokens ยท a few minutes | | exhaustive | ~400k+ tokens ยท several minutes |

Use it now and then โ€” before a launch, a pitch, or when you're curious โ€” not on every commit. On a Claude plan it's bundled. Paying per token? Lean on quick.


Share the result

Every scan is saved to .sota/ so you can re-run it and track progress. Want a copy you can drop in a PR, an issue, or a doc? Export a standalone Markdown report:

node scripts/sota-report.mjs --report   # writes .sota/report.<domain>.md

You get a clean, self-contained file: summary + tier, the capability matrix, the high-confidence gaps, and a cited sources/disclosures trail. It's deterministic โ€” the same scan always produces the same report โ€” so --check flags a stale one, and no flag previews it to your terminal. See a real one: .sota/report.sota-benchmark-agent.md.


Good to know

  • Needs Claude Code with internet.
  • It won't tell you to pivot. Just how to win at what you already do.
  • It scanned itself and came out top-tier โ€” proof (and a shareable report) in .sota/.

MIT licensed. Free to use and build on. See LICENSE.

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท MerlijnW70/sota-scan ยท Updated daily from GitHub