0
/ 100
Good shape overall. A few tweaks would push it into the top tier.
Atom Agent, Open-Source AI Agent Platform for Self-Hosted Automation
Documentation
99
Contributing guide is detailed and thorough.
README is present.
README documents how to install the project.
Licensed under AGPL-3.0.
Engineering
61
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.
Test files detected (.archive/tauri-root-dev-2025-01-30/src-tauri/tests).
Lockfile present (package-lock.json). Installs are reproducible.
CI is configured (frontend-nextjs/.github/workflows/frontend-accessibility.yml).
Linter or formatter configured (.flake8).
Project health
79
Dependency manifest found (package.json).
.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)
- 79Forks
- 7Releaseslatest 3mo ago
Community
- -Community health
- -authors own >50% of commits
- 771Watchers
Responsiveness
- 16hMedian issue response
- <1hMedian PR merge time
- 0Open issues
Repository files52 root entries
- .archiveGood: Test files detected (.archive/tauri-root-dev-2025-01-30/src-tauri/tests).
- .git-rewrite
- .githooks
- .github
- .planning
- .prometheus
- .zed
- assets
- backend
- config
- deploy
- desktop
- docker
- docs
- frontend-nextjsGood: CI is configured (frontend-nextjs/.github/workflows/frontend-accessibility.yml).Issue: Build artifacts or local files may be committed (frontend-nextjs/src-tauri/venv/requirements.txt) (−40 pts).Fix: Remove them and add to .gitignore.
- infra
- installer
- menubar
- mobile
- packages
- reports
- scripts
- src
- tests
- workflow_states
- .continue-here.md
- .dockerignore
- .env.example
- .env.oauth.template
- .env.production.template
- .flake8Good: Linter or formatter configured (.flake8).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gitmodules
- .isort.cfg
- .percy.yml
- .pre-commit-config.yaml
- ATOM_ENHANCEMENT_PLAN.md
- CLAUDE.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- docker-compose-e2e-ui.yml
- docker-compose-e2e.yml
- docker-compose-personal.yml
- docker-compose.yml
- DockerfileGood: Environment pinned via Dockerfile.
- fly.toml
- LICENSE.mdGood: Licensed under AGPL-3.0.
- MANIFEST.in
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- 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.Good: README documents how to run the project.
- ROADMAP.md