V2.1.0 Operational: Fleet Expanded

Engineering
Omnipresence

Deploy high-fidelity agent fleets that think, code, and secure like senior engineers. The mandatory orchestration layer for the AI-first era.

View Specs
curl -fsSL https://mikailustuner.github.io/OmniRule/install.sh | bash

The Specialist Fleet

OmniRule doesn't just "chat". It dispatches precise engineering personas coordinated by a Chief Orchestrator.

11 Agents
16 Skills
@chief

Orchestrator

Main entry point. Routes tasks to the right specialists.

@system

Architect

High-level system design and refactoring strategy.

@tester

QA Specialist

Red-Green-Refactor expert. Ensures 100% test coverage.

@data

Migrator

Handles schema evolution and safe data transitions.

Capability Showcase

See how OmniRule handles complex engineering workflows autonomously.

Full-Stack Scaffolding

"Build a SaaS boilerplate with Next.js, Prisma, and Stripe." The system dispatches the Architect to define the schema, then the Frontend Ops for components, and the Migrator for DB setup.

/orchestrateAgent: Architect

Legacy Refactoring

"Migrate this legacy React component to TypeScript and Tailwind." The QA Specialist writes tests first, then the Architect refactors, ensuring 0% regression.

/refactorAgent: QA

Expert Skills

Pre-loaded knowledge modules that give agents professional context.

nextjs-expert
tailwind-expert
prisma-expert
typescript-expert
docker-patterns
security-review
omnirule — bash — 80x24
/orchestrate "Build a premium dashboard with authentication"
[ORCHESTRATOR] Task received: Dashboard + Auth
[DISPATCH] → architect (Strategic Planning)
[DISPATCH] → security-officer (Auth Pattern Audit)
... loading clean-architecture skill ...
Architect is drafting system blueprint...
Blueprint generated: dashboard-v1
- Layout: App Shell
- State: Zustand
- Auth: NextAuth.js
- DB: PostgreSQL