APEXLang provides a packaging and runtime contract for generating APEXLang artifacts. The skill defines a strict start order for assets, local-context discovery rules, and runtime preflight steps to ensure generated output is compiler-safe and auditable. It emphasises safe, audited generation over guesswork and prevents risky auto-imports without explicit human confirmation.
Use when you need programmatic generation, validation, or import planning for Oracle APEXLang artifacts: code generation pipelines, templated app scaffolds, or any workflow requiring deterministic discovery and compiler-truth validation. It’s appropriate for CI checks, preflight validation, and tool-assisted app materialization where exact workspace context is available.
Agents that can run Node.js tooling and file-system probes (CI-integrated agents, developer tooling agents). Works best with agents that honor stop-with-missing-inputs patterns and can request workspace paths.
Oracle APEXLang Router skill provides deterministic local-context discovery and compiler-backed validation for generating APEXLang artifacts. No bundled scripts were present to test. The SKILL.md is exceptionally detailed with clear contracts, stop conditions, and precedence rules — a well-structured routing/orchestration skill. Niche audience limited to Oracle APEX developers.
No scripts to audit. SKILL.md is thorough and well-organized with strong guardrails against guessing/inferring missing data. The skill is purely instructional/routing — no executable code included in the package.