What problem does it solve?
This Skill helps users understand and effectively utilize the oracle CLI tool for bundling prompts with files, managing different execution engines, and handling sessions for complex tasks.
Core Features & Use Cases
- Prompt + File Bundling: Learn how to combine your natural language prompts with relevant code files for context-aware AI interactions.
- Engine and Session Management: Understand how to choose between API and browser engines, and how to manage long-running sessions.
- File Attachment Patterns: Discover best practices for including and excluding files using glob patterns.
- Use Case: When debugging a complex issue in a large codebase, use
oracle to provide the AI with the specific files related to the bug, along with a detailed prompt, to get accurate and context-aware suggestions.
Quick Start
Use the oracle CLI to preview the token count for a task by running oracle --dry-run summary -p "<task>" --file "src/**" --file "!**/*.test.*".