Files
oci-deal-accelerator-codex/.codex-plugin/plugin.json
root eedd85abee Replace placeholder screenshot with real capabilities menu; bump to 0.2.1
screenshot-1.png is now an actual terminal capture of the skill's
welcome menu, showing the 14 tools grouped by category (Design &
Propose, Validate & Check, Strategy & Business, Knowledge Base,
ECAL Governance, SA Tools). Much more informative for the
marketplace preview than the generic placeholder.

Asset refresh — version bumped to 0.2.1 as promised in the admin
submission email.

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

51 lines
2.1 KiB
JSON

{
"name": "oci-deal-accelerator",
"version": "0.2.1",
"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."
]
}
}