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

Claude Multi-Agent Project Manager — multi-channel orchestration, GitHub-first SDK mode, and plugin system for Claude

Documentation

88

README12pt80

README is present.

Install and run instructions9pt90

README documents how to install the project.

Contributing guide5pt92

Contributing guide is detailed and thorough.

License6pt100

Licensed under Other.

Engineering

74

Issue and PR templates6pt0

No issue or PR templates found (−100 pts).

Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.

Tests18pt80

Test files detected (src/claude_mpm/dashboard-svelte/src/lib/components/config/__tests__).

Reproducibility6pt80

Lockfile present (uv.lock). Installs are reproducible.

CI/CD14pt85

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

Linting and formatting5pt100

Linter or formatter configured (.ruff.toml).

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)
  • 30
    Forks
  • 443
    Releaseslatest 11mo ago

Community

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

Responsiveness

  • <1h
    Median issue response
  • <1h
    Median PR merge time
  • 1
    Open issues
Repository files38 root entries
  • .claude
  • .claude-mpm
  • .deepeval
  • .githooks
  • .github
    Good: CI is configured (.github/workflows/test.yml).
  • assets
  • docs
  • examples
  • npm-bin
  • plugin
  • scripts
  • src
    Good: Test files detected (src/claude_mpm/dashboard-svelte/src/lib/components/config/__tests__).
  • tests
  • tools
  • .gh-account
  • .gitignore
    Good: .gitignore present.
  • .mcp.json
  • .pre-commit-config.yaml
  • .python-version
    Good: Environment pinned via .python-version.
  • .ruff.toml
    Good: Linter or formatter configured (.ruff.toml).
  • .secrets.baseline
  • .tool-versions
  • BUILD_NUMBER
  • CHANGELOG.md
  • CLAUDE.md
  • 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.
    Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.
    Good: Contributing guide includes code examples.
  • LICENSE
    Good: Licensed under Other.
  • LICENSE-FAQ.md
  • Makefile
  • package.json
    Good: Dependency manifest found (package.json).
  • pyproject.toml
  • pyrightconfig.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.
  • setup.cfg
  • uv.lock
    Good: Lockfile present (uv.lock). Installs are reproducible.
  • VERSION
  • vite.config.js