oracle

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines complex AI interactions by intelligently bundling prompts with relevant files, ensuring models have the necessary context to provide accurate and actionable advice for coding and other tasks.

Core Features & Use Cases

  • Contextual Bundling: Combines prompts with selected files and directories for rich context.
  • Engine Flexibility: Supports both API and browser-based execution engines.
  • Session Management: Allows reattachment to long-running or detached sessions.
  • Use Case: Debugging a complex bug in a large codebase by providing the AI with specific source files and error messages to pinpoint the issue and suggest a fix.

Quick Start

Use the oracle skill to preview the token count for a task involving all files in the src directory.

Frequently Asked Questions about oracle

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

FAQPage Schema
How do I provide file context to an AI model for coding tasks?

To provide file context for coding tasks, you can bundle prompts with selected files and directories, ensuring the AI model understands your codebase. This approach combines your natural language instructions with relevant source code for accurate, context-aware responses.

Can I use browser-based AI engines with bundled file context?

Yes, browser-based AI engines are supported alongside API engines for context-aware tasks. You can execute your bundled prompts and files using either engine type, offering flexibility in how you interact with the AI model.

Do I need to install the oracle CLI binary to bundle prompts with files?

Yes, the oracle CLI binary is required to operate this context bundling functionality. You must install the CLI tool to select directories, preview token counts, and manage your AI sessions effectively.

How do I reattach to a detached AI coding session?

You can reattach to a detached AI coding session using the built-in session management feature. This allows you to reconnect to long-running tasks and continue your complex coding workflows without losing previous context.

What is the best way to debug a complex bug using AI context?

The best way to debug a complex bug is bundling error messages with specific source files into the AI prompt. Providing this rich context allows the model to pinpoint the issue in your large codebase and suggest an actionable fix.

How do I preview token count for source files before sending to an AI?

You can preview the token count for source files by selecting a directory like src and running the context bundling command. This helps estimate context size and manage prompt limits before sending the bundled data to the AI model.