plugins marketplace
← All plugins

oracle

v1.0.0

Ask the Oracle (GPT-5.2 with deep reasoning) strategic technical questions. Read-only advisor for architecture, security, and complex debugging.

Claude Code1 skill

by Andreas AsprouMIT0updated 7 months ago

Source

git clone https://github.com/andreasasprou/oracle-skill

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

oracle/
├── .claude-plugin/plugin.json
└── skills/oracle/SKILL.md

Skills1

oracleskills/oracle/SKILL.md

Ask the oracle (GPT-5.2 with deep reasoning) strategic technical questions. Use for architecture decisions, complex debugging, security analysis, or when you need a second expert opinion. Supports background execution for long-running queries.

Manifests1

.claude-plugin/plugin.json
{
  "name": "oracle",
  "description": "Ask the Oracle (GPT-5.2 with deep reasoning) strategic technical questions. Read-only advisor for architecture, security, and complex debugging.",
  "version": "1.0.0",
  "author": {
    "name": "Andreas Asprou"
  },
  "homepage": "https://github.com/andreasasprou/oracle-skill",
  "repository": "https://github.com/andreasasprou/oracle-skill",
  "license": "MIT",
  "keywords": [
    "oracle",
    "gpt-5.2",
    "codex",
    "reasoning",
    "advisor"
  ]
}