adt

Export, inspect, and deploy Oracle Database objects and APEX applications via CLI.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/jkvetina/ADT.ai --skill adt-jkvetina
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adt
Source: https://github.com/jkvetina/ADT.ai/tree/main/SKILLS/adt
Command: npx skills add https://github.com/jkvetina/ADT.ai --skill adt-jkvetina

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates the complexity of managing Oracle database and APEX application exports, providing a standardized, safe, and repeatable interface for deployment tasks.

Core Features & Use Cases

  • Automated Exports: Streamline the export of database objects, APEX applications, and seed data into Git-friendly formats.
  • Dependency Analysis: Query the object dependency graph to safely assess the impact of database changes before they are applied.
  • Validation & Search: Validate APEXlang source code and search through Git commit history to restore specific file versions without needing a live database connection.

Quick Start

Use the adt skill to export all database objects changed in the last seven days using the silent mode for clean output.

Frequently Asked Questions about adt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export Oracle Database objects and APEX applications from the command line?

You can export Oracle Database objects and APEX applications via a command-line interface that automates extracting database objects, APEX apps, and seed data into Git-friendly formats for safe deployment.

What is the best way to check database object dependencies before deploying Oracle changes?

Query the object dependency graph to check database object dependencies before deploying Oracle changes. This allows you to safely assess the impact of database changes before they are actually applied to the environment.

Can I search Git commit history to restore APEX application files without a live database connection?

Yes, you can search through Git commit history to restore specific file versions without a live database connection. This allows offline validation and retrieval of historical APEX application source code states.

Do I need a configured project environment to manage Oracle deployment workflows?

Yes, a configured project environment is required to manage Oracle deployment workflows. This environment handles database connections, export paths, and commit history caches necessary for executing exports and historical searches.

How does APEXlang source validation work during the deployment process?

APEXlang source validation inspects and validates your source code directly during the deployment process. This ensures the APEX application code is syntactically correct and safe before integrating into the final Git-based deployment workflow.