#156 · Primary category: AI Coding Assistants
oracle
Ask the oracle when you're stuck. Invoke GPT-5 Pro with a custom context and files.
Project last updated:08/28/26
GitHub Stars
3.7K
Forks
380
Contributors
85
License
MIT
Why we included this project
Oracle is a command-line tool that bundles a prompt with the files you select and sends that context to a frontier model, so the review is grounded in your actual code rather than a summary you wrote by hand. It talks to providers through their APIs, or it can drive a signed-in ChatGPT or Gemini browser session if you would rather skip setting up API keys. Before anything reaches a model, a render mode prints the exact prompt and the numbered file contents locally, which is handy for checking what you would actually send. Responses are stored as sessions, so long runs finish in the background and can be replayed or continued with follow-ups, and a multi-model mode logs per-model usage and cost together with the output in a single run. Teams using coding agents like Claude Code, Codex, or Cursor can wire Oracle in through its MCP server and use it as a second opinion inside their existing workflow.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.