0

/ 100

GradeB

Polished and well engineered. Punching above its star count.

Plan, Build, and Ship — with a team of AI agents instead of one

TypeScript492Apache-2.0today

Documentation

89

Contributing guide5pt30

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.

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under Apache-2.0.

Engineering

85

Issue and PR templates6pt0

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.

Reproducibility6pt80

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

Tests18pt100

Test files detected (assets/skills/pdf/scripts/check_bounding_boxes_test.py).

CI/CD14pt100

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

Linting and formatting5pt100

Linter or formatter configured (rustfmt.toml).

Project health

79

Dependency manifest6pt55

Dependency manifest found (Cargo.toml).

Housekeeping3pt60

.gitignore present.

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 54
    Forks
  • 36
    Releaseslatest 3mo ago

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 492
    Watchers

Responsiveness

  • 7h
    Median issue response
  • <1h
    Median PR merge time
  • 8
    Open issues
Repository files32 root entries
  • .cargo
  • .github
    Good: CI is configured (.github/workflows/test.yml).
  • assets
    Good: Test files detected (assets/skills/pdf/scripts/check_bounding_boxes_test.py).
  • binary
  • crates
  • docs
  • frontend
  • npx
    Issue: 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-cli
    Good: Environment pinned via openteams-cli/packages/openteams-cli/Dockerfile.
  • readmes
    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.
  • scripts
  • shared
  • src-tauri
  • .dockerignore
  • .gitignore
    Good: .gitignore present.
  • .npmrc
  • AGENTS.md
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • design-md-projects-research.md
  • LICENSE
    Good: 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.toml
    Good: Linter or formatter configured (rustfmt.toml).
  • ui-design-skills-research.md