Skip to Main Content
Feature Request FR-4830
Product Area AI Features
Status OPEN

8 Voters

Skills for AI Coding Agents

pmushkov Public
· Mar 12 2026

Idea Summary
As AI Agents are now very popular and many developers use them as coding assistants, it's crucial to have the best possible Skills to guide them. Skills could be targeted at different aspects of APEX development. For example:
- APEXLang Skill
- Universal Theme Skill - with separate instruction files about CSS and HTML best practices
- APEX JS Skill - built around the APEX JS API, but also covering Dynamic Actions, built-in JS libraries and their right usage
- Template Component Skill
- etc.

Preferred Solution (Optional)
Add the APEX related Skills to a public GitHub repository together with some instructions and demos.

This idea is open.

Comments

Comments

  • annus.kaliya OP 26 hours ago

    Adding AI Agents will be really helpful.

  • benjamin.intsiful OP 7 hours ago

    I strongly support this idea. As more developers use AI coding agents, one of the biggest challenges is that these tools often generate solutions that are technically correct for general web development but not aligned with how Oracle APEX is designed to work.

    A structured set of APEX Skills could help guide AI tools toward platform-native solutions instead of reinventing functionality that already exists declaratively in APEX.

    For example, an "APEX Architecture Skill" could teach agents to prefer declarative features before writing custom code. Many AI-generated examples currently jump straight to custom JavaScript or REST calls when APEX components already provide built-in functionality.