oracle

Bundle prompts and selected files into a single oracle CLI task.

9|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/hongmaple0820/agent-academy --skill oracle-hongmaple0820
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/hongmaple0820/agent-academy/tree/main/skills/tool-development/oracle
Command: npx skills add https://github.com/hongmaple0820/agent-academy --skill oracle-hongmaple0820

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Oracle CLI bundles prompts and file payloads into a single task to improve contextual accuracy.

Core Features & Use Cases

  • Prompt+File Bundling: Combine prompts with the exact set of files needed for a task to preserve context.
  • Session & Engine Management: Manage stored sessions and select engines for browser or API-assisted workflows.
  • Use Case: When reviewing a codebase, bundle the relevant source files and run a browser-backed analysis to get contextual recommendations.

Quick Start

Use oracle to bundle a small file set and run a browser-assisted task with a saved session.

Frequently Asked Questions about oracle

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

FAQPage Schema
How do I bundle prompts with selected files for a CLI task?

To bundle prompts with selected files for a CLI task, this workflow consolidates text prompts and exact file payloads into a single task. This preserves repository context to improve the accuracy of browser-augmented answers.

What is the best way to include repository context in browser-assisted code review?

The best way to include repository context in browser-assisted code review is bundling relevant source files and prompts together. This technique sends the exact codebase payload to the engine, yielding highly contextual recommendations.

Do I need to configure engines before running a browser-augmented development task?

Yes, you need to configure engines before running a browser-augmented development task. The workflow requires properly configured engines, active session handling, and respected file attachment patterns to execute CLI tasks successfully.

How does session management work when debugging with a CLI workflow?

Session management for CLI debugging works by managing stored sessions to maintain continuity across browser or API-assisted workflows. This allows you to select specific engines and resume tasks without losing prior context.

Can I use this prompt bundling approach for API-assisted workflows?

Yes, you can use this prompt bundling approach for API-assisted workflows. The CLI applies session handling and file attachment patterns to combine prompts and file payloads, working effectively for both browser and API-driven development.