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
README is present.
README documents how to install the project.
Contributing guide is detailed and thorough.
Licensed under Other.
Engineering
74
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.
Test files detected (src/claude_mpm/dashboard-svelte/src/lib/components/config/__tests__).
Lockfile present (uv.lock). Installs are reproducible.
CI is configured (.github/workflows/test.yml).
Linter or formatter configured (.ruff.toml).
Project health
100
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 30Forks
- 443Releaseslatest 11mo ago
Community
- —Community health
- —authors own >50% of commits
- 137Watchers
Responsiveness
- <1hMedian issue response
- <1hMedian PR merge time
- 1Open issues
Repository files38 root entries
- .claude
- .claude-mpm
- .deepeval
- .githooks
- .githubGood: CI is configured (.github/workflows/test.yml).
- assets
- docs
- examples
- npm-bin
- plugin
- scripts
- srcGood: Test files detected (src/claude_mpm/dashboard-svelte/src/lib/components/config/__tests__).
- tests
- tools
- .gh-account
- .gitignoreGood: .gitignore present.
- .mcp.json
- .pre-commit-config.yaml
- .python-versionGood: Environment pinned via .python-version.
- .ruff.tomlGood: Linter or formatter configured (.ruff.toml).
- .secrets.baseline
- .tool-versions
- BUILD_NUMBER
- CHANGELOG.md
- CLAUDE.md
- 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.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.
- LICENSEGood: Licensed under Other.
- LICENSE-FAQ.md
- Makefile
- package.jsonGood: Dependency manifest found (package.json).
- pyproject.toml
- pyrightconfig.json
- README.mdGood: 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.mdGood: Security policy present.
- setup.cfg
- uv.lockGood: Lockfile present (uv.lock). Installs are reproducible.
- VERSION
- vite.config.js