oracle

Bundle user prompts with selected project files for AI code generation.

1|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Dbillionaer/wholesaile --skill oracle-dbillionaer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/Dbillionaer/wholesaile/tree/main/skills/oracle
Command: npx skills add https://github.com/Dbillionaer/wholesaile --skill oracle-dbillionaer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of providing relevant code context to AI models, enabling more accurate and efficient code generation, debugging, and analysis by bundling prompts with file selections.

Core Features & Use Cases

  • Contextual Prompting: Bundles prompts with selected files for AI models to understand repository context.
  • Efficient Workflow: Guides users on best practices for using the oracle CLI, including previewing token usage, selecting files, and managing sessions.
  • Use Case: When debugging a complex issue, use this Skill to provide the AI with the specific files involved, error messages, and your attempted solutions, leading to targeted and effective suggestions.

Quick Start

Use the oracle CLI to preview the token count for a task involving all files in the src directory, excluding test files.

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 for debugging, you can bundle your prompt with specific project files and error messages. This approach enables the AI to understand your repository context and generate targeted suggestions for complex issues.

What is the best way to manage token usage when prompting an LLM with source files?

Managing token usage when prompting an LLM involves previewing the token count before submitting your request. You can use a CLI tool to select specific files and exclude unnecessary ones to optimize the prompt size.

Can I use a CLI tool to bundle prompts with selected repository files?

Yes, you can use a CLI tool to bundle prompts with selected repository files. This contextual prompting method guides the AI to process relevant code context for tasks like refactoring and feature implementation.

How do I select specific files for AI-driven code generation without including test files?

To select specific files for AI-driven code generation while excluding test files, use your CLI tool's file selection features. You can target directories like src and explicitly exclude test files from the prompt bundle.

Do I need a specific CLI tool to bundle project context for prompt engineering?

Yes, this prompt engineering workflow requires the oracle CLI tool. It facilitates AI-driven code understanding by managing file selection, previewing token usage, and bundling your prompts with the relevant project context.

Why does providing project context improve AI code analysis and refactoring?

Providing project context improves AI code analysis and refactoring by allowing the model to understand the repository structure. Bundling relevant files with your prompt streamlines the process and leads to more accurate code generation.