oracle

Bundle prompts with selected files and directories for AI analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of getting AI-powered insights and assistance by bundling prompts with relevant code and documentation, ensuring the AI has the necessary context to provide accurate and actionable advice.

Core Features & Use Cases

  • Contextual Prompting: Bundles prompts with selected files and directories for rich context.
  • Engine Flexibility: Supports both API-based and browser-based AI engines.
  • Session Management: Allows reattaching to long-running or detached sessions for complex tasks.
  • Use Case: When debugging a complex issue in your codebase, use Oracle to bundle your prompt, the relevant source files, and error logs, allowing the AI to analyze the problem with full context and suggest a fix.

Quick Start

Use the oracle skill to preview the token count for a task by running oracle --dry-run summary -p "<task>" --file "src/**".

Frequently Asked Questions about oracle

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

FAQPage Schema
How do I bundle source files and prompts for AI code debugging?

You bundle source files and directories with your prompt for AI code debugging by passing file paths like "src/**" to ensure the AI receives the full context needed to analyze problems and suggest fixes.

Can I use both API and browser-based AI engines for contextual code analysis?

Yes, you can use both API and browser-based AI engines for contextual code analysis. This engine flexibility allows you to choose your preferred AI backend for tasks like documentation analysis and problem-solving.

What is contextual prompting and how does it help with documentation analysis?

Contextual prompting is the process of bundling prompts with selected files and directories. It helps with documentation analysis by providing the AI with rich context, resulting in more accurate and actionable advice for your codebase.

How do I preview token count before sending a large codebase to an AI assistant?

To preview the token count before sending a large codebase, you run a dry-run command with your task prompt and file paths. This estimates the token usage so you can manage your context window effectively.

How do I reattach to a long-running AI session for complex problem-solving?

You can reattach to a long-running or detached AI session using built-in session management features. This allows complex problem-solving tasks to continue running in the background while you resume them later.

Does this approach work for analyzing error logs alongside my source code?

Yes, this approach works for analyzing error logs alongside source code. By bundling your prompt, relevant source files, and error logs together, the AI can analyze the issue with full context and suggest a targeted fix.