0
/ 100
Polished and well engineered. Punching above its star count.
Plan, Build, and Ship — with a team of AI agents instead of one
Documentation
89
Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).
→ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
85
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (assets/skills/pdf/scripts/check_bounding_boxes_test.py).
CI is configured (.github/workflows/test.yml).
Linter or formatter configured (rustfmt.toml).
Project health
79
Dependency manifest found (Cargo.toml).
.gitignore present.
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 54Forks
- 36Releaseslatest 3mo ago
Community
- -Community health
- -authors own >50% of commits
- 492Watchers
Responsiveness
- 7hMedian issue response
- <1hMedian PR merge time
- 8Open issues
Repository files32 root entries
- .cargo
- .githubGood: CI is configured (.github/workflows/test.yml).
- assetsGood: Test files detected (assets/skills/pdf/scripts/check_bounding_boxes_test.py).
- binary
- crates
- docs
- frontend
- npxIssue: Build artifacts or local files may be committed (npx/openteams-npx/node_modules/.package-lock.json) (−40 pts).Fix: Remove them and add to .gitignore.
- openteams-cliGood: Environment pinned via openteams-cli/packages/openteams-cli/Dockerfile.
- readmesGood: 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.
- scripts
- shared
- src-tauri
- .dockerignore
- .gitignoreGood: .gitignore present.
- .npmrc
- AGENTS.md
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CLAUDE.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- design-md-projects-research.md
- LICENSEGood: Licensed under Apache-2.0.
- local-build.sh
- package-lock.json
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- rust-toolchain.toml
- rustfmt.tomlGood: Linter or formatter configured (rustfmt.toml).
- ui-design-skills-research.md