oracle-apex-object-lock

oracle-apex-object-lock is a skill for Codex from andre-simplifica/oracle-apex-ai-skills. It costs 53 tokens per session (890 once invoked), scanned A, original, MIT.

A set of instructions and database scripts for coordinating edits to shared Oracle development objects. It uses a cooperative lock so developers can avoid changing the same versioned PL/SQL or other supported objects at once.

In plain words
What is it for?
Use it to inspect, install, upgrade, audit, validate, retain, uninstall, and enforce object locking in a shared Oracle development schema.
Why use it?
It helps prevent conflicting edits and provides installation checks, auditing, retention, validation, and guarded removal for the locking system.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to inspect, install, upgrade, audit, validate, retain, uninstall, and enforce object locking in a shared Oracle development schema.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andre-simplifica/oracle-apex-ai-skills/oracle-apex-object-lock
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-object-lock
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-object-lock

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/andre-simplifica/oracle-apex-ai-skills/oracle-apex-object-lock"><img src="https://agentmods.dev/badge/skills/andre-simplifica/oracle-apex-ai-skills/oracle-apex-object-lock.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 890 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00053 $0.00890
Opus 5 $0.00026 $0.00445
Sonnet 5 $0.00011 $0.00178
Haiku 4.5 $0.00005 $0.00089

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

Security

Grade A, and why

oracle-apex-object-lock 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 11d 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-object-lock/SKILL.md · 86 lines

How it starts

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

Oracle APEX Object Lock

Coordinate changes to live, versioned database objects in a shared DEV schema. This skill ships the table, indexes, views, package, audit, installation, validation, retention, and guarded uninstall scripts required by the runtime.

Determine Runtime State

Read installation.md, then run the read-only assets/database/audit-installation.sql through the project's approved SQLcl connection.

Classify the result:

  • INSTALLED: all required objects are valid and the runtime version is compatible.
  • ABSENT: none of the required objects exists.
  • PARTIAL: only part of the runtime exists or an object is invalid.
  • INCOMPATIBLE: the package exists but does not expose the required runtime version.

Do not assume that copying this skill installed database objects. The file installation and the DEV runtime installation are separate operations.

Install or Upgrade

Database installation is a mutation. Obtain explicit authorization and confirm the DEV connection before running:

@.agents/skills/oracle-apex-object-lock/assets/database/install.sql

The installer is idempotent: rerunning it preserves compatible existing data, creates missing pieces, applies known metadata upgrades, replaces the package specification/body, and validates the runtime. Do not run it in TEST or PROD merely because the skill is present there.

After installation, run audit-installation.sql again. Record the status in the task closeout; never store a password or connection string in the project profile.

Lock Workflow

Follow workflow.md for every supported object that will be changed in shared DEV:

  1. Refresh and validate the Git base.
  2. Inspect active and recent locks.
  3. Acquire the lock before editing or compiling.
  4. Assert ownership immediately before every compilation or create or replace.
  5. Renew long-running locks.
  6. Release the lock with the final repository SHA or an abandonment reason.

Read the full file on GitHub · 86 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. 11d ago First seen · 86 lines · 53 tokens per session scan A 2a5e4b8ac644

Subscribe to this mod's changes

oracle-apex-object-lock is a skill published in the GitHub repository andre-simplifica/oracle-apex-ai-skills (20 stars, last pushed 18d ago), licensed MIT. It adds 53 tokens to every session and 890 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.

Related

Other skills, from other repositories

similarity-search-patterns

Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance.

foryourhealth111-pixel/Vibe-Skills · 30 tokens

nebula-logger-purging-and-retention

Use this skill when the user wants to configure how long Nebula Logger keeps log records before deleting or archiving them. Covers retention date semantics on Logc, the LogBatchPurger batch job, LogBatchPurgeScheduler, purge action values, and how to tune retention per user, profile, or scenario.

jongpie/NebulaLogger · 79 tokens

ddia-systems

Design data systems by understanding storage engines, replication, partitioning, transactions, and consistency models. Use when the user mentions "database choice", "which database should I use", "SQL or NoSQL", "replication lag", "partitioning strategy", "consistency vs availability", "stream processing", "ACID…

wondelai/skills · 138 tokens

database-patterns

DB schema design and query tuning: normalization, indexing, N+1, transactions, EXPLAIN. Triggers: schema, index, slow query, N+1, PostgreSQL, MySQL, EXPLAIN, deadlock, query plan.

softspark/ai-toolkit · 55 tokens

migration-patterns

Zero-downtime DB migrations: expand-contract, double-write, backfill, blue-green. Triggers: migration, schema change, backfill, ALTER TABLE, online DDL.

softspark/ai-toolkit · 41 tokens

migrate

Run/create DB migrations (Alembic, Prisma, Laravel, Django, Flyway, Drizzle); checks backup. Triggers: apply migration, rollback, generate migration.

softspark/ai-toolkit · 38 tokens