vibeeval/vibecosystem

119 agents, 202 skills, 48 hooks — AI software team built on Claude Code. No custom model. No custom API. Just good engineering.

42
/ 100
Emerging

"@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.

No Package No Dependents
Maintenance 13 / 25
Adoption 10 / 25
Maturity 9 / 25
Community 10 / 25

How are scores calculated?

Stars

160

Forks

9

Language

TypeScript

License

MIT

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.