oracle

Bundle prompts with selected files for contextual AI model runs.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN --skill oracle-dakshrawat298-gif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN/tree/main/packages/skills/skills/oracle
Command: npx skills add https://github.com/dakshrawat298-gif/SOL-ALPHA-GUARDIAN --skill oracle-dakshrawat298-gif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oracle CLI bundles your prompt with selected files to provide context to another model, enabling more accurate analysis and decisions.

Core Features & Use Cases

  • Prompt + file bundling for contextual AI reviews
  • Engine and session management for browser or API runs
  • Flexible file attachments with glob patterns and dry-run token previews

Quick Start

Install the oracle CLI and start a one-shot prompt with your project files.

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 file context for AI code reviews?

You can attach selected project files to your prompt using glob patterns, providing the AI model with necessary repository context for accurate code reviews and analysis. This allows the model to process your code with full file awareness.

Can I preview token costs before running a prompt with file attachments?

Yes, you can preview token costs using the dry-run feature before executing a prompt with file attachments. This calculates the expected token consumption of your bundled prompt and files without making an actual API or browser engine call.

Does the CLI support session management for browser and API engines?

Yes, the CLI supports session management across both browser and API engines. This allows you to maintain continuous execution states and manage prompt runs seamlessly whether you are using a browser interface or an API backend.

What is the best way to provide repository context to another AI model?

The best way to provide repository context is bundling your prompt with selected files from your project. This file attachment pattern gives the target model direct access to relevant code, enabling richer and more accurate AI responses for analysis tasks.

How do I attach files using glob patterns when running a prompt?

You attach files using flexible glob patterns to specify which project files to bundle with your prompt. This allows you to precisely target and include relevant code files for repository analysis or code review tasks across browser or API engines.

Are there limitations when using file context bundling for large repositories?

When bundling file context for large repositories, limitations depend on the target model's token limits. Using the dry-run token cost preview helps you anticipate and manage these constraints before executing the prompt across browser or API engines.