
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
33-agent AI software agency framework for Claude Code, Cursor, and Gemini CLI. Orchestrates specialized agents for SaaS Engineering, Cybersecurity (Red Team), McKinsey PPT Design, Spatial CAD/GIS, and PhD Research. Features Caveman & Graphify token-saving
Zeoel-AI is a production-grade, multi-agent SaaS software engineering agency. Instead of single, fragile LLM prompts that lose context, Zeoel-AI coordinates a complete team of 33 specialized agents (UX designers, database architects, systems engineers, security auditors, QA engineers, etc.) to brainstorm, plan, build, and verify entire software projects automatically.
Quick Start • The 4-Phase Pipeline • Smart Model Routing • Optimization Protocols • 33-Agent Roster • CLI Reference • User Manual
"Traditional AI coding assistants struggle with complexity because a single model prompt is asked to be the architect, developer, tester, and security auditor simultaneously. Zeoel-AI decouples these roles. It translates a product brief into a granular sprint roadmap and dispatches specialized sub-agents with dedicated skill bindings. Every piece of code is written via strict TDD, reviewed by security agents, and validated by QA—saving thousands in tokens and preventing bugs before they reach production."
Install the package globally via npm:
npm install -g zeoel-ai
Navigate to any new or existing codebase directory, and run the configuration wizard:
cd your-project
zeoel
The wizard will:
claude, opencode, codex, agy, qwen, mimo).frontend/, backend/, docs/, .worktrees/).zeoel.config.json configuration and setup local script shims under .zeoel/.Open .zeoel/start.md in your text editor, write your product prompt inside the markdown comment block, and run:
# macOS / Linux
.zeoel/commands/start.sh
# Windows
.zeoel\commands\start.cmd
Zeoel-AI enforces a strict software delivery pipeline with file-based checkpoints at every phase boundary.
THE ZEOEL-AI ORCHESTRATION PIPELINE
[ Phase 1: Brainstorm ] ──> [ Phase 2: Sprint Plan ] ──> [ Phase 3: Execute (TDD) ] ──> [ Phase 4: Verify & Ship ]
│ │ │ │
v v v v
• Gohar (CEO) Leads • granular task breakdowns • Strict red-green-refactor • QA & Security audits
• Capability verification • auto-generated scripts • isolative file-edits • snapshot release branches
• output: PROJECT_BRIEF.md • output: docs/sprint-N/ • Graphify context isolation • output: done.md
zeoel-brainstorm).zeoel/questions/questions.md. The user answers in .zeoel/answers/answers.md to finalize constraints.PROJECT_BRIEF.md (detailed specification) and docs/brainstorm/summary.md.zeoel-sprint-planner)docs/sprint-N/tasks/task_K.sh./graphify . --wiki
docs/sprint-N/plan.md, docs/sprint-N/progress.md, and docs/sprint-N/deferred.md.zeoel-dispatch)feature/sprint-N).frontend/ or backend/ directories.PROJECT_BRIEF.md and incrementally update codebase context with /graphify . --update.docs/sprint-N/done.md, and creates a runnable worktree archive in .worktrees/sprint-N.Zeoel-AI maps agent capabilities to specific LLM models via zeoel.config.json. Mappings can be fully customized by the user:
{
"primary_engine": "claude",
"available_engines": {
"claude": {
"path": "/usr/local/bin/claude",
"models": ["claude-3-5-sonnet", "claude-3-opus", "claude-3-5-haiku"]
},
"opencode": {
"path": "/usr/local/bin/opencode",
"models": ["deepseek-v4-pro", "qwen3.7-max", "deepseek-v4-flash"]
}
},
"model_mapping": {
"primary_design_brain": { "engine": "agy", "model": "claude-3-opus" },
"design_polish_ux_review": { "engine": "agy", "model": "claude-3-5-sonnet" },
"frontend_builder": { "engine": "mimo", "model": "mimo-v2.5-pro" },
"primary_security_reviewer": { "engine": "codex", "model": "gpt-5.5" },
"primary_backend_builder": { "engine": "opencode", "model": "deepseek-v4-pro" },
"fast_bug_fixing": { "engine": "opencode", "model": "deepseek-v4-flash" }
}
}
If a mapping is omitted, Zeoel-AI falls back to Complexity-Tier Auto-Routing:
deepseek-v4-flash, claude-3-5-haiku).claude-3-5-sonnet, qwen3.7-max).claude-3-opus, gpt-5.5).Before dispatching a task, Zeoel-AI queries the semantic knowledge graph:
/graphify query "auth middleware and database connection"
This isolates exact code boundaries and dependencies, delivering up to 71.5x input token savings by preventing agents from reading unrelated files.
Instructs sub-agents to communicate in a highly compressed, telegraphic syntax:
Zeoel-AI organizes agents into specialized departments. You can view the full capabilities in AGENTS.md.
| Agent | Role | Specialty | Primary Skills (⭐) |
|---|---|---|---|
| Gohar | CEO & Orchestrator | Roadmap, Sprints, Codebase Checkpoints | zeoel, caveman, graphify |
| Zainab | Product Manager | Agile backlog, User Stories, Retros | project-flow-ops, product-lens |
| Maryam | SaaS Ops Specialist | Metric-driven analytics, Business models | saas-ops |
| Agent | Role | Specialty | Primary Skills (⭐) |
|---|---|---|---|
| Mahdi | Product Designer | UX wireframes, User flows, accessibility audits | frontend-design, seo |
| Mustafa | Visual Director | WebGL, GSAP, interactive animations | frontend-design, ui-ux-pro-max, threejs-webgl |
| Hasan | CSS Craftsman | Container queries, Transitions, Flex/Grid layouts | css-container-queries, tailwindcss-v4 |
| Agent | Role | Specialty | Primary Skills (⭐) |
|---|---|---|---|
| Karar | Sr. Frontend Engineer | Next.js, Radix primitives, Tailwind | nextjs-turbopack, test-driven-development |
| Anas | React Developer | Vite SPAs, Zustand client state | vite-patterns, frontend-design, caveman, graphify |
| Noor | shadcn/UI Craftsman | Radix UI primitives, design token bindings | shadcn-ui-patterns, radix-ui-primitives |
| Amina | Vue/Nuxt Architect | Vue 3 composition, Nuxt 4 SSR | vue3-composition-patterns, nuxt4-patterns |
| Hassan | Bootstrap Builder | SCSS styling, Bootstrap 5 dashboards | bootstrap-patterns, frontend-design |
| Agent | Role | Specialty | Primary Skills (⭐) |
|---|---|---|---|
| Tariq | Backend Engineer | Laravel, PostgreSQL, APIs, Stripe integration | laravel-patterns, test-driven-development |
| Abbas | Python Developer | Django, FastAPI, async task queues | python-patterns, test-driven-development |
| Bilal | Systems Engineer | Go, Rust, C++ high-performance services | go-patterns |
| Yusuf | Enterprise Java | Spring Boot, Quarkus, microservices | java-patterns |
| Fatima | Data Architect | Postgres schemas, OLAP, ClickHouse, ML | postgres-patterns, python-patterns |
| Agent | Role | Specialty | Primary Skills (⭐) |
|---|---|---|---|
| Abdullah | Flutter Developer | Multi-platform Flutter, Riverpod, Dart | dart-flutter-patterns |
| Zayd | React Native Developer | Expo, Native modules, JavaScript | react-native-best-practices |
| Layla | iOS Developer | SwiftUI, Swift Concurrency, native iOS | swift-patterns |
| Hamza | Android Developer | Kotlin, Jetpack Compose, native Android | kotlin-patterns |
| Agent | Role | Specialty | Primary Skills (⭐) |
|---|---|---|---|
| Hamid | Security Auditor | OWASP audits, EVM auditing, Pen testing | claude-red, trailofbits-auditing |
| Muhammad | QA Lead | Unit, Integration, E2E playbooks | e2e-testing, test-driven-development |
| Ali | DevOps Engineer | CI/CD pipelines, Docker, Cloud orchestration | deployment-patterns |
| Ibrahim | AI Architect | Multi-agent frameworks, custom MCP servers | mcp-patterns, self-evolution |
| Agent | Role | Specialty | Primary Skills (⭐) |
|---|---|---|---|
| Khadija | Healthcare Expert | HIPAA, FHIR integrations, compliance | healthcare-compliance |
| Salman | Web3 & Smart Contracts | Solidity, EVM protocols, DeFi mechanics | solidity-patterns, trailofbits-auditing |
| Zara | Technical SEO Expert | JSON-LD, PageSpeed, metadata audits | seo, seo-growth |
| Farhan | Growth Marketer | CRO, Landing page copy, funnel mapping | growth-marketing, seo-growth |
| Taha | Slides & PPT Designer | McKinsey HTML decks, Chart.js templates | ppt-mckinsey, ckm:slides |
| Sami | GIS & Spatial Designer | PostGIS, GeoJSON, parametric architecture | computational-architecture, postgres-patterns |
| Yahya | Research Scientist | Scientific literature, empirical analysis | empirical-research, deep-research |
| Sajjad | Systematic Debugger | Log trace, stack trace, bug resolution | systematic-debugging, error-handling |
| Baqir | Technical Writer | OpenAPI specs, developer docs, wiki mapping | zeoel-codebase-knowledge, api-design |
# Launch workspace initialization / configuration wizard
zeoel
# List all discovered agents in current registry
zeoel agent list
# Inspect a specific agent's prompt, skills, and configuration
zeoel agent inspect karar-frontend
# Execute a dry-run task for a specific agent
zeoel agent run karar-frontend "Design responsive navbar"
# Execute a live task with real LLM calls
zeoel agent run karar-frontend "Design responsive navbar" --live
# Execute a live task using deepseek model on opencode engine
zeoel agent run karar-frontend "Design responsive navbar" --live --engine opencode -m deepseek-v4-pro
MIT © Gohar Abbas
FAQs
33-agent AI software agency framework for Claude Code, Cursor, and Gemini CLI. Orchestrates specialized agents for SaaS Engineering, Cybersecurity (Red Team), McKinsey PPT Design, Spatial CAD/GIS, and PhD Research. Features Caveman & Graphify token-saving
We found that zeoel-ai demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.