0

/ 100

GradeA

A well-known project done right. Strong docs and solid engineering throughout.

Top 6% of 5,156 graded repos

You're the boss, agents are your team. They handle tasks on their own, message each other, and review each other's work. You just watch the kanban board and give high-level commands. Codex/Claude/OpenCode(200+ models, 75+ LLM providers, free models no auth). Build your AI company with multiple teams.

TypeScript1,420AGPL-3.01mo ago

Outstanding. A score of 95/100 puts this repo in a very small tier of truly well-engineered projects.

Top fixes

Highest-impact changes first, ranked by point weight

6 to address
  1. 1
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  2. 2
    CI/CD14pt

    Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.

  3. 3
    CI/CD14pt

    Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.

  4. 4
    Install and run instructions9pt

    Add a .env.example listing all required environment variables so contributors know what to set up.

Working through the fixes? Let every push regrade itself.

The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

94

Contributing guide5pt77

CONTRIBUTING guide found.

Install and run instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under AGPL-3.0.

Engineering

96

CI/CD14pt85

CI is configured (.github/workflows/ci.yml).

Tests18pt100

Test files detected (agent-teams-controller/test).

Linting and formatting5pt100

Linter or formatter configured (.prettierrc.json).

Reproducibility6pt100

Lockfile present (bun.lock). Installs are reproducible.

Issue and PR templates6pt100

Issue or PR templates present.

Project health

97

Dependency manifest6pt92

Dependency manifest found (package.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 260
    Forks
  • 15
    Releaseslatest 2mo ago

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 1,420
    Watchers

Responsiveness

  • 4h
    Median issue response
  • 2h
    Median PR merge time
  • 12
    Open issues
Repository files49 root entries
  • .github
    Good: CONTRIBUTING guide found.
    Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
    Good: Code of conduct present.
    Good: CI is configured (.github/workflows/ci.yml).
    Good: Dependabot covers 2 ecosystems (npm, github-actions). Dependencies stay current.
    Good: Issue or PR templates present.
    Good: Security policy present.
  • .husky
  • agent-teams-controller
    Good: Test files detected (agent-teams-controller/test).
  • bin
  • build
  • docker
    Good: Environment pinned via docker/Dockerfile.
  • docs
  • landing
  • mcp-server
  • packages
  • patches
  • public
  • resources
  • scripts
  • src
  • test
  • vendor
  • .coderabbit.yaml
  • .dockerignore
  • .gitignore
    Good: .gitignore present.
  • .mcp.json
  • .node-version
  • .npmrc
  • .nvmrc
  • .prettierignore
  • .prettierrc.json
    Good: Linter or formatter configured (.prettierrc.json).
  • AGENT_CRITICAL_GUARDRAILS.md
  • AGENTS.md
  • bun.lock
    Good: Lockfile present (bun.lock). Installs are reproducible.
  • CLAUDE.md
  • electron.vite.config.ts
  • eslint.config.js
  • eslint.fast.config.js
  • hero-robots-restored.png
  • i18next.config.ts
  • LICENSE
    Good: Licensed under AGPL-3.0.
  • package.json
    Good: Dependency manifest found (package.json).
  • pnpm-lock.yaml
  • pnpm-workspace.yaml
  • postcss.config.cjs
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • runtime.lock.json
  • tailwind.config.js
  • terminal-platform.lock.json
  • tsconfig.json
  • tsconfig.node.json
  • vite.web.config.ts
  • vitest.config.ts
  • vitest.critical.config.ts
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/777genius/agent-teams-ai)](https://www.repo-grade.com/report/777genius/agent-teams-ai)

More graded TypeScript repos