Your AI software team. Built on Claude Code. vibecosystem turns Claude Code into a full AI software team — 138 specialized agents that plan, build, review, test, and learn from every mistake. No configuration needed — just install and code.
FAQ
vibecosystem is a Claude Code plugin with 200 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes accessibility-patterns, accessibility-testing, achievements. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add vibeeval/vibecosystem --agent claude-code
Repo: vibeeval/vibecosystem
Your AI software team. Built on Claude Code.
Türkçe | English | Espanol | Francais | Deutsch | Portugues | Italiano | Nederlands | 中文 | 日本語 | 한국어 | العربية | हिन्दी | Русский

vibecosystem turns Claude Code into a full AI software team — 138 specialized agents that plan, build, review, test, and learn from every mistake. No configuration needed — just install and code.
v2.0: 13 new agents (sast-scanner, mutation-tester, graph-analyst, mcp-manager, community-manager, benchmark, dependency-auditor, api-designer, incident-responder, data-modeler, test-architect, release-engineer, documentation-architect) + 23 new skills (SAST, compliance, product, marketing, MCP) + 4 new hooks + Agent Monitoring Dashboard + GitHub Actions CI/CD + MCP Auto-Discovery. See UPGRADING.md for details.
v2.1: 7 new skills (minimax-pdf, minimax-docx, minimax-xlsx, pptx-generator, frontend-dev, fullstack-dev, clone-website) + 2 new agents (document-generator, website-cloner). Document generation, pixel-perfect website cloning, and enhanced frontend/fullstack patterns.
v2.1.1: 7 new skills from oh-my-claudecode (smart-model-routing, deep-interview, agent-benchmark, visual-verdict, ai-slop-cleaner, factcheck-guard, notepad-system) + 1 new rule (commit-trailers).
v2.2: 5 features from Claude Code source — Agent Memory (persistent per-agent memory), Magic Docs (auto-updating docs), Dream Consolidation (cross-session memory cleanup), Smart Recall (frontmatter-based memory scoring), Plugin Toggle (hook enable/disable CLI). +7 hooks, skill references for 21 agents.
v2.2.1: Monetization stack — 1 new agent (monetization-expert), 2 new skills (paywall-optimizer, codex-orchestration), 3 updated skills (revenuecat-patterns, paywall-strategy, subscription-pricing). AI-powered paywall optimization with 14-category benchmarks, RevenueCat SDK patterns, Codex + Claude Code orchestration.
v2.3:
vibecoCLI tool (stats, doctor, profiles, dashboard), 6 preset profiles for token savings, one-liner install (curl | bash).
v2.4: Terminal HUD (real-time statusline), prompt auto-improver (enriches vague prompts with context), persistent planning system (PLAN.md/PROGRESS.md/CONTEXT.md for 96.7% task completion). Competitive gap closure from analysis of 20+ ecosystem repos.
v3.0:
npx vibecosystem initnpm installer,plugin.jsonfor official plugin ecosystem, worktree isolation on 60 producer agents, multi-LLM model routing (Haiku/Sonnet/Opus tiers), knowledge graph integration (6-71x token savings), dashboard v2 with token/cost tracking.
Claude Code is powerful, but it's one assistant. You prompt, it responds, you review. For complex projects you need a planner, a reviewer, a security auditor, a tester — and you end up being all of them yourself.
vibecosystem is a complete Claude Code ecosystem that creates a self-organizing AI team:
After setup, you say "build a feature" and 20+ agents coordinate across 5 phases.
npx vibecosystem init
curl -fsSL https://raw.githubusercontent.com/vibeeval/vibecosystem/main/install-remote.sh | bash
git clone https://github.com/vibeeval/vibecosystem.git
cd vibecosystem
./install.sh
That's it. Use Claude Code normally. The team activates.
After install, the vibeco command is available:
vibeco stats # ecosystem statistics
vibeco list agents --search security # browse components
vibeco profile frontend # switch profile (saves tokens)
vibeco doctor # health check
vibeco dashboard # start monitoring UI
vibeco update # pull latest & reinstall
Save tokens by loading only what you need:
| Profile | Agents | Skills | Use case |
|---|---|---|---|
minimal | ~15 | ~40 | Core only (review, test, verify) |
frontend | ~30 | ~60 | React/Next.js/CSS/a11y |
backend | ~44 | ~74 | API/DB/security |
fullstack | ~59 | ~96 | Frontend + Backend |
devops | ~33 | ~61 | CI/CD/K8s/cloud |
smart | 138 | 296 | Everything enabled + token-optimized plugin injection budgets |
all | 138 | 296 | Everything (default) |
Honest note on smart: it does not disable any agent or skill — capability is identical to all. The difference is session-start token cost: smart expects reduced context-injection budgets (via the env section of ~/.claude/settings.json), cutting startup overhead roughly 30-35% against vanilla all.
vibeco profile frontend # switch to frontend profile
vibeco profile all # back to everything
YOU SAY SOMETHING VIBECOSYSTEM ACTIVATES RESULT
┌──────────────┐ ┌──────────────────────┐ ┌──────────┐
│ "add a new │──→ Intent ──→ │ Phase 1: scout + │──→ Code │ Feature │
│ feature" │ Classifier │ architect plan │ Written │ built, │
│ │ │ Phase 2: backend-dev │ Tested │ reviewed,│
│ │ │ + frontend-dev │ Reviewed│ tested, │
│ │ │ Phase 3: code-review │ │ merged │
│ │ │ + security-review │ │ │
│ │ │ Phase 4: verifier │ │ │
│ │ │ Phase 5: self-learner│ │ │
└──────────────┘ └──────────────────────┘ └──────────┘
Hooks are sensors — they observe every tool call and inject relevant context:
"fix the bug" → compiler-in-loop + error-broadcast ~2,400 tok
"add api endpoint" → edit-context + signature-helper + arch ~3,100 tok
"explain this code" → (nothing extra) ~800 tok
Agents are muscles — each one specialized for a specific job:
GraphQL API → graphql-expert (backup: backend-dev)
Kubernetes → kubernetes-expert (backup: devops)
DDD modeling → ddd-expert (backup: architect)
Bug reproduction → replay (backup: sleuth)
... 70 more routing rules
Self-Learning Pipeline turns mistakes into permanent knowledge:
Error happens → passive-learner captures pattern (+ project tag)
→ consolidator groups & counts (per-project + global)
→ confidence >= 5 → auto-inject into context
→ 2+ projects, 5+ total → cross-project promotion
→ 10x repeat → permanent .md rule file
No manual intervention. The system writes its own rules — and shares them across projects.
Say "add a new feature" and 20+ agents activate across 5 phases.

