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
README documents how to install the project.
Contributing guide is detailed and thorough.
README is present.
Licensed under Other.
Engineering
92
CI is configured (.github/workflows/ci.yml).
Test files detected (apps/agor-cli/src/commands/branch/env/request.test.ts).
Linter or formatter configured (.editorconfig).
Lockfile present (pnpm-lock.yaml). Installs are reproducible.
Issue or PR templates present.
Project health
98
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 108Forks
- 81Releaseslatest 7mo ago
Community
- —Community health
- —authors own >50% of commits
- 1,270Watchers
Responsiveness
- 6d 2hMedian issue response
- <1hMedian PR merge time
- 91Open issues
Repository files38 root entries
- .githubGood: 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
- appsGood: Test files detected (apps/agor-cli/src/commands/branch/env/request.test.ts).Good: Environment pinned via apps/agor-docs/Dockerfile.
- contextGood: Security policy present.
- docker
- docs
- Formula
- migrations
- packages
- scripts
- .agor.yml
- .dockerignore
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .env.example
- .env.postgres
- .gitignoreGood: .gitignore present.
- .lintstagedrc.json
- .nvmrc
- .prettierignore
- .prettierrc
- AGENTS.md
- biome.json
- CHANGELOG.md
- CLAUDE.md
- CONTRIBUTING.mdGood: 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
- LICENSEGood: Licensed under Other.
- Makefile
- package.jsonGood: Dependency manifest found (package.json).
- pnpm-lock.yamlGood: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
- pnpm-workspace.yaml
- README.mdGood: 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