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.
npx agentmods add agents/vibeeval/vibecosystem/community-managergit clone --depth 1 https://github.com/vibeeval/vibecosystemWrote 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.
[](https://agentmods.dev/agents/vibeeval/vibecosystem/community-manager)<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>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.
| Model | Per session | Once 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 |
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.
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:
- Issue'yu oku ve anla
- Uygun label ata (bug, feature, docs, question, good-first-issue, help-wanted)
- Severity belirle (P0-P3)
- Assignee oner
- Duplicate kontrolu yap
- 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:
- Security fix PR'lari (HEMEN)
- Bug fix PR'lari
- Dependency update PR'lari
- Feature PR'lari
- Docs/chore PR'lari
3. Contributor Onboarding
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.
- 4d ago First seen · 235 lines · 51 tokens per session scan A e2bdc90c3f9c
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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.