By oracle
Generates and customizes Oracle APEX applications using APEXlang, enabling automated code generation with context-aware routing for low-code application development.
Oracle Skills is a collection of practical, installable skills for working with Oracle technologies.
The goal is to give developers and agents a single place to find source-backed Oracle guidance across Oracle Database, Oracle Cloud Infrastructure, GraalVM, Oracle Fusion, Oracle APEX, and future domains.
Install a domain by appending the root-level domain directory to the repository name:
npx skills add oracle/skills/db
npx skills add oracle/skills/oci
npx skills add oracle/skills/graal
...
This repository also ships as a Claude Code plugin marketplace (.claude-plugin/marketplace.json), where each domain folder (apex, db, fusion, graal, oci) is published as its own plugin.
Register the marketplace, then install the domain plugins you need:
# Register this repo as a marketplace
/plugin marketplace add oracle/skills
# Install one or more domain plugins
/plugin install db@oracle-skills
/plugin install graal@oracle-skills
Already cloned the repo locally? Point the marketplace at the local path instead:
/plugin marketplace add ./
Browse and toggle installed plugins anytime with /plugin. Enabled plugins are tracked in .claude/settings.json under enabledPlugins.
db/ is the active Oracle Database domain and includes database, ORDS, SQLcl, framework, container, and agent workflow skills.oci/ contains Oracle Cloud Infrastructure skills, including OCI Kubernetes Engine cluster design and troubleshooting plus Enterprise AI guidance for OCI Generative AI, agents, RAG, governance, model endpoints, Autonomous Database, APEX, and integrations.fusion/ is the root for future Oracle Fusion skills.apex/ is the root for future Oracle APEX skills.graal/ contains GraalVM skills, starting with Native Image..
├── db/
│ ├── SKILL.md
│ ├── admin/
│ ├── agent/
│ ├── appdev/
│ ├── architecture/
│ ├── containers/
│ ├── design/
│ ├── devops/
│ ├── features/
│ ├── frameworks/
│ ├── migrations/
│ ├── monitoring/
│ ├── ords/
│ ├── performance/
│ ├── plsql/
│ ├── security/
│ ├── sql-dev/
│ └── sqlcl/
├── fusion/
│ └── SKILL.md
├── apex/
│ └── SKILL.md
├── graal/
│ ├── SKILL.md
│ └── native-image/
│ ├── build-native-image.md
│ ├── native-build-tools.md
│ ├── reachability-metadata.md
│ └── troubleshooting.md
└── oci/
├── SKILL.md
├── enterprise-ai/
│ ├── SKILL.md
│ ├── models/
│ ├── agent-workflows/
│ ├── governance/
│ ├── data/
│ ├── cost/
│ └── integrations/
└── oke/
├── cluster-design.md
├── troubleshooting.md
├── gva-node-pools.md
├── multus-multihome.md
├── skills/
├── scripts/
├── agents/
├── shared/
├── examples/
└── tests/
Each domain has its own SKILL.md and any supporting index files it needs.
For a real domain, organize content by category directories and use SKILL.md as the table of contents. A domain SKILL.md should normally include:
## How to Use This Domain## Directory Structure## Category Routing## Key Starting Points## Common Multi-Step FlowsFor stub domains, keep SKILL.md minimal and point users back to this README.md and SKILL_AUTHORING_GUIDE.md.
## Oracle Version Notes (19c vs 26ai).Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub oracle/skills --plugin apexBuild, configure, and troubleshoot GraalVM Native Image applications. Use this skill for native-image CLI builds, Maven or Gradle Native Build Tools, reachability metadata, and build or run time issue diagnosis.
Oracle Fusion domain. Placeholder for future Oracle Fusion skills.
Oracle Cloud Infrastructure domain. Placeholder for future OCI skills.
Oracle Database guidance for SQL, PL/SQL, SQLcl, ORDS, administration, app development, performance, security, migrations, and agent-safe database workflows. Use when the user asks to write, edit, rewrite, review, format, debug, tune, or explain SQL; create or refactor PL/SQL; use SQLcl, Liquibase, ORDS, JDBC, node-oracledb, Python, Java, .NET, or database frameworks; troubleshoot queries, sessions, locks, waits, indexes, optimizer plans, AWR, ASH, migrations, schemas, users, roles, privileges, backup, recovery, Data Guard, RAC, multitenant, containers, monitoring, auditing, encryption, VPD, or safe agent database operations.
NetSuite agent skills from Oracle — authoring guidance for SuiteCloud Development Framework (SDF) objects and UIF single-page-app components, plus runtime guidance for the NetSuite AI Service Connector.
Oracle Fusion domain. Placeholder for future Oracle Fusion skills.
Claude Code skill pack for Oracle Cloud (24 skills)
The complete library of Agent Skills — AI agents & orchestration, MCP & SDKs, Oracle & cloud, frontend & animation, engineering workflow, content & brand, and creative production. Skills auto-activate when relevant.
DevsForge Enterprise Database Schema Generator delivering comprehensive schema design methodologies, migration automation, and ORM integration excellence that transforms database architecture from manual specification into intelligent, optimized data persistence solutions across PostgreSQL, MySQL, MongoDB, and major database platforms
Supabase skills for Postgres best practices, JavaScript SDK (auth, database, storage, realtime), and CLI (migrations, edge functions, local dev).
Use this agent when designing APIs, building server-side logic, implementing databases, or architecting scalable backend systems. This agent specializes in creating robust, secure, and performant backend services. Examples:\n\n<example>\nContext: Designing a new API\nuser: "We need an API for our social sharing feature"\nassistant: "I'll design a RESTful API with proper authentication and rate limiting. Let me use the backend-architect agent to create a scalable backend architecture."\n<commentary>\nAPI design requires careful consideration of security, scalability, and maintainability.\n</commentary>\n</example>\n\n<example>\nContext: Database design and optimization\nuser: "Our queries are getting slow as we scale"\nassistant: "Database performance is critical at scale. I'll use the backend-architect agent to optimize queries and implement proper indexing strategies."\n<commentary>\nDatabase optimization requires deep understanding of query patterns and indexing strategies.\n</commentary>\n</example>\n\n<example>\nContext: Implementing authentication system\nuser: "Add OAuth2 login with Google and GitHub"\nassistant: "I'll implement secure OAuth2 authentication. Let me use the backend-architect agent to ensure proper token handling and security measures."\n<commentary>\nAuthentication systems require careful security considerations and proper implementation.\n</commentary>\n</example>