vibeeval/vibecosystem
119 agents, 202 skills, 48 hooks — AI software team built on Claude Code. No custom model. No custom API. Just good engineering.
"@error-led, what went wrong?" Error: "used wrong OAuth scope" → Consolidator: "OAuth-scope pattern observed" → 5+ occurrences → becomes a rule → Rule → injected into EVERY agent prompt at session start → Your team never makes that mistake again ``` ### Hooks (Sensors) TypeScript hooks observe every tool call and inject context — without noise. ```javascript // compiler-in-loop hook: shows errors as they happen agent.on('tool_call', (toolName, input) => { if (toolName === 'bash' && input.includes('npm run build')) { // Run build, capture errors, inject as context const errors = runBuild(); agentContext.inject(errors); } }); // edit-context hook: shows nearby code when agent edits
160 stars.
Stars
160
Forks
9
Language
TypeScript
License
MIT
Category
Last pushed
Mar 19, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/vibeeval/vibecosystem"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Featured in
Compare
Higher-rated alternatives
cyhhao/vibe-remote
Your AI coding army, commanded from Slack/Discord/Lark. Stream Claude Code, OpenCode, or Codex...
BloopAI/vibe-kanban
Get 10X more out of Claude Code, Codex or any coding agent
filipecalegario/awesome-vibe-coding
A curated list of vibe coding references, collaborating with AI to write code.
TrNgTien/vfs
Reduce AI agent token usage by 98% via Virtual Function Signatures. MCP server for Cursor &...
acvnace/awesome-vibe-coding-resources
A curated list of awesome resources for vibe coding