Instructions file CodexOpenCode
Instructions for sawrus/agent-guides, covering agents — root guidance, dynamic guidance loading, general development practices, git workflow and makefile conventions.
Instructions file CodexOpenCode
Instructions for sawrus/agent-guides, covering agents — root guidance, dynamic guidance loading, general development practices, git workflow and makefile conventions.
Skill Claude CodeCodex
Manage container images, Helm charts, and build artifacts — registry organization, retention, promotion between environments.
Skill Claude CodeCodex
Optimize CI build speed — Docker layer caching, dependency caching, multi-stage builds, parallelism, and build matrix strategies.
Skill Claude CodeCodex
Production-grade GitHub Actions workflows — reusable workflows, OIDC cloud auth, caching, matrix builds, and environment protection rules. Use when the user creates, reviews, or debugs CI/CD pipelines in .github/workflows, or asks about GitHub Actions deployment, OIDC authentication, or workflow optimization.
Skill Claude CodeCodex
GitLab CI/CD pipelines — include templates, environments, OIDC auth, caching, protected runners, deployment gates.
Skill Claude CodeCodex
Secure CI/CD pipelines with keyless signing, OIDC federation, provenance attestations, policy enforcement, and hardened runners.
Skill Claude CodeCodex
PostgreSQL backup and restore with pgBackRest — full/incremental/WAL, PITR, K8s CronJob scheduling, and restore verification.
Skill Claude CodeCodex
PostgreSQL query performance — EXPLAIN ANALYZE, index design, pgstatstatements, slow query detection, connection pool tuning.
Skill Claude CodeCodex
Safe database migrations in production — expand-and-contract, lock-safe DDL, timing estimation, rollback SQL.
Skill Claude CodeCodex
PostgreSQL operational runbooks — health checks, vacuum, bloat, locks, PITR, connection pool management.
Skill Claude CodeCodex
Redis operational runbooks — memory management, eviction policy, persistence config, Sentinel/Cluster, K8s-hosted Redis ops.
Skill Claude CodeCodex
Harden container images and Kubernetes workload security contexts — distroless, multi-stage, minimal attack surface.
Skill Claude CodeCodex
Write OPA/Gatekeeper and Kyverno admission policies for Kubernetes security guardrails.
Skill Claude CodeCodex
Generate, attach, and verify SBOMs (CycloneDX/SPDX) for container images; implement SLSA provenance; harden software supply chain.
Skill Claude CodeCodex
Detect secrets in code, git history, and running containers — pre-commit hooks, CI scanning, and incident response for exposed credentials.
Skill Claude CodeCodex
Sign container images and artifacts with cosign (keyless via OIDC and key-based); verify signatures in CD pipelines and admission policies.
Skill Claude CodeCodex
Write idempotent Ansible playbooks and roles for server configuration, K8s node provisioning, and application bootstrap.
Skill Claude CodeCodex
Identify and reduce cloud infrastructure costs — right-sizing, reserved capacity, waste detection, tagging for cost attribution.
Skill Claude CodeCodex
Detect, classify, and automate Terraform drift detection in CI — scheduled plans, drift metrics, cloud-native audit log correlation.
Skill Claude CodeCodex
Manage Terraform remote state — backend setup, state isolation, locking, import, mv, and state surgery.
Skill Claude CodeCodex
Design reusable, well-tested Terraform modules with cloud-agnostic interfaces and safe state management.
Skill Claude CodeCodex
Day-2 cluster operations — node management, etcd backup/restore, certificate rotation, namespace lifecycle.
Skill Claude CodeCodex
Design, structure, and test production-grade Helm charts with multi-environment overlays.
Skill Claude CodeCodex
Design and implement Kubernetes NetworkPolicy and Cilium network policies for namespace isolation and service-to-service access control.