Polished and well engineered. Punching above its star count.
CAIPE: Community AI Platform Engineering Multi-Agent Systems
Documentation
85
README documents how to install the project.
Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.
→ Add setup instructions, code style notes, and how to run tests.
README is present.
Licensed under Apache-2.0.
Engineering
87
CI is configured (.github/workflows/check-pinned-deps.yml).
Lockfile present (package-lock.json). Installs are reproducible.
Test files detected (.claude/skills/persistence/test_langgraph_persistence.py).
Linter or formatter configured (ui/eslint.config.mjs).
Issue or PR templates present.
Project health
96
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)
- 69Forks
- 92Releaseslatest 5mo ago
Community
- —Community health
- —authors own >50% of commits
- 378Watchers
Responsiveness
- 101d 12hMedian issue response
- 1hMedian PR merge time
- 209Open issues
Repository files53 root entries
- .agents
- .claudeGood: Test files detected (.claude/skills/persistence/test_langgraph_persistence.py).
- .cursor
- .githubGood: CI is configured (.github/workflows/check-pinned-deps.yml).Good: Dependabot configured for github-actions.Good: Issue or PR templates present.
- .opencode
- .specify
- ai_platform_engineeringGood: Environment pinned via ai_platform_engineering/dynamic_agents/build/Dockerfile.
- build
- charts
- config
- deploy
- docker-compose
- docs
- evals
- integration
- policy
- profiles
- scripts
- tests
- uiGood: Linter or formatter configured (ui/eslint.config.mjs).
- workshop
- .cursorrules
- .dockerignore
- .env.example
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gitleaksignore
- ADOPTERS.md
- AGENTS.md
- CHANGELOG.md
- CLAUDE.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdIssue: Contributing guide is too short for full depth credit (−6 pts). 400+ words earns the full +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.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.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- deploy.sh
- docker-compose.dev.yaml
- docker-compose.yaml
- LICENSEGood: Licensed under Apache-2.0.
- MAINTAINERS.md
- Makefile
- NOTICE
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- persona.yaml
- policy.lp
- prompt_config.yaml
- pyproject.toml
- README.mdGood: 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.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- SECURITY.mdGood: Security policy present.
- setup-caipe.sh
- task_config.yaml
- tsconfig.scripts.json
- uv.lock
- yarn.lock