oracle

Bundle project source code and prompts into a unified context for AI analysis.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/tedtv1007-ctrl/milk-skills-library --skill oracle-tedtv1007-ctrl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/tedtv1007-ctrl/milk-skills-library/tree/main/oracle
Command: npx skills add https://github.com/tedtv1007-ctrl/milk-skills-library --skill oracle-tedtv1007-ctrl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @steipete/oracle.

What problem does it solve?

This skill solves the problem of providing AI models with sufficient, relevant project context without exceeding token limits or missing critical file dependencies.

Core Features & Use Cases

  • Intelligent Bundling: Automatically aggregates prompts and relevant source files into a single, high-signal payload for deep analysis.
  • Session Management: Supports long-running tasks by allowing users to detach from and reattach to specific analysis sessions.
  • Use Case: When debugging a complex architectural issue across multiple files, use this skill to bundle the relevant codebase and prompt the AI to generate a comprehensive patch plan.

Quick Start

Use the oracle skill to analyze the current directory with the prompt to identify potential memory leaks in the codebase.

Frequently Asked Questions about oracle

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

FAQPage Schema
How do I bundle project source code for AI debugging across multiple files?

You can bundle project source code for AI debugging by aggregating relevant files and prompts into a single high-signal payload. This approach ensures the AI model receives sufficient context without exceeding token limits or missing critical file dependencies.

What's the best way to provide AI models with relevant code context for refactoring?

Providing AI models with relevant code context for refactoring is best achieved through intelligent bundling. This automatically aggregates prompts and source files into a unified payload, facilitating deep architectural analysis and precise modification planning.

Does the oracle CLI support long-running architectural review sessions?

Yes, the oracle CLI supports long-running architectural review sessions through session management. You can detach from specific analysis sessions and reattach later, allowing you to manage complex software engineering tasks over extended periods.

Can I use this approach to identify memory leaks in my codebase?

Yes, you can use this approach to identify memory leaks by analyzing your current directory with a targeted prompt. The bundled context provides the AI with the necessary project scope to detect potential memory leak issues accurately.

How does bundling code context handle engine-specific API execution?

Bundling code context handles engine-specific API execution by utilizing the oracle CLI to manage file globbing and session persistence. This ensures the unified payload is correctly processed through either API or browser-based execution methods.