oracle-apex-dev

oracle-apex-dev is a skill for Codex from andre-simplifica/oracle-apex-ai-skills. It costs 64 tokens per session (1,846 once invoked), scanned A, original, MIT.

A set of instructions for developing applications with Oracle APEX 24.2 or newer. Oracle APEX is a platform for building web applications with Oracle Database, including screens, reports, database code, and integrations.

In plain words
What is it for?
Use it when building or changing APEX pages, regions, reports, Dynamic Actions, PL/SQL, REST integrations, scheduled jobs, or application help.
Why use it?
It provides a traceable way to follow project conventions, check the environment, validate changes, and apply security safeguards during APEX work.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

Good fit Use it when building or changing APEX pages, regions, reports, Dynamic Actions, PL/SQL, REST integrations, scheduled jobs, or application help.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andre-simplifica/oracle-apex-ai-skills/oracle-apex-dev
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 andre-simplifica/oracle-apex-ai-skills --skill oracle-apex-dev
Clone the repo
git clone --depth 1 https://github.com/andre-simplifica/oracle-apex-ai-skills

Made for: 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-apex-dev

README.md
[![agentmods](https://agentmods.dev/badge/skills/andre-simplifica/oracle-apex-ai-skills/oracle-apex-dev/github.svg)](https://agentmods.dev/skills/andre-simplifica/oracle-apex-ai-skills/oracle-apex-dev)
Your own site
<a href="https://agentmods.dev/skills/andre-simplifica/oracle-apex-ai-skills/oracle-apex-dev"><img src="https://agentmods.dev/badge/skills/andre-simplifica/oracle-apex-ai-skills/oracle-apex-dev/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-apex-dev

Your own site · 80×15
<a href="https://agentmods.dev/skills/andre-simplifica/oracle-apex-ai-skills/oracle-apex-dev"><img src="https://agentmods.dev/badge/skills/andre-simplifica/oracle-apex-ai-skills/oracle-apex-dev.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,846 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.00064 $0.01846
Opus 5 $0.00032 $0.00923
Sonnet 5 $0.00013 $0.00369
Haiku 4.5 $0.00006 $0.00185

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

Security

Grade A, and why

oracle-apex-dev 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 12d 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/oracle-apex-dev/SKILL.md · 99 lines

How it starts

The opening of the file, as written. The whole thing — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Oracle APEX DEV

Generic skill for working with supported Oracle APEX releases from 24.2 onward in a pragmatic, traceable, and low-risk way.

Layers

Always separate:

  • APEX core: workflow, SQLcl, Page Designer, Object Browser, PL/SQL, runtime validation, read-only exports, guardrails, and risk criteria.
  • Project profile: standards for the current application. This should live in the consuming project at .oracle-apex-ai/project-profile.md.
  • Learned application patterns: catalog of example pages, regions, templates, buttons, menus, breadcrumbs, dialogs, and packages. This should live in the consuming project at .oracle-apex-ai/app-patterns.md and .oracle-apex-ai/page-patterns/.

Do not put conventions from one specific application into this skill core.

Before Implementing

  1. Read current repository instructions (AGENTS.md, CLAUDE.md, README, or equivalent), if present.
  2. Read .oracle-apex-ai/project-profile.md, if present.
  3. When the request involves a new screen, visual flow, or UI pattern, read .oracle-apex-ai/app-patterns.md and the referenced example pages.
  4. Confirm environment, app id, workspace, schema, and the configured SQLcl connection before technical execution. Before query, compile, import, or export, verify both USER and SERVICE_NAME; do not continue on a plausible-but-unconfirmed connection.
  5. Inspect .oracle-apex-ai/installation-manifest.json and the object-lock section of the project profile.
  6. Confirm the live APEX version and run the managed compatibility validator before using any version-specific API or export behavior.
  7. If essential context is missing, state the limitation and ask or perform read-only inspection.

Essential Rules

  • Do not invent tables, columns, packages, procedures, APIs, pages, or business rules.
  • Use Page Designer for focused visual and functional APEX page changes.
  • Use SQLcl for queries, validation, PL/SQL compilation, metadata inspection, and read-only exports.
  • Use Object Browser as a fallback when SQLcl is unavailable or when the project requires the Builder UI.
  • Do not edit versioned APEX exports as the default implementation path; use them as functional reference.
  • Do not generate or refresh an official APEX/database export unless the user explicitly requests publication/export.
  • When changing versioned PL/SQL for implementation, bug fix, or test work, compile in DEV and validate errors unless the user or environment blocks it.
  • In a shared DEV schema, use oracle-apex-object-lock before editing or compiling every supported versioned database object. Acquire before editing, assert immediately before compilation, renew when needed, and release at closeout.
  • Treat one PACKAGE lock as covering both its specification and body.
  • Put table/structural DDL and reviewed DML in the two configured pending files before applying them. Never put APEX components or standalone package/view/trigger/routine/type/synonym source in pending.
  • When the user asks only for a plan, review, explanation, or direction, do not change the database without explicit authorization.
  • Runtime validation is required for any visual or functional screen change.
  • User-visible text must use business language and must not expose internal technical names.
  • Never store credentials, tokens, wallets, passwords, or secrets in versioned files.
  • Treat vibe coding as context-driven engineering: inspect first, follow standards, make small changes, validate runtime, and report risk clearly.
  • For destructive, security-sensitive, or production-affecting work, stop and follow the high-risk reference before acting.

Read the full file on GitHub · 99 lines

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. 12d ago First seen · 99 lines · 64 tokens per session scan A 2cce4c704a78

Subscribe to this mod's changes

oracle-apex-dev is a skill published in the GitHub repository andre-simplifica/oracle-apex-ai-skills (20 stars, last pushed 19d ago), licensed MIT. It adds 64 tokens to every session and 1,846 once invoked, about $0.0003 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-08-30.