oracle-devrel/oracle-ai-developer-hub
Command
Inspect the real Oracle learning state for a topic.
oracle-devrel/oracle-ai-developer-hub
Command
Inspect the real Oracle learning state for a topic.
oracle-devrel/oracle-ai-developer-hub
Command
Run the real Limitless framework builder for a topic.
oracle-devrel/oracle-ai-developer-hub
Command
Refresh the real Obsidian projection from Oracle-backed state.
oracle-devrel/oracle-ai-developer-hub
Command
Send the learner's next answer into the currently active XP session.
oracle-devrel/oracle-ai-developer-hub
Command
Run the real Limitless XP Builder backend instead of simulating the session.
oracle-devrel/oracle-ai-developer-hub
Command
Run the real Limitless XP Debrief backend instead of simulating scoring in chat.
oracle-devrel/oracle-ai-developer-hub
Command
Finish the active XP session using the real backend.
oracle-devrel/oracle-ai-developer-hub
Command
Use the active XP session and request a hint from the real backend.
oracle-devrel/oracle-ai-developer-hub
Command
Show the active XP session status from the real backend.
oracle-devrel/oracle-ai-developer-hub
Skill Claude CodeCodex
Interact with GitHub using the gh CLI. Use gh issue, gh pr, gh run, and gh api for issues, PRs, CI runs, and advanced queries.
oracle-devrel/oracle-ai-developer-hub
Skill Claude CodeCodex
Read and control I2C and SPI peripherals on Sipeed boards (LicheeRV Nano, MaixCAM, NanoKVM).
oracle-devrel/oracle-ai-developer-hub
Skill Claude CodeCodex
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
oracle-devrel/oracle-ai-developer-hub
Skill Claude CodeCodex
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
oracle-devrel/oracle-ai-developer-hub
Skill Claude CodeCodex
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
oracle-devrel/oracle-ai-developer-hub
Skill Claude CodeCodex
Get current weather and forecasts (no API key required).
oracle-devrel/oracle-ai-developer-hub
Skill Claude CodeCodex
Top-level router for the build-paths skill set. Asks the user one question (which path?), then dispatches to beginner/, intermediate/, or advanced/. Use when the user wants to scaffold an Oracle-AI-DB project but hasn't picked a difficulty yet.
oracle-devrel/oracle-ai-developer-hub
Skill Claude CodeCodex
Scaffold an agent system where Oracle AI DB is the only state store, composed from the build-paths/skills/ building-block library. Stack — langchain-oracledb + oracle-database-mcp-server + in-DB ONNX embeddings + OCI GenAI Grok 4 + Open WebUI. Three projects — production-feeling NL2SQL+RAG hybrid analyst…
oracle-devrel/oracle-ai-developer-hub
Skill Claude CodeCodex
Scaffold a small RAG chatbot on Oracle 26ai Free + langchain-oracledb + OCI Generative AI Grok 4 + sentence-transformers MiniLM-L6-v2 (Python-side embeddings, same model intermediate/advanced register inside Oracle) + Open WebUI. Three flavors that share one skeleton — PDF / Markdown / Web. For users new to Oracle who…
oracle-devrel/oracle-ai-developer-hub
Skill Claude CodeCodex
Scaffold a Grok-4 tool-calling agent over an Oracle schema using langchain-oracledb + oracle-database-mcp-server + in-DB ONNX embeddings (registered MiniLM model, no external embedding API) + Open WebUI. For users who've built RAG before and want to rebuild it on the production-feeling Oracle stack.
oracle-devrel/oracle-ai-developer-hub
Skill Claude CodeCodex
Scaffold a langchain-oracledb store layer — multi-collection OracleVS wrapper, metadata-as-string monkeypatch, embedder-dim assertion, OracleChatHistory subclass (langchain-oracledb does not ship one). Use when a project needs Oracle as its LangChain vector store and chat-history backend.
oracle-devrel/oracle-ai-developer-hub
Skill Claude CodeCodex
Bring up Oracle 26ai Free in Docker, create a project-scoped app user with USERS tablespace + ONNX-friendly grants, and write a .env ready for the rest of the build-paths skills. Idempotent — safe to re-invoke. Use when any project needs a fresh local Oracle 26ai instance.
oracle-devrel/oracle-ai-developer-hub
Skill Claude CodeCodex
Wire the oracle-database-mcp-server into a Python project so an LLM agent can call listtables / describetable / runsql / vectorsearch at inference time. Handles install, stdio launch, and LangChain tool conversion via langchain-mcp-adapters. Use whenever a project needs a Grok 4 / GPT-class agent that talks to a live…
oracle-devrel/oracle-ai-developer-hub
Skill Claude CodeCodex
Soccer analytics agent toolbelt. Gives Claude Code direct access to the Oracle-backed match data, ML predictions, and three-tier memory. Use when answering questions about football matches, building on the soccer agent, or exploring the World Cup dataset.
oracle-devrel/oracle-ai-developer-hub
Skill Claude CodeCodex
Bootstrap the soccer analytics agent workshop. Starts the Oracle AI Database Free container, applies schema, loads the FIFA dataset, optionally trains models, populates LangChain OracleVS hybrid retrieval plus semantic memory, applies LangGraph OracleDB observability, and verifies OCI GenAI access. Use when starting…