oracle

Bundle prompts and selected files into a single contextual request.

Updated May 18, 2022
One-click install
npx skills add https://github.com/kendreaditya/.config --skill oracle-kendreaditya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/kendreaditya/.config/tree/main/claude/skills/oracle
Command: npx skills add https://github.com/kendreaditya/.config --skill oracle-kendreaditya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oracle bundles your prompt plus a curated set of files into a single contextual request so the model can reason with real project context during analysis.

Core Features & Use Cases

  • Prompt+File Bundling: Combine your task description with relevant source files, docs, and tests to improve answer quality.
  • Flexible File Selection: Use --file patterns to include or exclude files, with sensible defaults that skip large or sensitive directories.
  • Session & Delivery: Manage stored sessions and choose between browser or API execution modes for long-running analyses.
  • Use Case: Diagnose a bug by bundling the related code and tests and running in a browser-backed session to get contextual guidance.

Quick Start

Select a tight set of files and run oracle with a task prompt to start a browser-based analysis session.

Frequently Asked Questions about oracle

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

FAQPage Schema
How do I bundle source code files with a prompt for AI model analysis?

To bundle source code files with a prompt for AI model analysis, combine your task description and relevant files into a single contextual request using file selection patterns, allowing the model to reason with real project context.

Can I include or exclude specific files when bundling prompts for a code repository?

Yes, you can include or exclude specific files when bundling prompts by using file patterns. Sensible defaults automatically skip large or sensitive directories to curate the request payload.

What is the best way to manage long-running AI analysis sessions over a codebase?

Managing long-running AI analysis sessions over a codebase is best handled by storing sessions and choosing between browser or API execution modes, ensuring sustained contextual reasoning over files and history.

Does prompt bundling work with both browser and API execution modes?

Prompt bundling works with both browser and API execution modes. You can choose your preferred delivery method to run analyses, satisfying integration with the oracle CLI for flexible session management.

How do I preview the files included in a bundled prompt request?

You can preview the files included in a bundled prompt request by running a dry-run. This allows you to verify your file selections and exclude patterns before sending the contextual request to the model.