0
/ 100
Polished work that hasn't found its audience yet.
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Tests18pt
Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.
- 2CI/CD14pt
Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.
- 3CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
- 4CI/CD14pt
Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.
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
100
README is present.
README documents how to install the project.
Licensed under MIT.
Contributing guide is detailed and thorough.
Engineering
82
CI is configured (.github/workflows/ci.yml).
Test files detected (skills/continuous-learning-v2/scripts/test_parse_instinct.py).
Lockfile present (package-lock.json). Installs are reproducible.
Linter or formatter configured (.prettierrc).
Issue or PR templates present.
Project health
84
Repository has a description.
Actively maintained (pushed within 3 months).
Dependency manifest found (package.json).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 0Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 0Watchers
Responsiveness
- -Median issue response
- -Median PR merge time
- 0Open issues
Repository files61 root entries
- .agents
- .claude
- .claude-plugin
- .codex
- .codex-plugin
- .cursor
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.
- .kiroGood: Security policy present.
- .opencode
- .trae
- agents
- assets
- commands
- contexts
- docs
- ecc2
- examples
- hooks
- manifests
- mcp-configs
- plugins
- research
- rules
- schemas
- scripts
- skillsGood: Test files detected (skills/continuous-learning-v2/scripts/test_parse_instinct.py).
- tests
- .env.example
- .gitignoreGood: .gitignore present.
- .markdownlint.json
- .mcp.json
- .npmignore
- .prettierrcGood: Linter or formatter configured (.prettierrc).
- .tool-versionsGood: Environment pinned via .tool-versions.
- .yarnrc.yml
- AGENTS.md
- CHANGELOG.md
- CLAUDE.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- COMMANDS-QUICK-REF.md
- commitlint.config.js
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.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.
- eslint.config.js
- EVALUATION.md
- install.ps1
- install.sh
- LICENSEGood: Licensed under MIT.
- 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.
- README.zh-CN.md
- REPO-ASSESSMENT.md
- SECURITY.md
- SPONSORING.md
- SPONSORS.md
- the-longform-guide.md
- the-security-guide.md
- the-shortform-guide.md
- TROUBLESHOOTING.md
- VERSION
- yarn.lock
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/a1963233599/everything-claude-code)