oracle

Bundle prompts with selected files and directories for AI model context.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines complex development tasks by bundling prompts with relevant code and documentation, enabling AI models to provide context-aware solutions and insights.

Core Features & Use Cases

  • Contextual Code Analysis: Provides AI with specific code files and directories for accurate analysis and problem-solving.
  • Prompt Engineering: Guides users on crafting effective prompts with project context for better AI responses.
  • Use Case: Debugging a complex issue by providing the AI with the relevant source files, error logs, and project structure to pinpoint the root cause and suggest a fix.

Quick Start

Use the oracle skill to preview the token count for a dry run of the prompt "Refactor the user authentication module" targeting 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 relevant code files as context for AI prompt engineering?

You can bundle prompts with selected files and directories to provide AI models with context for code analysis. This approach supports prompt engineering by attaching relevant source files, error logs, and project structure to generate accurate debugging solutions.

What is the best way to debug complex code issues using AI context?

The best way to debug complex code issues using AI context is to bundle the relevant source files, error logs, and project structure with your prompt. This allows the AI to pinpoint the root cause and suggest an accurate fix based on the provided context.

Do I need a CLI tool to bundle project files for AI code analysis?

Yes, you need a CLI tool to bundle project files for AI code analysis. The execution requires the 'oracle' CLI tool to manage file attachment patterns, session management, and prompt templating for both API and browser engines.

Can I preview token counts before sending a large prompt with attached files?

Yes, you can preview token counts by performing a dry run of your prompt. This allows you to estimate the context size for tasks like refactoring a module, ensuring your selected files and directories fit within the AI model's limits.

How does file attachment pattern matching work for project context?

File attachment pattern matching works by allowing you to target specific files and directories for AI context while excluding others. You can attach all files in a source directory, exclude test files, and bundle them with prompts using session management features.