
super-oracle
A second-opinion oracle for coding agents, powered by Sakana Fugu Ultra via codex-fugu. Cross-agent skill packaged as a Codex/Claude plugin.
Install with your AI
Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.
Install and set up super-oracle (claude-plugin project) into my current project. Found on https://claudeers.com/super-oracle Repo: https://github.com/parlance-labs/super-oracle Homepage/docs: — Detected install method: claude-plugin → /plugin install super-oracle@parlance-labs/super-oracle Category: plugins. Platforms: cli, api. Read the repo's README for exact setup and env vars, then install it and wire it into my project. Claudeers Health Verdict: active; community-verified: false. Confirm the source before running anything.
/plugin marketplace add parlance-labs/super-oracle /plugin install super-oracle@parlance-labs/super-oracle
git clone https://github.com/parlance-labs/super-oracle
// compatibility
| Platforms | cli, api |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | MIT |
| Pricing | open-source |
| Language | Shell |
Super Oracle
A second-opinion oracle for coding agents, powered by Claude Fable in
ultracode mode through the Claude Code
CLI.
It ships as a skill (works in any agent with a shell) packaged as a plugin for Codex and Claude Code.
Prerequisites
- Claude Code installed and authenticated.
- Claude Code 2.1.203 or newer, which supports
--model fableand--effort ultracode. - A first-party Claude subscription session (
claude auth login). Super Oracle ignoresANTHROPIC_API_KEYand never falls back to Anthropic API credits. claudeon thePATHof the process running your agent. GUI-launched agents may not inherit the samePATHas your shell.
Verify the dependency before installing:
claude --version
printf 'Reply READY\n' | claude --dangerously-skip-permissions -p --effort ultracode --model fable
The wrapper always uses --dangerously-skip-permissions for unattended oracle
runs. Use it only in trusted working directories and review any emitted changes.
Install
Codex CLI
codex plugin marketplace add parlance-labs/super-oracle
codex plugin add super-oracle@parlance-labs
Claude Code
claude plugin marketplace add parlance-labs/super-oracle
claude plugin install super-oracle@parlance-labs
Or inside Claude Code: /plugin marketplace add parlance-labs/super-oracle
then /plugin install super-oracle@parlance-labs. Run /reload-plugins (or
restart Claude Code) to activate it.
Amp (or any agent that uses SKILL.md)
Point the agent at the bundled skill:
git clone https://github.com/parlance-labs/super-oracle
# add to ~/.config/amp/settings.json:
# "amp.skills.path": "/path/to/super-oracle/plugins/super-oracle/skills"
Or symlink plugins/super-oracle/skills/super-oracle into
~/.config/agents/skills/.
Use
Ask your agent to "use the super oracle" for a review, planning, debugging, or research task, or call the script directly:
plugins/super-oracle/skills/super-oracle/scripts/super-oracle.sh \
-o oracle-out.md briefing.md
The wrapper feeds the briefing to Claude over stdin, captures the final response
in -o, disables child skills to prevent recursive oracle calls, and avoids
persisting the child session. See reference/briefing-template.md for an
effective briefing.
Options
| Flag / env | Effect |
|---|---|
-o FILE | Where the answer is written (required). |
-C DIR | Working directory for the oracle. |
-n | Ignore configured MCP servers for this run. |
-p SECONDS | Progress heartbeat interval; 0 disables it. |
SUPER_ORACLE_PROGRESS_INTERVAL=SECONDS | Default heartbeat interval. |
SUPER_ORACLE_ARTIFACTS_DIR=DIR | Dedicated directory for supporting files. |
SUPER_ORACLE_DEBUG_FILE=FILE | Retain the Claude debug log for diagnostics. |
SUPER_ORACLE_REQUIRE_WORKFLOW=1 | Fail unless a dynamic Workflow subagent runs. |
Every run fixes the model to Fable and ultracode mode (xhigh plus dynamic
workflow orchestration). Hard calls can take minutes and use more tokens; the
wrapper prints progress to stderr without contaminating the answer. It fails
closed unless the debug stream confirms both Fable and ultracode's auto-mode
gate. Set SUPER_ORACLE_REQUIRE_WORKFLOW=1 when a caller specifically needs to
assert that a dynamic Workflow subagent ran.
License
MIT. See LICENSE.
// faq
What is super-oracle?
A second-opinion oracle for coding agents, powered by Sakana Fugu Ultra via codex-fugu. Cross-agent skill packaged as a Codex/Claude plugin.. It is open-source on GitHub.
Is super-oracle free to use?
super-oracle is open-source under the MIT license, so it is free to use.
What category does super-oracle belong to?
super-oracle is listed under plugins in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/super-oracle)
// retro hit counter
[](https://claudeers.com/super-oracle)
// reviews
// guestbook
// related in Claude Plugins
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explainin…
"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/
financial-services — a Claude ecosystem project on GitHub.