0

/ 100

GradeB

Polished work that hasn't found its audience yet.

Top 16% of 5,156 graded repos

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

7 to address
  1. 1
    Tests18pt

    Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.

  2. 2
    CI/CD14pt

    Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.

  3. 3
    CI/CD14pt

    Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.

  4. 4
    CI/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.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

100

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under MIT.

Contributing guide5pt100

Contributing guide is detailed and thorough.

Engineering

82

CI/CD14pt72

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

Tests18pt80

Test files detected (skills/continuous-learning-v2/scripts/test_parse_instinct.py).

Reproducibility6pt80

Lockfile present (package-lock.json). Installs are reproducible.

Linting and formatting5pt100

Linter or formatter configured (.prettierrc).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

84

Repository metadata5pt60

Repository has a description.

Activity5pt80

Actively maintained (pushed within 3 months).

Dependency manifest6pt100

Dependency manifest found (package.json).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 0
    Forks
  • 0
    Releases

Community

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

Responsiveness

  • -
    Median issue response
  • -
    Median PR merge time
  • 0
    Open issues
Repository files61 root entries
  • .agents
  • .claude
  • .claude-plugin
  • .codex
  • .codex-plugin
  • .cursor
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
    Good: Issue or PR templates present.
  • .kiro
    Good: Security policy present.
  • .opencode
  • .trae
  • agents
  • assets
  • commands
  • contexts
  • docs
  • ecc2
  • examples
  • hooks
  • manifests
  • mcp-configs
  • plugins
  • research
  • rules
  • schemas
  • scripts
  • skills
    Good: Test files detected (skills/continuous-learning-v2/scripts/test_parse_instinct.py).
  • tests
  • .env.example
  • .gitignore
    Good: .gitignore present.
  • .markdownlint.json
  • .mcp.json
  • .npmignore
  • .prettierrc
    Good: Linter or formatter configured (.prettierrc).
  • .tool-versions
    Good: Environment pinned via .tool-versions.
  • .yarnrc.yml
  • AGENTS.md
  • CHANGELOG.md
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • COMMANDS-QUICK-REF.md
  • commitlint.config.js
  • CONTRIBUTING.md
    Good: 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
  • LICENSE
    Good: Licensed under MIT.
  • package-lock.json
    Good: Lockfile present (package-lock.json). Installs are reproducible.
  • package.json
    Good: Dependency manifest found (package.json).
  • README.md
    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.
  • 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
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/a1963233599/everything-claude-code)](https://www.repo-grade.com/report/a1963233599/everything-claude-code)

More graded repos