Phase 1 (Discovery): scout + architect + project-manager
Phase 2 (Development): backend-dev + frontend-dev + devops + specialists
Phase 3 (Review): code-reviewer + security-reviewer + qa-engineer
Phase 4 (QA Loop): verifier + tdd-guide (max 3 retry → escalate)
Phase 5 (Final): self-learner + technical-writer
Every error becomes a rule. Automatically.

Every task goes through a quality gate:
Developer implements → code-reviewer + verifier check
→ PASS → next task
→ FAIL → feedback to developer, retry (max 3)
→ 3x FAIL → escalate (reassign / decompose / defer)
Patterns learned in one project automatically benefit all your projects.
Project A: add-error-handling (3x) ─┐
├→ 2+ projects, 5+ total → GLOBAL
Project B: add-error-handling (4x) ─┘
↓
Next session in ANY project → "add-error-handling" injected as global pattern
Each project gets its own pattern store. When the same pattern appears in 2+ projects with 5+ total occurrences, it's promoted to a global pattern that benefits every project — even brand new ones.
node ~/.claude/hooks/dist/instinct-cli.mjs portfolio # All projects
node ~/.claude/hooks/dist/instinct-cli.mjs global # Global patterns
node ~/.claude/hooks/dist/instinct-cli.mjs project <name> # Project detail
node ~/.claude/hooks/dist/instinct-cli.mjs stats # Statistics
When one agent makes a mistake, the entire team learns from it.
Agent error → error-ledger.jsonl → skill-matrix.json
→ All agents get the lesson at session start
→ Team-wide error prevention
74 hooks exist but they don't all run at once. Intent determines which hooks fire.


