What problem does it solve?
This Skill helps developers get accurate answers by providing AI models with the necessary context from their codebase, overcoming the limitations of LLMs not having direct access to project files.
Core Features & Use Cases
- Contextual Prompting: Bundles prompts with selected files (including directories and globs) into a single request for an LLM.
- Codebase Awareness: Enables AI to understand and reason about specific code files, improving the quality of generated code, explanations, and debugging.
- Use Case: When debugging a complex issue, you can use Oracle to send the relevant source files and error messages to an AI, allowing it to provide targeted solutions based on your actual code.
Quick Start
Use the oracle CLI to preview the token count for a task involving all files in the src directory, excluding test files.