aws/agentcore-cli

0

/ 100

TypeScript190Apache-2.01d ago
Grade a repo

Polished and well engineered. Punching above its star count.

The new terminal experience for AgentCore!

Documentation

89

README12pt80

README is present.

Install and run instructions9pt90

README documents how to install the project.

Contributing guide5pt97

Contributing guide is detailed and thorough.

License6pt100

Licensed under Apache-2.0.

Engineering

91

Reproducibility6pt30

No dependency lockfile found (−70 pts).

Commit package-lock.json, pnpm-lock.yaml, yarn.lock, or bun.lock so Node installs are repeatable.

Tests18pt100

Test files detected (browser-tests/tests).

CI/CD14pt100

CI is configured (.github/workflows/build-and-test.yml).

Linting and formatting5pt100

Linter or formatter configured (.prettierrc).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (package.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 51
    Forks
  • 58
    Releaseslatest 3mo ago

Community

  • Community health
  • authors own >50% of commits
  • 190
    Watchers

Responsiveness

  • 3d 16h
    Median issue response
  • 3h
    Median PR merge time
  • 221
    Open issues
Repository files31 root entries
  • .github
    Good: CI is configured (.github/workflows/build-and-test.yml).
    Good: Environment pinned via .github/harness/Dockerfile.
    Good: Dependabot covers 2 ecosystems (npm, github-actions). Dependencies stay current.
    Good: Issue or PR templates present.
  • .husky
  • browser-tests
    Good: Test files detected (browser-tests/tests).
  • docs
  • e2e-tests
  • integ-tests
  • schemas
  • scripts
  • src
  • .gitignore
    Good: .gitignore present.
  • .mcp.json
  • .prettierignore
  • .prettierrc
    Good: Linter or formatter configured (.prettierrc).
  • .secretlintrc.json
  • AGENTS.md
  • CHANGELOG.md
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • CONTRIBUTING.md
    Good: 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.
  • esbuild.config.mjs
  • eslint.config.mjs
  • LICENSE
    Good: Licensed under Apache-2.0.
  • NOTICE
  • npm-shrinkwrap.json
  • package.json
    Good: Dependency manifest found (package.json).
  • preview-version.json
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.
    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.
  • SECURITY.md
    Good: Security policy present.
  • tsconfig.build.json
  • tsconfig.json
  • vitest.config.ts