Operational Handbook
System Architecture
OmniRule is not a simple wrapper. It is a stateful orchestration layer that manages context, enforces quality gates, and dispatches specialist agents to solve complex engineering problems.
Installation
Deploy the OmniRule fleet to your local environment in seconds.
$ curl -fsSL https://omnirule.ai/install.sh | bash -s -- --opencode01
Clone the Repository
git clone https://github.com/mikailustuner/OmniRule.git
02
Install Dependencies
npm install
03
Initialize Fleet
./install.sh --opencode
Skill Detection
OmniRule automatically detects your tech stack to load relevant skills. Supported indicators include:
next.config.js
tailwind.config.js
schema.prisma
tsconfig.json
Dockerfile
package.json
Command Registry
/orchestrate
The primary entry point. Decomposes any high-level task and dispatches specialists.
/extract
Reverse-engineers any live URL into design tokens and logic maps.
/tdd
Enforces the Red-Green-Refactor loop. Writing tests before code is mandatory.
/security
Runs a deep audit of the codebase, checking for auth leaks and OWASP vulnerabilities.