Files
oci-deal-accelerator-codex/.codex-plugin/plugin.json
root e0fd1cbf6a Stub bundled SKILL.md; read canonical methodology from MCP resource
The bundled skill file was a frozen 542-line copy that only updated on
plugin re-release. Replace it with a thin pointer to the server-side
resource `skill://methodology`, so skill-content changes propagate
without requiring users to reinstall the plugin.

- skills/oci-deal-accelerator/SKILL.md: reduced to ~40-line stub that
  directs Codex to read skill://methodology first, with a minimal
  tool table and fallback behavior if the MCP is unreachable
- .codex-plugin/plugin.json: bump to 0.2.0 (breaking change in what
  the plugin ships; Codex treats new versions as new cache entries)
- .gitignore: ignore Codex CLI's local .codex state file

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 13:38:59 -03:00

51 lines
2.1 KiB
JSON

{
"name": "oci-deal-accelerator",
"version": "0.2.0",
"description": "Oracle Cloud Infrastructure deal-acceleration toolkit: proposals, BOMs, cost estimates, diagrams, WA reviews, and reference-architecture search via a remote MCP server.",
"author": {
"name": "Diego Cabrera",
"email": "diego.e.cabrera@oracle.com"
},
"repository": "https://git.tech-lad.com.br/diegoecab/oci-deal-accelerator-codex",
"keywords": [
"oracle",
"oci",
"cloud",
"deal-accelerator",
"mcp",
"sales",
"architecture",
"well-architected"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "OCI Deal Accelerator",
"shortDescription": "Accelerate Oracle Cloud Infrastructure sales cycles with proposals, BOMs, diagrams, and architecture reviews.",
"longDescription": "OCI Deal Accelerator exposes 14 tools backed by a remote MCP server to support Oracle Solution Architects through the full deal cycle: full proposal generation, BOM and cost estimation (including AppCA), architecture diagrams, business cases, Well-Architected reviews, feature compatibility checks, competitive comparisons, reference-architecture and field-finding search, field-finding reporting, and ECAL readiness scoring.",
"developerName": "Diego Cabrera / Oracle SA",
"category": "Productivity",
"capabilities": [
"Proposal Generation",
"BOM & Cost Estimation",
"Architecture Diagrams",
"Well-Architected Review",
"Reference Architecture Search",
"Competitive Analysis",
"ECAL Readiness Scoring"
],
"brandColor": "#C74634",
"logo": "./assets/logo.png",
"composerIcon": "./assets/icon.png",
"screenshots": [
"./assets/screenshot-1.png"
],
"defaultPrompt": [
"Generate a full OCI proposal for a customer migrating their core banking workload.",
"Run a Well-Architected review on this architecture and list the top findings.",
"Search OCI reference architectures for a multi-region active-active e-commerce platform.",
"Produce a BOM and cost estimate for a 3-node Exadata Cloud Service deployment."
]
}
}