By adibirzu
Tenancy-agnostic Oracle Cloud Infrastructure (OCI) administration for Claude Code — safety-first skills for IAM, Security & Compliance, Observability & Database, Networking & Compute, Cost & Usage (FinOps), Log Analytics (OCL queries), Resource Manager (Terraform stacks), Data Safe, and Events & Functions (serverless). Plus a project lifecycle orchestrator and a Stage 0 solution-design front-end, all grounded in official Oracle docs (Open Knowledge Format) and routed against the upstream oracle/skills collection. Work by friendly context name instead of raw OCIDs; every mutation is preflighted, redacted, and confirmation-gated.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Read-only OCI IAM posture snapshot — compartments, policies, broad grants, users without MFA.
Manage friendly OCI contexts (name -> profile + compartment + region) so you never paste OCIDs.
Read-only OCI cost, usage, and budget summary — spend by service plus configured budgets.
Read-only OCI Data Safe overview — registered targets + latest security-assessment state.
Search the OCI skill pack's KB for a known fix before debugging from scratch.
Generic, tenancy-agnostic Oracle Cloud Infrastructure (OCI) administration skill. Use whenever the user asks to administer, audit, configure, provision, inspect, secure, or troubleshoot an OCI tenancy — IAM (users, groups, dynamic groups, policies, compartments, budgets, quotas, service limits, tags), Security & Compliance (Cloud Guard, Vault/KMS, Security Zones, WAF, CIS / ISO-42001 scanning, policy review), Observability & Database (APM, Log Analytics, Monitoring, alarms, Database Management, Operations Insights), or Networking & Compute (VCN, subnets, NSGs, route tables, load balancers, OKE, compute instances, OCIR). Triggers on mentions of OCI, oci-cli, OCID, compartment, tenancy, IAM policy, Cloud Guard, Vault, WAF, OKE, VCN, NSG, Log Analytics, OCL, Logan, log query, APM, service limits, cost, usage, spend, budget, billing, Usage API, FinOps, DBM, OPSI, Data Safe, Resource Manager, ORM, Terraform stack, Functions, Events, Notifications, Service Connector Hub, serverless, or ~/.oci/config. Use this as the **default entry point for any Oracle Cloud / OCI task** — it then routes deep OKE day-2 (GVA, Multus, cluster troubleshooting), OCI Generative AI / Enterprise AI, and in-database work to the official oracle/skills collection (see references/oracle-skills-alignment.md). This is the tenancy-agnostic admin pack; for the OCI-DEMO component system use oracle-oci-management instead.
Cost, usage, and budget reporting (FinOps) for any OCI tenancy via oci-cli: spend grouped by service / compartment / region over a time window using the Usage API, budgets and alert rules (limit vs actual vs forecast), cost-tracking tags, and guardrail recommendations. Use whenever a request mentions OCI cost, spend, billing, invoice, usage, Usage API, budget, forecast, cost alert, FinOps, "what is this tenancy costing", or cost-tracking tags. Read-only by default; for creating budgets it defers to oci-iam-admin.
OCI Data Safe administration via oci-cli and the OCI SDK: target-database registration (Autonomous and Base DB / Exadata cloud service), Data Safe private endpoints, Security Assessment and User Assessment, Activity Auditing (scim_query time filters), Data Discovery (sensitive data models), and Data Masking. Use whenever a request mentions OCI Data Safe, target database registration, Data Safe private endpoint, security assessment, user assessment, activity auditing, audit policy/retention, sensitive data discovery, data masking, or a database NEEDS_ATTENTION / ORA-01017 in Data Safe. Assessments are read; registration/masking/audit-policy changes go through the safety core.
OCI event-driven and serverless administration via oci-cli, Fn, and the OCI SDK: OCI Functions (applications, fn deploy to OCIR, invoke, config, memory/ timeout), the Events service (rules, CloudEvents eventType conditions, FAAS/ONS/ STREAMING actions), Notifications/ONS (topics, subscriptions, the PENDING confirmation gotcha), Service Connector Hub (source→task→target fan-out and the serviceconnector service-principal policy), and Streaming as transport. Use whenever a request mentions OCI Functions, fn deploy, FDK, oci fn invoke, Events rule, eventType, FAAS action, Notifications, ONS topic/subscription, Service Connector Hub, SCH, connector hub, serviceconnector principal, put_messages, TRIM_HORIZON, OCI Streaming Kafka compatibility, Kafka SASL, Kafka Connect, SOC4Kafka, or event-driven/serverless OCI automation. Reads are safe; create/update/invoke go through the shared safety core.
IAM and tenancy administration for any OCI tenancy via oci-cli: users, groups, group memberships, dynamic groups (matching rules), policies (least-privilege review, detect tenancy-wide manage-all grants), compartments (create, move, delete, subtree traversal), budgets and alert rules, quotas, service limits / resource-availability pre-checks, tags (namespaces, defined, freeform, cost-tracking), regions, and Identity Domains vs legacy IAM. Use whenever a request mentions OCI IAM, OCID, compartment, policy, tenancy, dynamic group, budget, quota, service limit, tag namespace, or auth token.
Executes bash commands
Hook triggers when Bash tool is used
A tenancy-agnostic Oracle Cloud Infrastructure (OCI) administration skill pack for AI coding agents. One safety-first knowledge core, nine admin domain skills, packaged for Claude Code, Codex, Gemini CLI, and Antigravity.
Built to be reused in any tenancy. It ships no OCIDs, IPs, keys, or tenancy data — only generic command patterns and
<PLACEHOLDER>tokens you resolve at runtime from your own environment.
New here? → docs/QUICKSTART.md — install, bind a named context, preflight, and run the read-only "what's going on?" loop in five minutes.
OCI administration knowledge tends to get copy-pasted across scripts: the same
oci CLI auth negotiation, the same "check the service limit first", the same
"is the WAF rule in OBSERVE or BLOCK?" gotchas. This pack centralizes those into
one reusable core plus nine domain skills, with a hard rule that nothing
sensitive is ever printed or committed.
| Plugin | Covers |
|---|---|
| oci-iam-admin | Users, groups, dynamic groups, policies (least-privilege review), compartments, budgets, quotas, service limits, tags, Identity Domains. |
| oci-security-compliance | Cloud Guard, Vault/KMS, Security Zones, WAF, Audit, CIS / ISO-42001 / sovereignty scanning, IAM policy review, secret redaction. |
| oci-observability-db | Monitoring & alarms, Logging, Log Analytics, APM (traces/RUM), Notifications, Service Connector Hub, Database Management, Operations Insights, Autonomous DB. |
| oci-networking-compute | VCN, subnets, NSGs, route tables, gateways, load balancers, OKE, compute instances, OCIR. |
| oci-cost | Cost & usage reporting (Usage API: spend by service/compartment/region/tag), budgets (limit vs actual vs forecast), cost-tracking tags, guardrail recommendations. |
| oci-log-analytics | OCI Log Analytics (Logan): the OCL query language, a read-only query helper, sources/parsers/fields/entities/log groups, detections (incl. Sigma→OCL), saved/scheduled searches, dashboards, content migration. |
| oci-resource-manager | Resource Manager (managed Terraform): stacks, plan/apply/destroy jobs, job logs/state, drift detection, state import, variables, and schema.yaml stack packaging. |
| oci-data-safe | Data Safe: target-database registration (ADB + cloud DB), private endpoints, Security/User Assessment, Activity Auditing, Data Discovery, Data Masking. |
| oci-events-functions | Event-driven & serverless: OCI Functions (deploy/invoke/config), Events rules (eventType → FAAS/ONS/STREAMING), Notifications/ONS, Service Connector Hub fan-out, Streaming transport. |
| oci-project | Project lifecycle orchestrator (above the nine domains): bootstrap/scaffold a project (compartment + scoped IAM + network + budget + tags), project status/health, deploy/release (ORM/OKE), and gated teardown — scoped to one project compartment via a named context. |
Scope & related. This pack is the default entry point for OCI tenancy administration — broad infrastructure and control-plane work across nine domains, gated by the safety core. It is complementary to the official oracle/skills collection, which goes deep on a few capabilities. Catch the request here (tenancy preflight + redaction + destructive-op guard), then hand off: deep OKE day-2 (GVA, Multus, troubleshooting) →
oci/oke; OCI Generative AI / Enterprise AI →oci/enterprise-ai; inside an Oracle Database (SQL/PL/SQL, RMAN, AWR/ASH, migrations, Data Guard) →db/. We own the OCI services around the database (DBM, OPSI, Data Safe, ADB provisioning). Full routing contract — coverage matrix, hand-off rules, shared conventions — in references/oracle-skills-alignment.md.
A request enters through the router (oci-administrator), is routed by intent
to one of nine domain skills, and every CLI call funnels through one shared
safety core (scripts/common.sh) before it ever reaches the tenancy. The same
core is installed, unchanged, into each agent harness.
flowchart TD
U([User / agent request]) --> R{{"oci-administrator<br/>router skill"}}
R -->|route by intent| D
subgraph D[Nine domain skills]
direction LR
IAM[oci-iam-admin]
SEC[oci-security-compliance]
OBS[oci-observability-db]
NET[oci-networking-compute]
COST[oci-cost]
LOG[oci-log-analytics]
ORM[oci-resource-manager]
DS[oci-data-safe]
EF[oci-events-functions]
end
D --> CORE
subgraph CORE["Shared safety core — scripts/common.sh"]
direction LR
CLI["oci_cli<br/>one auth path"]
MUT["run_mutating / confirm<br/>gate mutations"]
RED["redact.py<br/>mask OCIDs / IPs / secrets"]
CTX["oci_context.py<br/>named contexts"]
end
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub adibirzu/oci-skills --plugin oci-administratorRecursive Language Model (RLM) v3 — dual-mode execution, git-aware incremental analysis, memory persistence, token-aware processing, FINAL protocol, adaptive budgets
Route Claude Code to 16+ LLM backends through one gateway. Token tracking, cost dashboard, shared memory, model discovery, and slash commands — all local.
Multi-LLM gateway plugin for Claude Code and Codex workflows — phase-based orchestration, 8 agents, 11 commands, checkpoint discipline
Pre-production security audit, dependency hardening, CI/CD validation, and Docker readiness checks for Claude Code
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.