preset-io/agor

0

/ 100

TypeScript1,270Other1d ago
Grade a repo

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

Orchestrate Claude Code, Codex, and Gemini sessions on a multiplayer canvas. Manage git worktrees, track AI conversations, and visualize your team's agentic work in real-time.

Documentation

85

Install and run instructions9pt55

README documents how to install the project.

Contributing guide5pt88

Contributing guide is detailed and thorough.

README12pt100

README is present.

License6pt100

Licensed under Other.

Engineering

92

CI/CD14pt72

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

Tests18pt100

Test files detected (apps/agor-cli/src/commands/branch/env/request.test.ts).

Linting and formatting5pt100

Linter or formatter configured (.editorconfig).

Reproducibility6pt100

Lockfile present (pnpm-lock.yaml). Installs are reproducible.

Issue and PR templates6pt100

Issue or PR templates present.

Project health

98

Dependency manifest6pt93

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)
  • 108
    Forks
  • 81
    Releaseslatest 7mo ago

Community

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

Responsiveness

  • 6d 2h
    Median issue response
  • <1h
    Median PR merge time
  • 91
    Open issues
Repository files38 root entries
  • .github
    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.
  • .husky
  • apps
    Good: Test files detected (apps/agor-cli/src/commands/branch/env/request.test.ts).
    Good: Environment pinned via apps/agor-docs/Dockerfile.
  • context
    Good: Security policy present.
  • docker
  • docs
  • Formula
  • migrations
  • packages
  • scripts
  • .agor.yml
  • .dockerignore
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .env.example
  • .env.postgres
  • .gitignore
    Good: .gitignore present.
  • .lintstagedrc.json
  • .nvmrc
  • .prettierignore
  • .prettierrc
  • AGENTS.md
  • biome.json
  • CHANGELOG.md
  • CLAUDE.md
  • CONTRIBUTING.md
    Good: Contributing guide is detailed and thorough.
    Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.
    Good: Contributing guide describes code style expectations.
    Good: Contributing guide explains how to run tests.
    Good: Contributing guide describes the PR/review workflow.
    Good: Contributing guide includes code examples.
  • docker-compose.override.postgres.yml
  • docker-compose.override.yml
  • docker-compose.postgres.yml
  • docker-compose.prod.yml
  • docker-compose.yml
  • knip.json
  • LICENSE
    Good: Licensed under Other.
  • Makefile
  • package.json
    Good: Dependency manifest found (package.json).
  • pnpm-lock.yaml
    Good: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
  • pnpm-workspace.yaml
  • 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.
    Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
  • turbo.json