oracle

Bundle natural language prompts with project files for AI model consumption.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hummbl-dev/hummbl-agent --skill oracle-hummbl-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle
Source: https://github.com/hummbl-dev/hummbl-agent/tree/main/skills/oracle
Command: npx skills add https://github.com/hummbl-dev/hummbl-agent --skill oracle-hummbl-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of providing an AI with both a detailed prompt and relevant project files, enabling it to understand and act upon complex requests with full context.

Core Features & Use Cases

  • Contextual AI Interaction: Bundles prompts with specified files for AI processing, ensuring the AI has all necessary information.
  • Efficient Development Workflow: Ideal for tasks requiring code analysis, debugging, or generation within a specific project context.
  • Use Case: When seeking to refactor a specific module, you can use this Skill to bundle your prompt detailing the refactoring goals with the relevant source files, allowing the AI to provide accurate and context-aware code suggestions.

Quick Start

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

Frequently Asked Questions about oracle

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

FAQPage Schema
How do I bundle project files with a prompt for AI context?

You bundle project files with a prompt for AI context by combining natural language requests with specified source code paths. This ensures the AI model receives the necessary project context for accurate code generation and analysis.

How do I include specific files and exclude test files when generating AI code context?

To include specific files and exclude test files when generating AI code context, use glob patterns for file inclusion and exclusion. This filters irrelevant files and targets specific source directories for the AI prompt bundle.

Do I need a CLI tool installed to bundle prompts and files for LLM processing?

Yes, you need a CLI tool installed to bundle prompts and files for LLM processing. The functionality requires a specific command-line interface tool to manage session execution and file bundling operations.

Can I use prompt templating for complex code refactoring and debugging tasks?

Yes, you can use prompt templating for complex code refactoring and debugging tasks. Bundling detailed refactoring goals with relevant source files enables the AI to provide accurate and context-aware code suggestions.

Does AI context bundling work with both API and browser-based execution engines?

Yes, AI context bundling works with both API and browser-based execution engines. The system supports multiple execution environments alongside features for session management and prompt templating.

What is the best way to preview token count for project files before sending context to an AI model?

The best way to preview token count for project files before sending context to an AI model is to evaluate the bundled prompt and file payload. This manages context limits and ensures efficient AI processing.