adt-setup

Configure and validate ADT.ai runtime environment prerequisites and path variables.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves the complex configuration requirements for ADT.ai, ensuring that Python, Oracle Instant Client, SQLcl, and environment variables are correctly aligned to prevent runtime failures.

Core Features & Use Cases

  • Environment Health Check: Automatically validates system prerequisites and environment variables using the adtai doctor command.
  • Project Bootstrapping: Quickly scaffolds project configurations and directory structures for new database export projects.
  • Use Case: When a developer encounters connection errors or missing dependencies, this skill provides the diagnostic path to identify and fix pathing or credential issues.

Quick Start

Run the adt-setup skill to verify your current machine configuration and perform any necessary toolchain updates.

Frequently Asked Questions about adt-setup

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

FAQPage Schema
How do I configure Oracle Instant Client and SQLcl for ADT.ai project setup?

To configure your ADT.ai setup, run the adt-setup skill to automatically validate Oracle Instant Client, SQLcl, and system path variables, ensuring all environment prerequisites are correctly aligned for runtime operations.

Why does my database deployment fail with missing dependencies or connection errors?

Database deployment failures from missing dependencies or connection errors are diagnosed using the adtai doctor command, which runs an automated health check to identify and troubleshoot pathing or credential issues.

Do I need Python, Git, and Java installed before setting up the ADT.ai runtime environment?

Yes, Python, Git, and Java must be present on the system path to achieve full operational capability when configuring and validating the ADT.ai runtime environment and its toolchain.

What is the best way to scaffold new database export project configurations and directory structures?

The best way to scaffold new database export projects is through the project bootstrapping feature, which quickly initializes project configurations and directory structures for new deployments.

Can I use adt-setup to verify my current machine configuration and toolchain readiness?

Yes, you can run the adt-setup skill to perform an environment health check that verifies your current machine configuration and executes any necessary toolchain updates.

How does the automated health check validate system prerequisites and environment variables?

The automated health check validates system prerequisites and environment variables by scanning the system path for required tools like Oracle Instant Client and SQLcl, returning diagnostic results to fix pathing issues.