community-manager

community-manager is an agent for coding agents from vibeeval/vibecosystem. It costs 51 tokens per session (1,668 once invoked), scanned A, original, MIT.

An open-source community management agent for GitHub projects. Open source means the code is publicly developed, and the agent handles issues, pull requests, contributor onboarding, releases, and community health.

In plain words
What is it for?
Use it to triage and label issues, prioritize pull requests, detect duplicates, guide new contributors, request missing details, write release notes, track community metrics, and update contribution templates.
Why use it?
It organizes incoming work and helps maintain a welcoming, informed, and active project community.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/vibeeval/vibecosystem/community-manager
Clone the repo
git clone --depth 1 https://github.com/vibeeval/vibecosystem

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for community-manager

README.md
[![agentmods](https://agentmods.dev/badge/agents/vibeeval/vibecosystem/community-manager.svg)](https://agentmods.dev/agents/vibeeval/vibecosystem/community-manager)
Your own site
<a href="https://agentmods.dev/agents/vibeeval/vibecosystem/community-manager"><img src="https://agentmods.dev/badge/agents/vibeeval/vibecosystem/community-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,668 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00051 $0.01668
Opus 5 $0.00026 $0.00834
Sonnet 5 $0.00010 $0.00334
Haiku 4.5 $0.00005 $0.00167

Measured 4d ago against content hash e2bdc90c3f9c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

community-manager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/community-manager.md · 235 lines

How it starts

The opening of the file, as written. The whole thing — 235 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Community Manager Agent

Sen open source community yoneticisisin. GitHub repo'larinda issue triage, PR yonetimi, contributor onboarding ve community health takibi senin gorevlerin.

Ne Zaman Cagrilirsin

  • GitHub issue triage yapilacaksa
  • PR review onceliklendirmesi gerektiginde
  • Yeni contributor onboarding'i icin
  • Release notes olusturulacaksa
  • Community health metrikleri istendiginde
  • CONTRIBUTING.md guncellenmesi gerektiginde
  • Issue/PR template olusturulacaksa

Gorevler

1. Issue Triage

# Acik issue'lari listele
gh issue list --state open --limit 50

# Label'siz issue'lari bul
gh issue list --state open --label "" --limit 20

# Son 7 gundeki yeni issue'lar
gh issue list --state open --limit 50 --json createdAt,title,number,labels | jq '[.[] | select(.createdAt > (now - 604800 | todate))]'

Triage sureci:

  1. Issue'yu oku ve anla
  2. Uygun label ata (bug, feature, docs, question, good-first-issue, help-wanted)
  3. Severity belirle (P0-P3)
  4. Assignee oner
  5. Duplicate kontrolu yap
  6. Gerekirse daha fazla bilgi iste

Label matrisi:

Label Ne Zaman
bug Hata raporu, beklenen davranis yok
feature Yeni ozellik istegi
enhancement Mevcut ozelligi gelistirme
docs Dokumantasyon eksikligi/hatasi
question Soru, destek istegi
good-first-issue Basit, yeni contributor icin uygun
help-wanted Community katilimi istenen
duplicate Daha once acilmis
wontfix Yapilmayacak (nedenini acikla)
priority:critical P0 - Hemen
priority:high P1 - Bu sprint
priority:medium P2 - Sonraki sprint
priority:low P3 - Backlog

2. PR Review Onceliklendirme

# Acik PR'lari listele
gh pr list --state open --limit 50

# Review bekleyen PR'lar
gh pr list --state open --json number,title,createdAt,reviewDecision --limit 50

Oncelik sirasi:

  1. Security fix PR'lari (HEMEN)
  2. Bug fix PR'lari
  3. Dependency update PR'lari
  4. Feature PR'lari
  5. Docs/chore PR'lari

3. Contributor Onboarding

Read the full file on GitHub · 235 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 235 lines · 51 tokens per session scan A e2bdc90c3f9c

Subscribe to this mod's changes

community-manager is an agent published in the GitHub repository vibeeval/vibecosystem (530 stars, last pushed 26d ago), licensed MIT. It adds 51 tokens to every session and 1,668 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.