oracle

Bundle prompts with selected files into a single request for model reasoning.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/frankhli843/gemmahermes --skill oracle-frankhli843
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/frankhli843/gemmahermes/tree/main/skills/oracle
Command: npx skills add https://github.com/frankhli843/gemmahermes --skill oracle-frankhli843

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oracle CLI bundles prompts and selected project files into a single, context-rich request so models can reason with repository context and deliver actionable results, reducing manual prep and context-switching.

Core Features & Use Cases

  • Prompt + file bundling: Create a single payload that includes the task description and relevant repository files.
  • Engine + session control: Manage backends, engines, and persistent sessions for reproducible runs.
  • Guided workflows: Step-by-step prompts and safe execution patterns for browser or API backends.

Quick Start

Provide a task description and the files to include, then run oracle to generate a context-rich, actionable result.

Frequently Asked Questions about oracle

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

FAQPage Schema
How do I bundle CLI prompts with repository files for model context?

Prompt and file bundling combines your task description and selected project files into a single context-rich request payload. This allows models to reason with full repository context and deliver actionable results without manual prep.

What is a CLI prompt bundling workflow for reproducible model executions?

A CLI prompt bundling workflow packages prompts and files into a one-shot request using controlled engines and persistent sessions. This mechanism ensures reproducible executions across browser or API backends for long-running tasks.

Can I manage persistent sessions and switch between browser and API backends?

Yes, you can manage persistent sessions and control backends through engine and session control features. This supports switching between browser and API backends to handle long-running tasks safely and reproducibly.

Does prompt bundling work for long-running tasks across different backends?

Prompt bundling supports long-running tasks by using guided workflows and safe execution patterns across browser or API backends. This setup ensures clear prompts and reproducible executions across different environments.

How do I generate a context-rich actionable result from selected project files?

Provide a task description and the files to include, then run the command to generate a context-rich, actionable result. The system bundles the prompt and selected repository files into a single one-shot request for the model.