oci-founder-toolkit
v0.1.0A safe-by-default, backend-first path from an existing codebase to a secure and cost-aware OCI journey.
By OCI Founder Toolkit contributorsLicense: LicenseRef-OCI-Founder-Toolkit-Evaluation0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install oci-founder-toolkit for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add oci-founder-toolkit@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/danielgandolfi1984/oracle_founder_packClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json└── skills/oci-founder/SKILL.md
Included Skills1
Plan and sequence cross-service OCI journeys for founders and backend developers new to Oracle Cloud Infrastructure. Use when starting, migrating, or evaluating an OCI backend; translating AWS, Google Cloud, or Azure concepts; choosing a founder-friendly runtime; or defining security, cost, observability, delivery, and teardown guardrails. For isolated Functions, OKE, Enterprise AI, or Oracle Database work, prefer the dedicated verified Oracle skill.
Plugin manifests3
{
"name": "oci-founder-toolkit",
"version": "0.1.0",
"description": "A safe-by-default, backend-first path from an existing codebase to a secure and cost-aware OCI journey.",
"license": "LicenseRef-OCI-Founder-Toolkit-Evaluation",
"author": {
"name": "OCI Founder Toolkit contributors"
},
"homepage": "https://github.com/danielgandolfi1984/oracle_founder_pack",
"repository": "https://github.com/danielgandolfi1984/oracle_founder_pack",
"skills": "./skills/",
"interface": {
"displayName": "OCI Founder Toolkit",
"shortDescription": "Plan backend projects for OCI with coding agents.",
"longDescription": "Translate cloud concepts, propose an OCI golden path, apply founder-grade guardrails, and route to official Oracle skills. Any OCI mutation requires a separate preview, exact target, and explicit approval.",
"developerName": "OCI Founder Toolkit contributors",
"category": "Developer Tools",
"capabilities": [
"Guidance",
"Planning"
],
"defaultPrompt": [
"Plan the safest OCI path for this backend.",
"Translate this AWS architecture to OCI.",
"Review this project for OCI readiness."
]
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "oci-founder-toolkit",
"version": "0.1.0",
"description": "Guide backend-first OCI journeys with portable agent skills, official Oracle guidance, and explicit mutation gates.",
"license": "LicenseRef-OCI-Founder-Toolkit-Evaluation"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "oci-founder-toolkit",
"version": "0.1.0",
"description": "Plan backend-first projects on OCI using portable agent skills and official Oracle guidance.",
"homepage": "https://github.com/danielgandolfi1984/oracle_founder_pack",
"repository": "https://github.com/danielgandolfi1984/oracle_founder_pack",
"license": "LicenseRef-OCI-Founder-Toolkit-Evaluation"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[oci-founder-toolkit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/oci-founder-toolkit)