一键导入
oci-services-expert
Authoritative OCI architecture guidance with mandatory pricing verification, existing solution checks, and simplicity-first approach
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Authoritative OCI architecture guidance with mandatory pricing verification, existing solution checks, and simplicity-first approach
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build and validate OCI draw.io architecture diagrams with embedded icon stencils (icon-native mode) to prevent mxgraph.oci fallback rendering issues like red placeholder blocks. Use for any OCI diagram creation or refactor in draw.io.
Enforce confidentiality protocol across all Oracle AI Architect deliverables. Pre-delivery audit, codename enforcement, and content sanitization. This skill has VETO power — if it fails, delivery is blocked.
Generate structured Solution Design Documents (SDD) for OCI-based customer solutions. Converts architecture decisions into a formal deliverable document with all required sections.
Orchestrate a full 5-phase OCI solution design — from discovery to customer-ready deliverables. Combines research, architecture, visuals, prototype, and confidentiality audit into a structured workflow.
Portable, scalable methodology for building AI agent systems using the AGENT Blueprint framework — validated at enterprise and personal scale
Expert guidance for OCI Dedicated AI Clusters — private LLM hosting, fine-tuning, sizing, and cost optimisation for enterprise deployments
| name | oci-services-expert |
| description | Authoritative OCI architecture guidance with mandatory pricing verification, existing solution checks, and simplicity-first approach |
| version | 2.0.0 |
| platform | ["claude-code","cline","cursor","roocode"] |
| activation | {"claude_code":"/oci-services-expert","cline":"@skills/oci-services-expert/SKILL.md","cursor":"@skills/oci-services-expert/SKILL.md"} |
Enterprise-grade OCI architecture guidance with fact-based pricing and simplicity-first design.
┌─────────────────────────────────────────────────────────────────────────────┐
│ OCI SERVICES EXPERT WORKFLOW │
├─────────────────────────────────────────────────────────────────────────────┤
│ │
│ 1. CHECK EXISTING 2. VERIFY PRICING 3. COMPARE MODELS 4. SIMPLIFY │
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ ┌──────────┐ │
│ │ oracle-devrel│ │ Price List │ │ All GenAI │ │ Minimal │ │
│ │ oracle-quick │ │ Cost Estim. │ │ Options │ │ Viable │ │
│ │ oracle-sample│ │ Cite Sources │ │ Gemini+Llama │ │ Solution │ │
│ └──────────────┘ └──────────────┘ └──────────────┘ └──────────┘ │
│ ↓ ↓ ↓ ↓ │
│ RECOMMEND WITH CITATIONS │
└─────────────────────────────────────────────────────────────────────────────┘
ALWAYS check these before creating custom solutions:
# Search Oracle official repos
gh api search/repositories?q=org:oracle-devrel+{topic} --jq '.items[].full_name'
gh api search/repositories?q=org:oracle-quickstart+{topic} --jq '.items[].full_name'
gh api search/repositories?q=org:oracle-samples+{topic} --jq '.items[].full_name'
| Repository | URL | Focus |
|---|---|---|
| oracle-devrel/technology-engineering | Link | Solution patterns, AI, Data |
| oracle-quickstart | Link | Terraform modules |
| oracle-samples | Link | Code samples |
| Oracle LiveLabs | Link | Hands-on workshops |
NEVER guess prices. ALWAYS verify and cite from Oracle sources.
Read first: .claude/skills/oracle-research/references/OCI-PRICING-REFERENCE.md
| Source | URL | When to Use |
|---|---|---|
| Oracle Cloud Price List | https://www.oracle.com/cloud/price-list/ | Current list prices |
| OCI Cost Estimator | https://www.oracle.com/cloud/costestimator.html | Complex scenarios |
| GenAI Pricing | https://www.oracle.com/artificial-intelligence/generative-ai/generative-ai-service/pricing/ | GenAI models |
| Document Understanding | https://www.oracle.com/artificial-intelligence/document-understanding/pricing/ | DU pricing |
// ALWAYS fetch current pricing before cost claims
WebFetch({
url: "https://www.oracle.com/cloud/price-list/",
prompt: "Extract EXACT pricing for {service_name}: per-unit cost, unit type (tokens/pages/hours), any volume discounts. I need dollar amounts."
})
| Model | Input | Output | Source |
|---|---|---|---|
| Gemini 2.5 Flash | $0.075/1M tokens | $0.30/1M tokens | Oracle Price List |
| Gemini 2.5 Pro (<200K) | $1.50/1M tokens | $6.00/1M tokens | Oracle Price List |
When comparing costs, use this format WITH citations:
| Service | OCI Price | AWS Price | Source |
|---------|-----------|-----------|--------|
| GenAI (Gemini 2.5 Flash) | $X.XX/1M tokens | - | [OCI Price List](https://www.oracle.com/cloud/price-list/) |
| GenAI (Claude 3.5 Sonnet) | - | $3.00/$15.00 per 1M | [AWS Bedrock](https://aws.amazon.com/bedrock/pricing/) |
ALWAYS present ALL relevant options, not just one:
| Model | Input Types | Context | Input Price | Output Price | Best For |
|---|---|---|---|---|---|
| Gemini 2.5 Flash | Text, Images, Docs, Audio, Video | 1M | ~$0.30/1M | ~$2.50/1M | Claude replacement |
| Gemini 2.5 Pro | Text, Images, Docs, Audio, Video | 2M | ~$1.25/1M | ~$10/1M | Complex reasoning |
| Llama 3.2 90B Vision | Text, Images | 128K | TBD | TBD | Open-source preference |
| Model | Context | Input Price | Output Price | Best For |
|---|---|---|---|---|
| Llama 4 Scout | 1M | TBD | TBD | Long context |
| Llama 4 Maverick | TBD | TBD | TBD | Performance |
| Cohere Command A | 256K | TBD | TBD | RAG, embeddings |
| Grok 3/4 | TBD | TBD | TBD | Coding |
| Service | Pricing Model | Best For |
|---|---|---|
| Document Understanding | Per-page | Structured extraction (invoices, receipts) |
| Vision | Per-image | Object detection, OCR |
| Speech | Per-hour | Transcription |
| Language | Per-transaction | NLP, sentiment |
ALWAYS ask: What's the simplest solution?
Is there an existing Oracle solution?
├── YES → Use it (reference oracle-devrel)
└── NO → Can we do a direct service swap (1:1)?
├── YES → Simple port (e.g., Bedrock → OCI GenAI)
└── NO → Does added complexity provide measurable value?
├── NO → Simplify
└── YES → Document WHY complexity is needed
If recommending complex architecture, MUST include:
## Complexity Justification
**Why not simpler?**
- [Specific reason 1]
- [Specific reason 2]
**Value of added complexity:**
- [Measurable benefit with numbers]
**Alternative considered:**
- [Simpler option and why rejected]
| AWS Service | OCI Equivalent | Notes |
|---|---|---|
| Bedrock (Claude) | OCI GenAI (Gemini 2.5 Flash) | Closest multimodal equivalent |
| Bedrock (Claude Vision) | OCI GenAI (Gemini/Llama Vision) | Document understanding |
| Lambda | OCI Functions | Serverless compute |
| DynamoDB | OCI NoSQL Database | Key-value store |
| S3 | OCI Object Storage | Object storage |
| SQS | OCI Queue | Message queuing |
| API Gateway | OCI API Gateway | REST APIs |
| CloudWatch | OCI Logging + Monitoring | Observability |
| CDK | OCI Resource Manager (Terraform) | IaC |
| Textract | OCI Document Understanding | Document extraction |
Before making recommendations, read:
/.claude/skills/oracle-research/references/LESSONS-LEARNED.md/.claude/skills/oracle-research/references/oci-patterns.mdAll OCI architecture recommendations must include:
## Recommendation: {Title}
### Existing Solutions Checked
- [ ] oracle-devrel/technology-engineering - {result}
- [ ] oracle-quickstart - {result}
- [ ] oracle-samples - {result}
### Pricing (Verified)
| Component | Cost | Source |
|-----------|------|--------|
| {Service} | ${X.XX}/unit | [Link](url) |
### Architecture
{Simplest viable approach}
### Why This Approach
{Justification, especially if complex}
### Alternatives Considered
{What else was evaluated and why rejected}
| Don't | Do Instead |
|---|---|
| Guess pricing | Fetch from price list, cite source |
| Create custom solution without research | Check oracle-devrel first |
| Recommend single model | Present all relevant options |
| Add complexity without justification | Start simple, add only if needed |
| Skip existing solutions | Always check official repos |
| Make up cost comparisons | Use verified data with citations |
OCI Services Expert v2.0 - Fact-based. Simplicity-first. Citation-required.
To use this skill in Cline, reference it at the start of your message:
@skills/oci-services-expert/SKILL.md
Design a cost-optimised GenAI pipeline for document extraction on OCI.
Or in a .clinerules workflow:
## OCI Architecture
When designing OCI solutions, load @skills/oci-services-expert/SKILL.md. Always check existing solutions first, verify pricing before any cost claims, and present multiple model options.
Triggers: OCI architecture, OCI services, Oracle Cloud, OCI pricing, AWS to OCI migration