From oci
Provides guidance for OCI services including OKE cluster design, troubleshooting, networking (GVA, Multus), and Enterprise AI workflows (Generative AI, RAG, agents, cost estimation, governance).
How this skill is triggered — by the user, by Claude, or both
Slash command
/oci:ociThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this domain for practical Oracle Cloud Infrastructure guidance. Current content covers OCI Kubernetes Engine (OKE): cluster design, operational troubleshooting, Generic VNIC Attachment (GVA), and Multus multi-interface pod validation. It also covers Enterprise AI because that work is built around OCI Generative AI, OCI networking, IAM, cost estimation, hosted applications, and OCI platform ...
enterprise-ai/agent-workflows/agent-tools.mdenterprise-ai/agent-workflows/hosted-applications.mdenterprise-ai/agent-workflows/responses-api-agents.mdenterprise-ai/agents/openai.yamlenterprise-ai/cost/cost-estimation.mdenterprise-ai/data/rag-and-search.mdenterprise-ai/governance/private-endpoints-and-governance.mdenterprise-ai/integrations/oracle-platform-integrations.mdenterprise-ai/models/custom-and-imported-models.mdenterprise-ai/models/enterprise-ai-models.mdoke/agents/oke-evidence-collector.mdoke/agents/oke-hypothesis-analyst.mdoke/agents/oke-lb-log-collector.mdoke/cluster-design.mdoke/examples/outputs/oke-cluster-generator/main.tfoke/examples/outputs/oke-gva-deployer/node-pool-command.shoke/examples/outputs/oke-multihome-deployer/gva-multihome-pods.yamloke/examples/outputs/oke-troubleshooter/final-report.mdoke/examples/transcripts/oke-cluster-generator.mdoke/examples/transcripts/oke-gva-deployer.mdUse this domain for practical Oracle Cloud Infrastructure guidance. Current content covers OCI Kubernetes Engine (OKE): cluster design, operational troubleshooting, Generic VNIC Attachment (GVA), and Multus multi-interface pod validation. It also covers Enterprise AI because that work is built around OCI Generative AI, OCI networking, IAM, cost estimation, hosted applications, and OCI platform integrations.
db/features/.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/
| Topic | Start With |
|---|---|
| Design or scaffold an OKE cluster, Terraform stack, or OCI Resource Manager stack | Start with oci/oke/cluster-design.md, then load oci/oke/skills/oke-cluster-generator/SKILL.md |
| Troubleshoot OKE workloads, pods, services, DNS, add-ons, ingress, load balancers, image pulls, storage, Workload Identity, or cluster access | Start with oci/oke/troubleshooting.md, then load oci/oke/skills/oke-troubleshooter/SKILL.md |
| Configure OKE managed node pools with Generic VNIC Attachment secondary VNIC profiles and Application Resources | Start with oci/oke/gva-node-pools.md, then load oci/oke/skills/oke-gva-deployer/SKILL.md |
| Deploy or validate Multus NetworkAttachmentDefinitions and multi-interface pods on OKE | Start with oci/oke/multus-multihome.md, then load oci/oke/skills/oke-multihome-deployer/SKILL.md |
| OCI Generative AI models, custom/imported models, endpoints, or private endpoints | oci/enterprise-ai/SKILL.md |
| OCI Responses API agents, tools, memory, File Search, Code Interpreter, MCP, or SQL Search | oci/enterprise-ai/SKILL.md |
| OCI Generative AI and OCI Generative AI Agents cost estimation | oci/enterprise-ai/cost/cost-estimation.md |
| OCI Enterprise AI governance, IAM, API keys, OAuth, guardrails, or ZPR | oci/enterprise-ai/governance/private-endpoints-and-governance.md |
oci/oke/cluster-design.mdoci/oke/troubleshooting.mdoci/oke/gva-node-pools.mdoci/oke/multus-multihome.mdoci/enterprise-ai/SKILL.mdoci/enterprise-ai/models/enterprise-ai-models.mdoci/enterprise-ai/agent-workflows/responses-api-agents.mdoci/enterprise-ai/cost/cost-estimation.mdoci/enterprise-ai/governance/private-endpoints-and-governance.mdThe OKE operational skills include deterministic helper tools under oci/oke/scripts/ and skill-specific helper scripts under oci/oke/skills/*/scripts/.
oci/oke/scripts/gva-menu.sh is allowed to create an OKE node pool for the GVA workflow only after the user approves execution and completes its final CREATE confirmation.oci/oke/scripts/node-doctor-run.sh requires approval before execution because it creates a temporary debug pod and may delete that pod during cleanup.| Task | Recommended Sequence |
|---|---|
| Plan a production OKE cluster | oke/cluster-design.md |
| Diagnose an OKE service with no load balancer IP | oke/troubleshooting.md |
| Build a node pool with workload-specific secondary VNIC profiles | oke/gva-node-pools.md -> oke/multus-multihome.md if pods need multiple interfaces |
| Validate Multus pod networking on GVA-enabled nodes | oke/multus-multihome.md -> oke/troubleshooting.md if symptoms remain |
| Investigate OKE workload access to OCI APIs | oke/troubleshooting.md |
| Build a governed enterprise assistant | enterprise-ai/SKILL.md -> enterprise-ai/agent-workflows/agent-tools.md -> enterprise-ai/data/rag-and-search.md -> enterprise-ai/governance/private-endpoints-and-governance.md |
db/features/.apex/apexlang/.npx claudepluginhub oracle/skills --plugin ociProvides expert guidance on Oracle Cloud Infrastructure services, architecture patterns, cost optimization, and deployment strategies for building scalable, secure, and cost-effective solutions.
Deploys containers to OCI using OKE Kubernetes clusters or Container Instances. Pushes images to OCIR and provisions clusters via Python SDK.
Reviews OVHcloud Managed Kubernetes cluster lifecycle, node pool sizing, autoscaling, version upgrades, workload placement, network policies, RBAC, and Terraform IaC for ovh_cloud_project_kube resources.