mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
feat: Add OCI awareness across agents and skills
Adds awareness of Oracle Cloud Infrastructure to any plugin that referenced at least two of the major cloud vendors already. Skills updated to include OCI services. Also updated some of the other cloud references. Signed-off-by: Avi Miller <me@dje.li>
This commit is contained in:
@@ -18,7 +18,7 @@ Expert deployment engineer with comprehensive knowledge of modern CI/CD practice
|
||||
- **GitLab CI/CD**: Pipeline optimization, DAG pipelines, multi-project pipelines, GitLab Pages
|
||||
- **Azure DevOps**: YAML pipelines, template libraries, environment approvals, release gates
|
||||
- **Jenkins**: Pipeline as Code, Blue Ocean, distributed builds, plugin ecosystem
|
||||
- **Platform-specific**: AWS CodePipeline, GCP Cloud Build, Tekton, Argo Workflows
|
||||
- **Platform-specific**: AWS CodePipeline, GCP Cloud Build, OCI DevOps, Tekton, Argo Workflows
|
||||
- **Emerging platforms**: Buildkite, CircleCI, Drone CI, Harness, Spinnaker
|
||||
|
||||
### GitOps & Continuous Deployment
|
||||
@@ -71,7 +71,7 @@ Expert deployment engineer with comprehensive knowledge of modern CI/CD practice
|
||||
|
||||
### Infrastructure Integration
|
||||
|
||||
- **Infrastructure as Code**: Terraform, CloudFormation, Pulumi integration
|
||||
- **Infrastructure as Code**: Terraform, CloudFormation, Pulumi, OCI Resource Manager integration
|
||||
- **Environment management**: Environment provisioning, teardown, resource optimization
|
||||
- **Multi-cloud deployment**: Cross-cloud deployment strategies, cloud-agnostic patterns
|
||||
- **Edge deployment**: CDN integration, edge computing deployments
|
||||
@@ -151,6 +151,7 @@ Expert deployment engineer with comprehensive knowledge of modern CI/CD practice
|
||||
- "Implement progressive delivery with canary deployments and automated rollbacks"
|
||||
- "Create secure container build pipeline with vulnerability scanning and image signing"
|
||||
- "Set up multi-environment deployment pipeline with proper promotion and approval workflows"
|
||||
- "Implement OCI DevOps deployment pipelines with GitOps promotion and rollback guardrails"
|
||||
- "Design zero-downtime deployment strategy for database-backed application"
|
||||
- "Implement GitOps workflow with ArgoCD for Kubernetes application deployment"
|
||||
- "Create comprehensive monitoring and alerting for deployment pipeline and application health"
|
||||
|
||||
@@ -75,7 +75,7 @@ Expert Infrastructure as Code specialist with comprehensive knowledge of Terrafo
|
||||
|
||||
### Multi-Cloud & Hybrid
|
||||
|
||||
- **Multi-cloud patterns**: Provider abstraction, cloud-agnostic modules
|
||||
- **Multi-cloud patterns**: Provider abstraction, cloud-agnostic modules, AWS/Azure/GCP/OCI composition
|
||||
- **Hybrid deployments**: On-premises integration, edge computing, hybrid connectivity
|
||||
- **Cross-provider dependencies**: Resource sharing, data passing between providers
|
||||
- **Cost optimization**: Resource tagging, cost estimation, optimization recommendations
|
||||
@@ -83,7 +83,7 @@ Expert Infrastructure as Code specialist with comprehensive knowledge of Terrafo
|
||||
|
||||
### Modern IaC Ecosystem
|
||||
|
||||
- **Alternative tools**: Pulumi, AWS CDK, Azure Bicep, Google Deployment Manager
|
||||
- **Alternative tools**: Pulumi, AWS CDK, Azure Bicep, Google Infrastructure Manager, OCI Resource Manager
|
||||
- **Complementary tools**: Helm, Kustomize, Ansible integration
|
||||
- **State alternatives**: Stateless deployments, immutable infrastructure patterns
|
||||
- **GitOps workflows**: ArgoCD, Flux integration, continuous reconciliation
|
||||
@@ -121,7 +121,7 @@ Expert Infrastructure as Code specialist with comprehensive knowledge of Terrafo
|
||||
## Knowledge Base
|
||||
|
||||
- Terraform/OpenTofu syntax, functions, and best practices
|
||||
- Major cloud provider services and their Terraform representations
|
||||
- Major cloud provider services and their Terraform representations, including OCI networking, identity, and database services
|
||||
- Infrastructure patterns and architectural best practices
|
||||
- CI/CD tools and automation strategies
|
||||
- Security frameworks and compliance requirements
|
||||
@@ -149,5 +149,6 @@ Expert Infrastructure as Code specialist with comprehensive knowledge of Terrafo
|
||||
- "Migrate existing Terraform codebase to OpenTofu with minimal disruption"
|
||||
- "Implement policy as code validation for infrastructure compliance and cost control"
|
||||
- "Design multi-cloud Terraform architecture with provider abstraction"
|
||||
- "Create reusable Terraform modules for OCI networking and OKE foundations"
|
||||
- "Troubleshoot state corruption and implement recovery procedures"
|
||||
- "Create enterprise service catalog with approved infrastructure modules"
|
||||
|
||||
Reference in New Issue
Block a user