┌─────────────────────────────────────────────────────────┐
│ Claude Code │
│ │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │ Hooks │ │ Agents │ │ Skills │ │
│ │ (74) │→ │ (138) │← │ (296) │ │
│ └────┬─────┘ └────┬─────┘ └──────────┘ │
│ │ │ │
│ ▼ ▼ │
│ ┌──────────┐ ┌──────────┐ │
│ │ Rules │ │ Memory │ │
│ │ (20) │ │ (PgSQL) │ │
│ └──────────┘ └──────────┘ │
│ │
│ ┌──────────────────────────────────────┐ │
│ │ Self-Learning Pipeline │ │
│ │ instincts → consolidate → rules │ │
│ │ + cross-project promotion │ │
│ └──────────────────────────────────────┘ │
│ │
│ ┌──────────────────────────────────────┐ │
│ │ Canavar Cross-Training │ │
│ │ error-ledger → skill-matrix → team │ │
│ └──────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────┘
| Category | Count | Examples |
|---|---|---|
| Core Dev | 14 | frontend-dev, backend-dev, kraken, spark, devops, browser-agent, website-cloner |
| Review & QA | 8 | code-reviewer, security-reviewer, verifier, qa-engineer |
| Domain Experts | 36 | graphql-expert, kubernetes-expert, ddd-expert, redis-expert, paywall-planner |
| Architecture | 8 | architect, planner, clean-arch-expert, cqrs-expert |
| Testing | 6 | tdd-guide, e2e-runner, arbiter, mocksmith |
| DevOps & Cloud | 12 | aws-expert, gcp-expert, azure-expert, terraform-expert |
| Analysis | 11 | scout, sleuth, data-analyst, profiler, strategist, harvest |
| Orchestration | 16 | nexus, sentinel, commander, neuron, vault, nitro |
| Documentation | 6 | technical-writer, doc-updater, copywriter, api-doc-generator, document-generator |
| Learning | 7 | self-learner, canavar, reputation-engine, session-replay-analyzer |
| Feature | vibecosystem | Single Claude Code | Cursor | aider |
|---|---|---|---|---|
| Specialized agents | 138 | 0 | 0 | 0 |
| Self-learning | Yes | No | No | No |
| Agent swarm coordination | Yes | No | No | No |
| Cross-project learning | Yes | No | No | No |
| Cross-agent error training | Yes | No | No | No |
| Dev-QA retry loop | Yes | No | No | No |
| Adaptive hook loading | Yes | No | No | No |
| Assignment matrix routing | Yes | No | No | No |
| Claude Code native | Yes | Yes | No | No |
| Zero config after install | Yes | Yes | No | No |
| Component | Count | Description |
|---|---|---|
agents/ | 138 | Markdown agent definitions with specialized prompts |
skills/ | 296 | Reusable knowledge — TDD, security, patterns, frameworks |
hooks/src/ | 74 | TypeScript hooks — sensors, learners, validators |
rules/ | 20 | Behavioral guidelines — coding style, safety, QA |
| Component | Technology |
|---|---|
| Runtime | Claude Code (Claude Max) |
| Models | Opus 4.6 / Sonnet 4.6 |
| Hook engine | TypeScript → esbuild → .mjs |
| Memory DB | PostgreSQL + pgvector (Docker) |
| Agent format | Markdown + YAML frontmatter |
| Skill format | prompt.md / SKILL.md |
| Cross-training | JSONL ledger + JSON skill matrix |
| Cross-project learning | Per-project instinct stores + global promotion |
hooks are sensors. observe, filter, signal.
agents are muscles. build, produce, fix.
the bridge between them: context injection.
no direct RPC. no message passing. by design.
implicit coordination through context.
~/.claude/)~/.claude/rules/vibecosystem works with multiple AI coding tools:
| CLI | Installer | Instructions File | What You Get |
|---|---|---|---|
| Claude Code | ./install.sh | rules/*.md | Full support (agents + skills + hooks + rules) |
| Cursor IDE | ./install-cursor.sh | AGENTS.md + .cursor/rules/ | 6 MDC rules + AGENTS.md + skills |
| Codex CLI (OpenAI) | ./install-codex.sh | AGENTS.md | Skills only (296 skills) |
| OpenCode | Manual | AGENTS.md | Skills only |
# For Cursor IDE users:
./install-cursor.sh /path/to/your/project
# For Codex CLI users:
./install-codex.sh
See docs/codex-setup.md for Codex CLI setup, or copy .cursor/rules/ into any Cursor project.
vibecosystem stands on the shoulders of great open-source projects:
Contributions welcome! Areas where help is needed:
vibecosystem, Claude Code'u tam donanımlı bir yapay zeka yazılım ekibine dönüştürür. Sadece tek bir asistan değil — planlayan, geliştiren, kod incelemesi (review) yapan, test eden ve yaptığı her hatadan öğrenen 138 uzman ajandan (agent) oluşan bir ekip.
Özel bir model yok. Özel bir API yok. Sadece Claude Code'un hook + agent + rules sistemi sonuna kadar kullanılmış durumda.
git clone https://github.com/vibeeval/vibecosystem.git
cd vibecosystem
./install.sh
Kullanıcının hiçbir şey hatırlamasına gerek yoktur.
Her şey otomatiktir.
MIT
Built by @vibeeval
No custom model. No custom API. Just good engineering.
.codex/
config.toml
.cursor/
rules/
agent-development.mdc
general.mdc
hook-development.mdc
security.mdc
skill-development.mdc
testing.mdc
.github/
dependabot.yml
ISSUE_TEMPLATE/
bug_report.yml
config.yml
feature_request.yml
PULL_REQUEST_TEMPLATE.md
workflows/
claude-fix.yml
claude-review.yml
validate.yml
.gitignore
.npmignore
.opencode/
config.toml
agents/
AGENTS.md
a11y-expert.md
agentica-agent.md
ai-engineer.md
api-designer.md
api-doc-generator.md
api-gateway-expert.md
api-versioning-expert.md
arbiter.md
architect.md
aws-expert.md
azure-expert.md
babel.md
backend-dev.md
benchmark.md
browser-agent.md
build-error-resolver.md
business-analyst.md
canary-deploy-expert.md
catalyst.md
chaos-engineer.md
clean-arch-expert.md
code-generator.md
code-reviewer.md
commander.md
community-manager.md
compass.md
compliance-expert.md
config-validator.md
contract-testing-expert.md
copywriter.md
coroner.md
cost-tracker.md
cqrs-expert.md
data-analyst.md
data-modeler.md
data-pipeline-expert.md
database-reviewer.md
ddd-expert.md
dependency-auditor.md
dependency-graph-analyzer.md
dependency-tracker.md
designer.md
devops.md
doc-updater.md
document-generator.md
documentation-architect.md
e2e-runner.md
elasticsearch-expert.md
event-sourcing-expert.md
feature-flag-expert.md
frontend-dev.md
gcp-expert.md
go-build-resolver.md
go-reviewer.md
graph-analyst.md
graphql-expert.md
growth.md
grpc-expert.md
harvest.md
herald.md
i18n-expert.md
incident-commander.md
incident-responder.md
janitor.md
kafka-expert.md
kotlin-expert.md
kraken.md
kubernetes-expert.md
liaison.md
load-tester.md
log-analyzer.md
maestro.md
mcp-manager.md
memory-extractor.md
micro-frontend-expert.md
migration-planner.md
migrator.md
mocksmith.md
monetization-expert.md
mongodb-expert.md
mutation-tester.md
neuron.md
nexus.md
nitro.md
oauth-expert.md
oracle.md
pathfinder.md
paywall-planner.md
phoenix.md
plan-reviewer.md
planner.md
profiler.md
project-manager.md
prometheus-expert.md
psyche.md
python-reviewer.md
qa-engineer.md
redis-expert.md
refactor-cleaner.md
release-engineer.md
replay.md
reputation-engine.md
resource-manager.md
review-agent.md
sast-scanner.md
schema-validator.md
scout.md
scribe.md
security-analyst.md
security-reviewer.md
self-learner.md
sentinel.md
seo-specialist.md
service-mesh-expert.md
session-replay-analyzer.md
shipper.md
sleuth.md
spark.md
spectre.md
strategist.md
surveyor.md
swarm-optimizer.md
swift-expert.md
tdd-guide.md
tech-lead.md
tech-radar.md
technical-writer.md
template-engine.md
terraform-expert.md
test-architect.md
tracing-expert.md
validate-agent.md
vault.md
vector-db-expert.md
verifier.md
web-perf-expert.md
website-cloner.md
websocket-expert.md
ARCHITECTURE.md
assets/
gif1-numbers.gif
gif2-pipeline.gif
gif3-swarm.gif
gif4-hooks.gif
gif5-bigpicture.gif
social-preview.png
tapes/
gif1-numbers.tape
gif2-pipeline.tape
gif3-swarm.tape
gif4-hooks.tape
gif5-bigpicture.tape
bin/
cli.mjs
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
docker/
crawl4ai/
docker-compose.yml
docs/
codex-setup.md
mcp-integrations.md
README_AR.md
README_DE.md
README_ES.md
README_FR.md
README_HI.md
README_IT.md
README_JA.md
README_KO.md
README_NL.md
README_PT.md
README_RU.md
README_ZH.md
hooks/
dist/
achievement-tracker.mjs
agent-memory-loader.mjs
agent-memory-saver.mjs
agent-observer.mjs
agent-tuner.mjs
anti-rationalization.mjs
arch-context-inject.mjs
bash-audit-log.mjs
canavar-cli.mjs
canavar-cross-review.mjs
canavar-error-broadcast.mjs
canavar-skill-tracker.mjs
canavar-subagent-tracker.mjs
changelog-on-release.mjs
compiler-in-the-loop-stop.mjs
compiler-in-the-loop.mjs
credential-deny.mjs
daemon-client.mjs
dashboard-ws-emitter.mjs
dream-consolidator.mjs
edit-context-inject.mjs
epistemic-reminder.mjs
file-claims.mjs
graph-indexer.mjs
handoff-index.mjs
impact-refactor.mjs
import-error-detector.mjs
import-validator.mjs
instinct-cli.mjs
instinct-consolidator.mjs
instinct-loader.mjs
intent-classifier.mjs
magic-doc-tracker.mjs
magic-doc-updater.mjs
mcp-discovery.mjs
memory-awareness.mjs
memory-graph.mjs
model-router.mjs
palace-auto-save.mjs
palace-recall.mjs
passive-learner.mjs
path-rules.mjs
plan-tracker.mjs
plugin-registry.mjs
post-edit-diagnostics.mjs
pre-compact-continuity.mjs
pre-tool-use-broadcast.mjs
prompt-improver.mjs
sast-on-edit.mjs
session-analytics.mjs
session-banner.mjs
session-compressor.mjs
session-end-cleanup.mjs
session-outcome.mjs
session-register.mjs
session-start-continuity.mjs
session-start-dead-code.mjs
session-start-recall.mjs
session-start-tldr-cache.mjs
signature-helper.mjs
skill-activation-prompt.mjs
skill-compounder.mjs
skill-curator.mjs
skill-validation-prompt.mjs
smart-memory-recall.mjs
smart-search-router.mjs
statusline-writer.mjs
subagent-stop-learner.mjs
tamagotchi-engine.mjs
tldr-context-inject.mjs
tldr-read-enforcer.mjs
token-tracker.mjs
transcript-parser.mjs
typescript-preflight.mjs
hooks.json
package-lock.json
package.json
src/
__tests__/
credential-deny.test.ts
frontmatter.test.ts
hook-health.test.ts
model-router.test.ts
plugin-check.test.ts
project-identity.test.ts
sast-on-edit.test.ts
session-id.test.ts
task-detector.test.ts
vibeco-cli.test.ts
achievement-tracker.ts
agent-memory-loader.ts
agent-memory-saver.ts
agent-observer.ts
agent-tuner.ts
anti-rationalization.ts
arch-context-inject.ts
bash-audit-log.ts
canavar-cli.ts
canavar-cross-review.ts
canavar-error-broadcast.ts
canavar-skill-tracker.ts
canavar-subagent-tracker.ts
changelog-on-release.ts
compiler-in-the-loop-stop.ts
compiler-in-the-loop.ts
credential-deny.ts
daemon-client.ts
dashboard-ws-emitter.ts
dream-consolidator.ts
edit-context-inject.ts
epistemic-reminder.ts
file-claims.ts
graph-indexer.ts
handoff-index.ts
impact-refactor.ts
import-error-detector.ts
import-validator.ts
instinct-cli.ts
instinct-consolidator.ts
instinct-loader.ts
intent-classifier.ts
magic-doc-tracker.ts
magic-doc-updater.ts
mcp-discovery.ts
memory-awareness.ts
memory-graph.ts
model-router.ts
palace-auto-save.ts
palace-recall.ts
passive-learner.ts
path-rules.ts
plan-tracker.ts
plugin-registry.ts
post-edit-diagnostics.ts
pre-compact-continuity.ts
pre-tool-use-broadcast.ts
prompt-improver.ts
sast-on-edit.ts
session-analytics.ts
session-banner.ts
session-compressor.ts
session-end-cleanup.ts
session-outcome.ts
session-register.ts
session-start-continuity.ts
session-start-dead-code.ts
session-start-recall.ts
session-start-tldr-cache.ts
shared/
context-budget.ts
db-utils-pg.ts
github-bridge.ts
hook-health.ts
hook-profiler.ts
log-rotation.ts
notify.ts
opc-path.ts
plugin-check.ts
project-identity.ts
resource-reader.ts
session-id.ts
statusline.ts
task-detector.ts
types.ts
signature-helper.ts
skill-activation-prompt.ts
skill-compounder.ts
skill-curator.ts
skill-validation-prompt.ts
smart-memory-recall.ts
smart-search-router.ts
statusline-writer.ts
subagent-stop-learner.ts
tamagotchi-engine.ts
tldr-context-inject.ts
tldr-read-enforcer.ts
token-tracker.ts
transcript-parser.ts
typescript-preflight.ts
tsconfig.json
vitest.config.ts
install-codex.sh
install-cursor.sh
install-remote.sh
install.sh
LICENSE
magic-docs/
prompt.md
marketplace.json
package.json
plugin.json
profiles/
all.json
backend.json
devops.json
frontend.json
... 1008 moreShowing a partial view of a very large repo.
© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic