Good shape overall. A few tweaks would push it into the top tier.

๐Ÿค– MateClaw โ€” Your second brain with Multi-Agent Orchestration, MCP Protocol, Skills & Memory, Dream, and Multi-Channel Support. Built on Spring AI Alibaba.

Documentation

96

Contributing guide5pt72

CONTRIBUTING guide found.

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under Apache-2.0.

Engineering

51

CI/CD14pt0

No CI configuration detected in this repository.

โ†’ If your CI lives elsewhere (a private repo that builds this one) or this project is itself a CI/CD tool, mark this check Not Applicable. Otherwise add a GitHub Actions workflow that runs tests on each push. It takes 15 minutes and reassures contributors their changes won't break things.

Linting and formatting5pt0

No Java/Kotlin linter configured.

โ†’ Add Checkstyle or Spotless for Java formatting, or ktlint/Detekt for Kotlin. Run it via Maven/Gradle or as a CI step.

Tests18pt80

Test files detected (mateclaw-server/src/test).

Reproducibility6pt80

Lockfile present (mateclaw-ui/pnpm-lock.yaml). Installs are reproducible.

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (pom.xml).

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)
  • 199
    Forks
  • 12
    Releaseslatest 1mo ago

Community

  • โ€”
    Community health
  • โ€”
    authors own >50% of commits
  • 652
    Watchers

Responsiveness

  • 6h
    Median issue response
  • 3h
    Median PR merge time
  • 69
    Open issues
Repository files17 root entries
  • .github
    Good: Issue or PR templates present.
  • assets
  • docker
  • docs
  • mateclaw-plugin-api
  • mateclaw-plugin-sample
  • mateclaw-server
    Good: CONTRIBUTING guide found.
    Issue: CONTRIBUTING guide contents could not be read (โˆ’28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
    Good: Test files detected (mateclaw-server/src/test).
    Good: Security policy present.
  • mateclaw-ui
    Good: Lockfile present (mateclaw-ui/pnpm-lock.yaml). Installs are reproducible.
  • mateclaw-webchat
  • .dockerignore
  • .env.example
  • .gitignore
    Good: .gitignore present.
  • docker-compose.yml
    Good: Environment pinned via docker-compose.yml.
  • LICENSE
    Good: Licensed under Apache-2.0.
  • pom.xml
    Good: Dependency manifest found (pom.xml).
  • README_zh.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.md