One-click install
npx skills add https://github.com/harivansh-afk/claude-code-vertical --skill oracle-harivansh-afk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/harivansh-afk/claude-code-vertical/tree/main/skill-index/skills/oracle
Command: npx skills add https://github.com/harivansh-afk/claude-code-vertical --skill oracle-harivansh-afk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides best practices for using the oracle CLI, including prompt design, file bundling, engine selection, and session management to streamline long-running AI tasks.

Core Features & Use Cases

  • Prompt design guidance: Clear patterns for composing robust prompts that work across engines and persisted sessions.
  • File bundling and attachments: Effective strategies for bundling and attaching files to oracle runs for context-rich results.
  • Session management: Workflows for starting, resuming, and tracking long-running oracle sessions across tasks and environments.

Quick Start

To try the oracle skill, install the CLI and run a basic help and sample workflow:

  • Install: npm i -g @steipete/oracle
  • Help: oracle --help
  • Sample: oracle --engine browser --model gpt-5.2-pro -p "<task>"

Frequently Asked Questions about oracle

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

FAQPage Schema
How do I manage long-running oracle CLI sessions across different tasks?

To manage long-running oracle CLI sessions, use established session management workflows for starting, resuming, and tracking interactions across tasks and environments. This skill provides patterns to maintain context in persistent scripts and docs.

What is the best way to bundle files for oracle CLI runs?

The best way to bundle files for oracle CLI runs is to apply effective file attachment strategies that provide context-rich results. This skill covers file bundling patterns to attach scripts and documents to your oracle prompts.

How do I design robust prompts that work across different oracle engines?

To design robust prompts for oracle engines, use clear composition patterns that function reliably across persisted sessions. This skill offers prompt design guidance to ensure your prompts perform consistently regardless of the selected engine.

Do I need a specific environment to use the oracle CLI for AI tasks?

You need an environment where you can install the oracle CLI via npm and run command-line tasks. This skill helps you optimize workflows within that environment, covering engine selection and file attachment patterns for your AI tasks.

Can I use script-based automation with oracle CLI sessions?

Yes, you can use script-based automation with oracle CLI sessions. This skill enables optional script-based automation by using YAML frontmatter in SKILL.md and the body as activation instructions for long-running assistant interactions.