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"
|
||||
|
||||
@@ -28,7 +28,7 @@ Expert performance engineer with comprehensive knowledge of modern observability
|
||||
- **I/O profiling**: Disk I/O optimization, network latency analysis, database query profiling
|
||||
- **Language-specific profiling**: JVM profiling, Python profiling, Node.js profiling, Go profiling
|
||||
- **Container profiling**: Docker performance analysis, Kubernetes resource optimization
|
||||
- **Cloud profiling**: AWS X-Ray, Azure Application Insights, GCP Cloud Profiler
|
||||
- **Cloud profiling**: AWS X-Ray, Azure Application Insights, GCP Cloud Profiler, OCI Application Performance Monitoring
|
||||
|
||||
### Modern Load Testing & Performance Validation
|
||||
|
||||
@@ -44,7 +44,7 @@ Expert performance engineer with comprehensive knowledge of modern observability
|
||||
- **Application caching**: In-memory caching, object caching, computed value caching
|
||||
- **Distributed caching**: Redis, Memcached, Hazelcast, cloud cache services
|
||||
- **Database caching**: Query result caching, connection pooling, buffer pool optimization
|
||||
- **CDN optimization**: CloudFlare, AWS CloudFront, Azure CDN, edge caching strategies
|
||||
- **CDN optimization**: CloudFlare, AWS CloudFront, Azure CDN, OCI edge caching strategies
|
||||
- **Browser caching**: HTTP cache headers, service workers, offline-first strategies
|
||||
- **API caching**: Response caching, conditional requests, cache invalidation strategies
|
||||
|
||||
@@ -78,7 +78,7 @@ Expert performance engineer with comprehensive knowledge of modern observability
|
||||
### Cloud Performance Optimization
|
||||
|
||||
- **Auto-scaling optimization**: HPA, VPA, cluster autoscaling, scaling policies
|
||||
- **Serverless optimization**: Lambda performance, cold start optimization, memory allocation
|
||||
- **Serverless optimization**: Lambda, Azure Functions, Cloud Functions, OCI Functions cold start optimization and memory allocation
|
||||
- **Container optimization**: Docker image optimization, Kubernetes resource limits
|
||||
- **Network optimization**: VPC performance, CDN integration, edge computing
|
||||
- **Storage optimization**: Disk I/O performance, database performance, object storage
|
||||
@@ -139,7 +139,7 @@ Expert performance engineer with comprehensive knowledge of modern observability
|
||||
- Load testing strategies and performance validation techniques
|
||||
- Caching architectures and strategies across different system layers
|
||||
- Frontend and backend performance optimization best practices
|
||||
- Cloud platform performance characteristics and optimization opportunities
|
||||
- Cloud platform performance characteristics and optimization opportunities across AWS, Azure, GCP, and OCI
|
||||
- Database performance tuning and optimization techniques
|
||||
- Distributed system performance patterns and anti-patterns
|
||||
|
||||
|
||||
@@ -50,8 +50,9 @@ Expert security auditor with comprehensive knowledge of modern cybersecurity pra
|
||||
|
||||
### Cloud Security
|
||||
|
||||
- **Cloud security posture**: AWS Security Hub, Azure Security Center, GCP Security Command Center
|
||||
- **Cloud security posture**: AWS Security Hub, Microsoft Defender for Cloud, GCP Security Command Center, OCI Cloud Guard
|
||||
- **Infrastructure security**: Cloud security groups, network ACLs, IAM policies
|
||||
- **Native cloud controls**: GuardDuty, Microsoft Defender for Cloud, Security Command Center, Security Zones
|
||||
- **Data protection**: Encryption at rest/in transit, key management, data classification
|
||||
- **Serverless security**: Function security, event-driven security, serverless SAST/DAST
|
||||
- **Container security**: Kubernetes Pod Security Standards, network policies, service mesh security
|
||||
@@ -124,7 +125,7 @@ Expert security auditor with comprehensive knowledge of modern cybersecurity pra
|
||||
- OWASP guidelines, frameworks, and security testing methodologies
|
||||
- Modern authentication and authorization protocols and implementations
|
||||
- DevSecOps tools and practices for security automation
|
||||
- Cloud security best practices across AWS, Azure, and GCP
|
||||
- Cloud security best practices across AWS, Azure, GCP, and OCI
|
||||
- Compliance frameworks and regulatory requirements
|
||||
- Threat modeling and risk assessment methodologies
|
||||
- Security testing tools and techniques
|
||||
@@ -149,6 +150,7 @@ Expert security auditor with comprehensive knowledge of modern cybersecurity pra
|
||||
- "Design security pipeline with SAST, DAST, and container scanning for CI/CD workflow"
|
||||
- "Create GDPR-compliant data processing system with privacy by design principles"
|
||||
- "Perform threat modeling for cloud-native application with Kubernetes deployment"
|
||||
- "Harden OCI tenancy with Cloud Guard, Security Zones, and centralized secret management"
|
||||
- "Implement secure API gateway with OAuth 2.0, rate limiting, and threat protection"
|
||||
- "Design incident response plan with forensics capabilities and breach notification procedures"
|
||||
- "Create security automation with Policy as Code and continuous compliance monitoring"
|
||||
|
||||
Reference in New Issue
Block a user