oracle

Bundle prompts with attached files into one-shot AI requests.

4|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/bitan-del/gods-eye --skill oracle-bitan-del
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/bitan-del/gods-eye/tree/main/skills/oracle
Command: npx skills add https://github.com/bitan-del/gods-eye --skill oracle-bitan-del

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oracle CLI bundles prompts with selected files into one "one-shot" request so another model can answer with repository context, enabling quick, contextual AI-assisted tasks.

Core Features & Use Cases

  • Bundled prompts with attached files for context-rich runs
  • Deterministic, session-backed executions across browser and API engines
  • Manage attachments, engines, and file scope for scalable AI-assisted tasks

Quick Start

Run oracle with a focused file set and a quickstart prompt to begin a stored session and guided task.

Frequently Asked Questions about oracle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bundle prompts with attached files for context-rich AI responses?

You can bundle prompts with attached files to produce context-rich AI responses by selecting a focused file set and executing a one-shot request. This packages your prompt and repository context together so the model can answer with direct awareness of your code and data.

What is the best way to manage persistent sessions across browser and API engines?

Managing persistent sessions across browser and API engines requires a session-backed execution approach. This stores your engine selection and file scope state, allowing deterministic, repeatable AI-assisted tasks without losing context between separate interactions.

Can I use CLI prompt bundling for both code and documentation tasks?

Yes, CLI prompt bundling applies to code, docs, and data tasks across browser and API engines. It safely attaches relevant files to your prompt, allowing the model to generate contextual responses for diverse software engineering workflows.

Does prompt and file bundling support safe attachment patterns for repository context?

Prompt and file bundling supports safe attachment patterns by limiting the file scope to a focused set. This ensures the AI engine only processes the explicitly selected repository files, maintaining secure and deterministic context boundaries.

How do I start a stored session with a focused file scope?

To start a stored session, run the CLI with a focused file set and a quickstart prompt. This initiates a stored, deterministic session backed by your selected engine, applying guided task execution with your chosen file attachments.

Why does my AI response lack repository context during API engine runs?

AI responses lack repository context during API engine runs when prompts are not bundled with attached files. Applying prompt and file bundling ensures the engine receives the necessary file scope and session persistence to generate context-aware answers.