omnigent-ai

29 mods across 1 repository, 9.5k stars between them.

omnigent-ai/omnigent

Skill Claude CodeCodex

Spin up a live local Omnigent server + runner and exercise the native Antigravity (agy) TUI harness (antigravity-native) end-to-end — launch the real agy CLI via omnigent antigravity, drive turns through the web UI, smoke-test, and bug-bash. Load when developing, testing, or debugging the antigravity-native harness…

9.5k yesterday E 170 tokens original Apache-2.0

omnigent-ai/omnigent

Skill Claude CodeCodex

Spin up a live local Omnigent server and exercise the Antigravity (Gemini) SDK harness end-to-end — build antigravity agents, run real turns, smoke-test, and bug-bash. Load when developing, testing, or debugging the antigravity harness (omnigent/inner/antigravityexecutor.py, antigravityharness.py…

9.5k yesterday C 106 tokens original Apache-2.0

cli-setup-verify

03

omnigent-ai/omnigent

Skill Claude CodeCodex

Verify the Omnigent CLI's setup/onboarding flow, terminal UI/UX, and critical user journeys in a completely isolated, reproducible loop. Drives the real omnigent binary through a PTY (pexpect) inside a throwaway OMNIGENTCONFIGHOME / OMNIGENTDATADIR sandbox that never touches the user's real /.omnigent, captures…

9.5k yesterday E 176 tokens original Apache-2.0

copilot-sdk-e2e-dev

04

omnigent-ai/omnigent

Skill Claude CodeCodex

Spin up a live local Omnigent server and exercise the GitHub Copilot SDK harness end-to-end — build copilot agents, run real turns, smoke-test, and bug-bash. Load when developing, testing, or debugging the copilot harness (omnigent/inner/copilotexecutor.py, copilotharness.py, omnigent/onboarding/copilotauth.py) or its…

9.5k yesterday C 95 tokens original Apache-2.0

cursor-sdk-e2e-dev

05

omnigent-ai/omnigent

Skill Claude CodeCodex

Spin up a live local Omnigent server and exercise the Cursor SDK harness end-to-end — build cursor agents, run real turns, smoke-test, and bug-bash. Load when developing, testing, or debugging the cursor harness (omnigent/inner/cursorexecutor.py, cursorharness.py, cursorauth.py) or its auth / model / tool-bridge…

9.5k yesterday C 83 tokens original Apache-2.0

omnigent-ai/omnigent

Skill Claude CodeCodex

Reference guide for building new Omnigent harness integrations — covers SDK/subprocess harnesses and native harnesses as separate tracks, each with their own feature matrix, implementation patterns, and prioritized checklist.

9.5k yesterday A 45 tokens original Apache-2.0

pi-native-e2e-dev

07

omnigent-ai/omnigent

Skill Claude CodeCodex

Spin up a live local Omnigent server + runner and exercise the native Pi TUI harness (pi-native) end-to-end — launch the real pi CLI via omnigent pi, drive turns through the web/bridge, smoke-test, and bug-bash. Load when developing, testing, or debugging the pi-native harness (omnigent/inner/pinativeexecutor.py…

9.5k yesterday E 118 tokens original Apache-2.0

polly-e2e-dev

08

omnigent-ai/omnigent

Skill Claude CodeCodex

End-to-end test the polly multi-agent coding orchestrator's critical user journeys (CUJs). Two halves — a deterministic mock-LLM driver (pollycuj.py) that boots a throwaway local server + mock LLM and asserts the substrate (boot, bridged sys tool dispatch, the blastradius / spawnbounds / headlesssubagentpurposeguard…

9.5k yesterday E 180 tokens original Apache-2.0

run-load-test

09

omnigent-ai/omnigent

Skill Claude CodeCodex

Run the Omnigent load test and produce a results file explaining the latencies. Load when the user wants to load-test / stress-test / benchmark Omnigent under concurrency ("load test omnigent", "stress test the server", "how many hosts/sessions/turns can it handle", "load test real agent turns / conversations", "run a…

9.5k yesterday A 168 tokens original Apache-2.0

omnigent-ai/omnigent

Instructions file GitHub Copilot

Instructions for omnigent-ai/omnigent, covering copilot code review instructions, e2e test requirement, backend test coverage and frontend test coverage.

9.5k yesterday A 788 tokens original Apache-2.0

omnigent AGENTS.md

11

omnigent-ai/omnigent

Instructions file CodexOpenCode

Instructions for omnigent-ai/omnigent, covering agent guidance, committing, local development shortcuts, pull requests and finishing a task.

9.5k yesterday B 979 tokens original Apache-2.0

omnigent CLAUDE.md

12

omnigent-ai/omnigent

Instructions file

Instructions for omnigent-ai/omnigent, a project described as: Omnigent is an open-source AI agent framework and meta-harness: orchestrate Claude Code, Codex, Cursor, Pi, and custom agents — swap harnesses without rewriting, enforce policies and sandboxing, and collaborate in real time from any device.

9.5k yesterday A 3 tokens copy · 100% Apache-2.0

omnigent-ai/omnigent

Skill Claude CodeCodex

Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug the stack on a host they already have, or extend the stack…

9.5k yesterday A 84 tokens original Apache-2.0

debate

14

omnigent-ai/omnigent

Skill Claude CodeCodex

Have the Claude and GPT partners critique each other's answers across a configurable number of rounds (default 1) before converging on a synthesis. Use when the user wants the two perspectives stress-tested against each other, not just shown side by side.

9.5k yesterday A 52 tokens original Apache-2.0

deep-research

15

omnigent-ai/omnigent

Skill Claude CodeCodex

Procedure for answering a question with a thorough, cross-checked, cited web-research report using the Keenable search + fetch tools.

9.5k yesterday A 31 tokens original Apache-2.0

cross-review

16

omnigent-ai/omnigent

Skill Claude CodeCodex

Verify an implementer's diff with an INDEPENDENT, different-vendor sub-agent (diff plus contract only); turn blocking issues into fix-tasks and loop until clean.

9.5k yesterday A 37 tokens original Apache-2.0

fanout

17

omnigent-ai/omnigent

Skill Claude CodeCodex

Run independent subtasks in parallel — one git worktree and one implementation sub-agent per task, each opening its own PR — then cross-review every PR. polly never merges; the human does.

9.5k yesterday A 43 tokens original Apache-2.0

investigate

18

omnigent-ai/omnigent

Skill Claude CodeCodex

Delegate read-only investigation, debugging, audit, search, or code-understanding tasks to sub-agents; synthesize only from their structured reports.

9.5k yesterday A 32 tokens original Apache-2.0

api-docs

19

omnigent-ai/omnigent

Skill Claude CodeCodex

Document a module or public API surface (functions, classes, CLI commands, endpoints) from the code itself. Use when the user asks for API reference, to document a module, or to write usage docs for a public interface.

9.5k yesterday A 50 tokens original Apache-2.0

changelog

20

omnigent-ai/omnigent

Skill Claude CodeCodex

Turn a range of commits or merged PRs into a changelog entry grouped by change type. Use when the user asks for release notes, a changelog, or "what changed" between two points.

9.5k yesterday A 44 tokens original Apache-2.0

migration-guide

21

omnigent-ai/omnigent

Skill Claude CodeCodex

Turn a breaking change (an API rename, removed flag, changed default, or moved module) into concrete upgrade steps with before/after examples. Use when the user asks how to migrate, upgrade, or adapt to a breaking change.

9.5k yesterday A 50 tokens original Apache-2.0

security-audit

22

omnigent-ai/omnigent

Skill Claude CodeCodex

Audit a codebase or directory for security issues (hardcoded secrets, injection, unsafe deserialization, weak crypto, authz gaps) and produce a structured findings report. Use when the user asks for a security review, an audit, or to check code for vulnerabilities. Report only — never fix.

9.5k yesterday A 64 tokens original Apache-2.0

build-omnigent

23

omnigent-ai/omnigent

Skill Claude CodeCodex

Patterns and templates for generating valid Omnigent agent directories. Load when ready to create files.

9.5k yesterday A 24 tokens original Apache-2.0

detect-framework

24

omnigent-ai/omnigent

Skill Claude CodeCodex

Detect Python agent frameworks from code imports and map them to Omnigent executor types. Load when the user has existing agent code to integrate.

9.5k yesterday A 31 tokens original Apache-2.0