build-paths

Route Oracle AI Database projects to matching build-path scaffolds by difficulty.

4.3k|807|Updated Jan 16, 2024
One-click install
npx skills add https://github.com/oracle-devrel/oracle-ai-developer-hub --skill build-paths
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: build-paths
Source: https://github.com/oracle-devrel/oracle-ai-developer-hub/tree/main/build-paths
Command: npx skills add https://github.com/oracle-devrel/oracle-ai-developer-hub --skill build-paths

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the uncertainty and boilerplate involved in starting an Oracle AI Database demo by prompting you for a difficulty level and then dispatching to the correct end-to-end scaffold workflow.

Core Features & Use Cases

  • Difficulty-based scaffolding: routes you into beginner, intermediate, or advanced build paths with the right app shape and safety constraints.
  • Oracle-first demo stack setup: ensures Docker-based Oracle 26ai Free is used and that the generated project includes the required integration layers for UI, chat adapter, and verification.
  • Decision guardrails: enforces OCI Generative AI requirements (bearer-token API key) and stops when prerequisites are missing or when requested capabilities fall outside the v1 scope.

Quick Start

Ask your coding agent to run the build-paths router and pick intermediate when you want an NL2SQL tool-calling agent with in-database ONNX embeddings, then provide your target directory and confirm when prompted.

Frequently Asked Questions about build-paths

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

FAQPage Schema
How do I scaffold an Oracle AI Database RAG chatbot demo?▼

Scaffolding an Oracle AI Database RAG chatbot requires selecting a difficulty level, which routes you to the correct build-path sub-workflow for your project, ensuring the right app shape and safety constraints.

What is the difference between beginner, intermediate, and advanced Oracle AI build paths?▼

Beginner build paths target RAG chat demos, intermediate paths build NL2SQL tool-calling agents with in-database ONNX embeddings, and advanced paths create DB-as-only-store agent systems.

Do I need Docker and Python 3.11 to set up an Oracle AI Database project?▼

Yes, setting up an Oracle AI Database project requires Docker and Python 3.11 or higher, alongside OCI Generative AI bearer-token credentials, before the router dispatches you to a scaffold workflow.

How to start building an NL2SQL tool-calling agent with Oracle Database?▼

Ask your coding agent to run the build-paths router, select the intermediate difficulty level, provide your target directory, and confirm when prompted to enter the NL2SQL tool-calling agent sub-workflow.

Does the build-paths router generate project files directly?▼

No, the build-paths router does not generate project files itself; it dispatches you to the matching SKILL.md sub-workflow that handles the actual file generation for your Oracle AI Database project.

When should I not use this Oracle AI scaffolding router?▼

You should not use this router when requested capabilities fall outside the v1 scope or when prerequisites like Docker, Python 3.11+, and OCI Generative AI bearer-token credentials are missing, as it enforces strict decision guardrails.