smithery.ai

oracle

Parallelized multi-agent critique system using Gemini, Copilot, Claude, and Codex. Decomposes complex engineering tasks into specialized domains and synthesizes a single authoritative report.

First seen Mar 19, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents codex

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,428 B
  • docs SUMMARY.md 205 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 18 installs

SKILL.md

Oracle Intelligence Layer

Use this skill to get a deep, multi-model analysis of your code, plans, or architecture.

Workflow

  1. Provide a prompt or a file to analyze.
  2. Oracle automatically determines if it needs code context.
  3. It decomposes the task into 4 specialized expert domains.
  4. It synthesizes the findings into a prioritized Master Report.

Usage

# General usage
~/.codex/skills/oracle/scripts/oracle.sh -p "<prompt>"

# Implementation/Refactor (forces code context)
~/.codex/skills/oracle/scripts/oracle.sh --research -p "Refactor auth.ts"

# Fast path (single model)
~/.codex/skills/oracle/scripts/oracle.sh --simple -p "Explain this regex"

# Apply fixes found in the report
~/.codex/skills/oracle/scripts/oracle.sh --apply -p "Fix bugs in main.py"

Configuration

Overrides can be set in ~/.codex/oracle.json or via environment variables:

  • ORACLEGEMINIMODEL
  • ORACLECOPILOTMODEL
  • ORACLECLAUDEMODEL
  • ORACLECODEXMODEL

Model Selection

  • Primary: gemini-3-pro-preview (Synthesis), gpt-5.1 (Copilot), sonnet (Claude), gpt-5.2 (Codex).
  • All tools run in non-interactive mode with auto-approval for seamless CLI integration.