oracle

Bundle prompts with selected files and directories for AI models.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of providing code context to AI models, enabling them to understand and act upon your codebase more effectively, reducing the need for manual context-switching and lengthy explanations.

Core Features & Use Cases

  • Context Bundling: Packages prompts with relevant files and directories for AI consumption.
  • Engine Flexibility: Supports both API-based and browser-based execution for different AI models and workflows.
  • Session Management: Allows for long-running tasks and reattachment to ongoing AI sessions, preventing data loss and redundant work.
  • Use Case: Debugging a complex issue by providing the AI with specific source files, error logs, and project structure to get targeted solutions.

Quick Start

Use the oracle skill to preview the token count for the files in the src directory with the task 'refactor this code'.

Frequently Asked Questions about oracle

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

FAQPage Schema
How do I provide code context to an AI model for debugging?

To provide code context to an AI model, you can bundle prompts with selected files and directories into a single request. This method enables context-aware responses by packaging your source files and logs together for the AI to analyze.

Can I use GPT and Gemini models to analyze my codebase?

Yes, you can use GPT and Gemini models to analyze your codebase. The system supports both API-based and browser-based execution for various AI models, allowing flexible workflows depending on your available engine access.

What is the best way to manage long-running AI code analysis sessions?

The best way to manage long-running AI code analysis sessions is using built-in session management features. This allows you to reattach to ongoing AI sessions, preventing data loss and avoiding redundant work during complex tasks.

How do I preview token counts for source files before sending an AI prompt?

You can preview token counts for source files by bundling your selected files and directories with your task prompt. This preview functionality helps you understand the context size before submitting the request to the AI model.

Does prompt templating work with file globbing for code context?

Yes, prompt templating works with file globbing to streamline code context bundling. You can use glob patterns to select specific files and directories, then apply templated prompts to generate targeted, context-aware AI requests.

Why do I need to bundle files for AI code analysis instead of pasting code?

Bundling files for AI code analysis streamlines the process of providing structured code context, reducing manual context-switching. It enables AI models to understand and act upon your codebase more effectively than pasting lengthy, unstructured explanations.