92
/ 100
Polished and well engineered. Punching above its star count.
Give your agent a proper IDE and OS. The sensorimotor cortex for coding agents (OpenCode + Pi), part of CortexKit: symbol-aware edits, semantic search, code health, fast grep/glob, bash compression, background tasks, PTY.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Install and run instructions9pt
Add a .env.example listing all required environment variables so contributors know what to set up.
- 2Reproducibility6pt
Add .github/dependabot.yml with at least one package-ecosystem entry so dependencies are updated automatically.
- 3Dependency manifest6pt
Add a one-line description to package.json. It appears in npm search and on GitHub.
- 4Dependency manifest6pt
Add a `repository` field pointing to the GitHub URL so npm knows where the source lives.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
85
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 documents how to install the project.
README is present.
Licensed under MIT.
Engineering
98
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (benchmarks/codegraph-vs-aft-agent/corpora/agent-fixture/tests).
CI is configured (.github/workflows/tests.yml).
Linter or formatter configured (biome.json).
Issue or PR templates present.
Project health
89
Dependency manifest found (Cargo.toml).
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)
- 22Forks
- 116Releaseslatest 4mo ago
Community
- 37% - WeakCommunity health
- 1 bus factorlowauthor own >50% of commits
- 170Watchers
Responsiveness
- 7hMedian issue response
- 15hMedian PR merge time
- 13Open issues
Repository files28 root entries
- .alfonso
- .bg-shell
- .cargo
- .cortexkitGood: .gitignore present.
- .githubGood: CI is configured (.github/workflows/tests.yml).Good: Issue or PR templates present.
- .gsd
- assets
- benchmarksGood: Test files detected (benchmarks/codegraph-vs-aft-agent/corpora/agent-fixture/tests).Good: Environment pinned via benchmarks/aft-search/Dockerfile.
- crates
- docs
- packages
- scripts
- tests
- .dockerignore
- .gitignore
- ARCHITECTURE.md
- biome.jsonGood: Linter or formatter configured (biome.json).
- bun.lock
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- LICENSEGood: Licensed under MIT.
- Makefile
- 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.
- rustfmt.toml
- STRUCTURE.md
- tsconfig.base.json
- tsconfig.json
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/cortexkit/aft)