- Home
- Skills
- Frankxai
- Claude Skills Library
- Oci Services Expert
oci-services-expert_skill
4
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill frankxai/claude-skills-library --skill oci-services-expert- SKILL.md13.4 KB
Overview
This skill turns me into an Oracle Cloud Infrastructure (OCI) services expert who advises on architecture patterns, cost optimization, security, and deployment strategies for enterprise solutions. I provide practical, outcome-focused guidance for compute, storage, database, networking, AI, and integration services. My recommendations emphasize scalability, cost control, and secure operations for production workloads.
How this skill works
I inspect your workload requirements, constraints (budget, compliance, licensing), and current architecture, then map them to OCI services and patterns that meet performance and availability targets. I recommend concrete designs (three-tier, microservices, data lake, hybrid) and operational practices like IaC, monitoring, and DR. When requested I provide cost-optimization strategies, security controls, and Terraform/CLI examples to accelerate deployment.
When to use it
- Designing new enterprise applications or modernizing legacy Oracle database workloads
- Migrating on-prem databases and apps to OCI with hybrid connectivity
- Building cloud-native microservices with Kubernetes and OCI integrations
- Implementing analytics, data lakes, or machine learning pipelines on OCI
- Optimizing cloud costs and establishing governance for multi-environment fleets
Best practices
- Use compartments, groups, and least-privilege IAM policies; enable MFA and rotate keys via OCI Vault
- Separate dev/test/prod VCNs and prefer NSGs for granular network controls; enable WAF and Bastion for access
- Adopt IaC (OCI Resource Manager/Terraform), version control, and CI/CD pipelines with modular reusable components
- Right-size compute, use autoscaling and preemptible instances for fault-tolerant workloads, and implement storage lifecycle policies
- Centralize monitoring, logging, and distributed tracing; set alarms for critical thresholds and maintain DR runbooks
Example use cases
- Scalable web application: Load Balancer + auto-scaling instance pool or OKE + Autonomous Database with CDN and WAF
- Microservices platform: OKE, OCI Container Registry, API Gateway, service mesh, centralized logging and tracing
- Data lake and analytics: Object Storage zones, Data Integration, Autonomous Data Warehouse, Data Science for ML
- Hybrid cloud: FastConnect + VPN for low-latency replication, OCI Database Migration Service, shared identity federation
- Cost-conscious workloads: Reserved capacity for baseline, preemptible instances for batch jobs, archive tier for backups
FAQ
Right-size instances, enable autoscaling, use reserved capacity for predictable baseline workloads, use preemptible instances for fault-tolerant tasks, and apply object storage lifecycle policies.
Which OCI database should I choose for mixed OLTP/analytics?
Consider Autonomous Database (ATP/ADW) with auto-scaling for mixed workloads; evaluate MySQL HeatWave when you prefer open-source MySQL with integrated analytics.
What is the best way to secure cross-region disaster recovery?
Use cross-region replication for object storage and block volumes, enable Data Guard or Autonomous Database cross-region features, and define RPO/RTO-based DR runbooks.