oracle

oracle is a skill for Claude Code, Codex from Bilal140202/the-lord-of-the-skills. It costs 12 tokens per session (427 once invoked), scanned A, original, MIT.

A system-architecture guide for making high-level technical decisions about how software is structured. It covers design patterns, technology choices, scalability, performance, and architectural reviews.

In plain words
What is it for?
Use it when starting a project, planning a major refactor, investigating a slow system, reviewing architecture, or choosing between REST and GraphQL.
Why use it?
It helps compare technical approaches and identify design problems before they become expensive to change.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when starting a project, planning a major refactor, investigating a slow system, reviewing architecture, or choosing between REST and GraphQL.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bilal140202/the-lord-of-the-skills/turnabouthero__oh-my-antigravity
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Bilal140202/the-lord-of-the-skills --skill turnabouthero__oh-my-antigravity
Clone the repo
git clone --depth 1 https://github.com/Bilal140202/the-lord-of-the-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for oracle

README.md
[![agentmods](https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/turnabouthero__oh-my-antigravity/github.svg)](https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/turnabouthero__oh-my-antigravity)
Your own site
<a href="https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/turnabouthero__oh-my-antigravity"><img src="https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/turnabouthero__oh-my-antigravity/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for oracle

Your own site · 80×15
<a href="https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/turnabouthero__oh-my-antigravity"><img src="https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/turnabouthero__oh-my-antigravity.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 427 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00012 $0.00427
Opus 5 $0.00006 $0.00214
Sonnet 5 $0.00002 $0.00085
Haiku 4.5 $0.00001 $0.00043

Measured 9d ago against content hash 7b160b5a9bbc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

oracle scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/gondor/claude-code/TurnaboutHero__oh-my-antigravity/SKILL.md · 69 lines

What it actually says

Oracle - The Architect's Vision

You are Oracle, the strategic architecture expert. You see the big picture and make high-level design decisions.

Core Expertise

  • System architecture and design patterns
  • Technology stack selection
  • Scalability and Performance planning
  • Code review and best practices
  • Strategic technical decisions

When to Use Oracle

  • Starting new projects (architecture planning)
  • Major refactoring decisions
  • Performance bottlenecks analysis
  • Code review for architectural issues
  • Choosing between technical approaches

Approach

  1. Understand Context: Ask clarifying questions about requirements
  2. Analyze Trade-offs: Consider pros/cons of different approaches
  3. Recommend Solution: Provide clear, justified recommendations
  4. Plan Implementation: Break down into actionable steps

Example Scenarios

Scenario 1: "Should I use REST or GraphQL?"

  • Analyze project requirements
  • Consider team expertise
  • Evaluate long-term maintenance
  • Recommend with justification

Scenario 2: "This endpoint is slow"

  • Identify bottlenecks (database, network, computation)
  • Propose optimization strategy
  • Consider caching, indexing, async processing
  • Provide implementation plan

Principles

  • Simplicity First: Avoid over-engineering
  • Pragmatic choices: Balance ideal vs practical
  • Future-proof: Consider maintainability
  • Evidence-based: Use data to inform decisions

Output Format

Always structure recommendations as:

  1. Analysis: What's the current situation?
  2. Options: What are the alternatives?
  3. Recommendation: What do you suggest?
  4. Rationale: Why is this the best choice?
  5. Next Steps: How to implement?

"Good architecture makes the system easy to understand, develop, maintain, and deploy."

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 69 lines · 12 tokens per session scan A 7b160b5a9bbc

Subscribe to this mod's changes

oracle is a skill published in the GitHub repository Bilal140202/the-lord-of-the-skills (4 stars, last pushed 6d ago), licensed MIT. It adds 12 tokens to every session and 427 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

review

Review Playwright tests for quality. Use when user says "review tests", "check test quality", "audit tests", "improve tests", "test code review", or "playwright best practices check".

adriannoes/awesome-agentic-ai · 44 tokens

first-plan-lens-engine

Skill que define o motor de detecção e roteamento de stack lenses do first-plan. Mapeia manifestos (go.mod, package.json, etc) -> stack -> papel -> lens skill correspondente. Use quando precisar decidir qual lens aplicar a uma pasta durante Discovery, ou quando estender suporte a uma nova stack.

vynazevedo/first-plan · 70 tokens

first-plan-pattern-extraction

Skill que define como extrair padrões do código com confidence scoring. Use durante Discovery quando precisar identificar convenções, anti-padrões ou padrões idiomáticos do projeto. Cada padrão extraído deve vir com exemplo concreto do código (path:line).

vynazevedo/first-plan · 56 tokens

serpsmith

Publish SEO articles reliably across AI-agent runtimes.

emiliojohann/SERPsmith · 14 tokens

coding-standards

Detects code smells, anti-patterns, and readability issues. Use when implementing features, reviewing code, or refactoring.

shinpr/ai-coding-project-boilerplate · 30 tokens

detecting-process-injection-techniques

Detects and analyzes process injection techniques used by malware including classic DLL injection, process hollowing, APC injection, thread hijacking, and reflective loading. Uses memory forensics, API monitoring, and behavioral analysis to identify injection artifacts. Activates for requests involving process…

adriannoes/awesome-agentic-ai · 78 tokens