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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the problem of needing deeper, more comprehensive AI analysis for complex code tasks like architectural reviews, security audits, or understanding large codebases. It provides extended reasoning time and powerful models, allowing you to offload heavy analytical lifting and gain insights beyond standard AI capabilities.

Core Features & Use Cases

  • Powerful AI Consultation: Accesses more capable AI models for in-depth analysis, offering insights into complex system designs or intricate code patterns.
  • Asynchronous Operation: Start a query and continue other work, reattaching later for results, ensuring your workflow remains uninterrupted.
  • Extensive Context Handling: Accepts large file sets via glob patterns for comprehensive reviews across entire directories or specific modules.
  • Use Case: Conduct a full security audit on your authentication module, identifying SQL injection vulnerabilities and suggesting precise fixes, all while you work on other tasks.

Quick Start

Use the oracle skill to perform a security audit on the 'src/auth' directory, looking for SQL injection vulnerabilities. Provide the vulnerable code, attack vector, and recommended fix for each finding.