oracle

Bundle prompts and selected repository files into a single contextual request.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oracle helps you bundle your prompts and selected repository files into a single contextual request so AI models can consider code and docs in one pass.

Core Features & Use Cases

  • File attachment: attach files, directories, and globs to form the payload for your prompts.
  • Session-aware runs: save and reattach to long-running prompts for iterative tasks.
  • Engine selection & dry-runs: choose browser or API paths and preview payloads before execution.

Quick Start

Start by selecting a tight file set and run oracle with a short prompt to generate a contextual answer.

Frequently Asked Questions about oracle

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

FAQPage Schema
How do I bundle repository files into a single AI prompt?

To bundle repository files into an AI prompt, you attach selected files, directories, and globs to form a single contextual payload. This allows the AI model to consider code and documentation together in one pass for code context or task-specific guidance.

Can I save and resume long-running AI prompts for iterative coding tasks?

Yes, you can save and resume long-running AI prompts using session-aware runs. This session management feature lets you reattach to existing contextual requests, enabling iterative task execution without losing your previous repository file selections.

Does this workflow support both browser and API runs for generating code context?

Yes, engine selection supports both browser and API paths for generating code context. You can choose your execution path and preview the bundled payload with dry-runs before execution to ensure reproducible and safe AI runs.

What is the best way to select specific code files for an AI contextual request?

The best way to select specific code files is by using file attachment controls to attach files, directories, and globs. Choosing a tight file set ensures the AI receives only the necessary repository content for generating accurate explanations.

How do I preview a prompt payload before sending it to an AI model?

You preview a prompt payload before sending it to an AI model by using the dry-runs feature. Dry-runs allow you to check the bundled files and prompts to ensure safe executions and reproducible results.

When should I not bundle entire directories into an AI prompt?

You should avoid bundling entire directories when the repository content is too large, as it may exceed the AI model's context limits. Instead, select a tight file set using specific file attachments and globs to ensure safe executions.