AgentStack
sawrus avatar

sawrus

50 listings · 0 installs

Open-source publisher. Listings imported from github.com/sawrus — credited to the original author with their license.

↗ github.com/sawrus
50+ results
Self-run
SKILL

Sbom Supply Chain

Generate, attach, and verify SBOMs (CycloneDX/SPDX) for container images; implement SLSA provenance; harden software supply chain.

0
11
Free
Self-run
SKILL

Opa Policies

Write OPA/Gatekeeper and Kyverno admission policies for Kubernetes security guardrails.

0
14
Free
Self-run
SKILL

Slo Implementation

Implement SLOs end-to-end in Prometheus — recording rules, burn rate alerts, error budget dashboards, and Sloth/pyrra integration.

0
16
Free
Self-run
SKILL

State Management

Manage Terraform remote state — backend setup, state isolation, locking, import, mv, and state surgery.

0
17
Free
Self-run
SKILL

Database Modeling

Design relational schemas, write efficient queries, plan indexes, and implement safe migrations.

0
15
Free
Self-run
SKILL

Github Actions Patterns

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.

0
17
Free
Self-run
SKILL

Postgres Operations

PostgreSQL operational runbooks — health checks, vacuum, bloat, locks, PITR, connection pool management.

0
15
Free
Self-run
SKILL

Grafana Dashboards

Design and maintain Grafana dashboards — service overview panels, SLO tracking, variable templates, dashboard-as-code with Grafonnet/Jsonnet.

0
17
Free
Self-run
SKILL

Redis Operations

Redis operational runbooks — memory management, eviction policy, persistence config, Sentinel/Cluster, K8s-hosted Redis ops.

0
15
Free
Self-run
SKILL

Ingress Patterns

NGINX Ingress Controller patterns — TLS, rate limiting, CORS, rewrites, path-based routing, and MetalLB for bare-metal.

0
15
Free
Self-run
SKILL

Pipeline Security

Secure CI/CD pipelines with keyless signing, OIDC federation, provenance attestations, policy enforcement, and hardened runners.

0
16
Free
Self-run
SKILL

Helm Charts

Design, structure, and test production-grade Helm charts with multi-environment overlays.

0
18
Free
Self-run
SKILL

Sigstore Signing

Sign container images and artifacts with cosign (keyless via OIDC and key-based); verify signatures in CD pipelines and admission policies.

0
12
Free
Self-run
SKILL

Dns Management

DNS management for Kubernetes — CoreDNS tuning, external-dns automation, split-horizon DNS, and bare-metal DNS design.

0
17
Free
Self-run
SKILL

Backup Restore

PostgreSQL backup and restore with pgBackRest — full/incremental/WAL, PITR, K8s CronJob scheduling, and restore verification.

0
18
Free
Self-run
SKILL

Observability

Implement structured logging, distributed tracing, and metrics for production-ready backend services.

0
14
Free
Self-run
SKILL

Cluster Operations

Day-2 cluster operations — node management, etcd backup/restore, certificate rotation, namespace lifecycle.

0
13
Free
Self-run
SKILL

Api Design

Design and implement REST APIs with consistent conventions, versioning, error contracts, and security.

0
17
Free
Self-run
SKILL

Data Modeling

A Claude skill from sawrus/agent-guides.

0
11
Free
Self-run
SKILL

Orchestration

A Claude skill from sawrus/agent-guides.

0
14
Free
Self-run
SKILL

Chaos Engineering

Design and run chaos experiments in Kubernetes — pod failures, network partitions, resource pressure with LitmusChaos and manual chaos.

0
15
Free
Self-run
SKILL

Postmortem Analysis

Write blameless postmortems with 5-whys RCA, actionable follow-ups, and systematic prevention measures.

0
17
Free
Self-run
SKILL

Capacity Planning

Forecast infrastructure capacity needs — traffic projection, resource headroom calculations, node pool sizing, K8s cluster capacity.

0
11
Free
Self-run
SKILL

Rbac Design

Design minimal-privilege RBAC for workloads, operators, and human access in multi-tenant clusters.

0
18
Free
Self-run
SKILL

Gitlab Ci Patterns

GitLab CI/CD pipelines — include templates, environments, OIDC auth, caching, protected runners, deployment gates.

0
19
Free
Self-run
SKILL

Vpc Design

Design cloud-agnostic private networks — subnet layout, CIDR allocation, zone redundancy, routing, and bare-metal equivalent.

0
18
Free
Self-run
SKILL

Incident Command

Structured incident command for P0/P1 — roles, timeline, communication templates, and mitigation-first approach.

0
12
Free
Self-run
SKILL

Lineage Governance

A Claude skill from sawrus/agent-guides.

0
14
Free
Self-run
SKILL

Tls Termination

Configure TLS termination with cert-manager — Let's Encrypt, internal CA via Vault PKI, wildcard certs, mTLS between services.

0
15
Free
Self-run
SKILL

Slo Sli Design

Define SLIs, SLOs, and error budgets; implement burn rate alerts; integrate with Prometheus.

0
11
Free
Self-run
SKILL

Build Optimization

Optimize CI build speed — Docker layer caching, dependency caching, multi-stage builds, parallelism, and build matrix strategies.

0
12
Free
Self-run
SKILL

Pod Troubleshooting

Systematic diagnosis of Kubernetes pod failures — CrashLoopBackOff, OOMKilled, Pending, ImagePullBackOff, and service connectivity issues. Use when the user encounters pods not starting, container restart loops, scheduling failures, or service unreachability in a K8s cluster.

0
18
Free
Self-run
SKILL

Async Processing

Design and implement async task queues, message consumers, and background job patterns.

0
14
Free
Self-run
SKILL

Secret Detection

Detect secrets in code, git history, and running containers — pre-commit hooks, CI scanning, and incident response for exposed credentials.

0
19
Free
Self-run
SKILL

Artifact Management

Manage container images, Helm charts, and build artifacts — registry organization, retention, promotion between environments.

0
17
Free
Self-run
SKILL

Troubleshooting

Systematic backend debugging — reproduce, isolate root cause, implement fix with regression test.

0
14
Free
Self-run
SKILL

Prometheus Alertmanager

Write production-quality Prometheus alert rules, recording rules, and Alertmanager routing configs.

0
13
Free
Self-run
SKILL

Ansible Playbooks

Write idempotent Ansible playbooks and roles for server configuration, K8s node provisioning, and application bootstrap.

0
16
Free
Self-run
SKILL

Network Policies

Design and implement Kubernetes NetworkPolicy and Cilium network policies for namespace isolation and service-to-service access control.

0
20
Free
Self-run
SKILL

Terraform Modules

Design reusable, well-tested Terraform modules with cloud-agnostic interfaces and safe state management.

0
14
Free
Self-run
SKILL

Db Performance

PostgreSQL query performance — EXPLAIN ANALYZE, index design, pg_stat_statements, slow query detection, connection pool tuning.

0
17
Free
Self-run
SKILL

Service Mesh

Implement service mesh for mTLS, traffic management, and observability — Istio and Linkerd patterns for Kubernetes.

0
17
Free
Self-run
SKILL

Drift Detection

Detect, classify, and automate Terraform drift detection in CI — scheduled plans, drift metrics, cloud-native audit log correlation.

0
15
Free
Self-run
SKILL

Resource Tuning

Right-size pod resources, configure HPA/VPA/KEDA, and eliminate resource waste in Kubernetes.

0
17
Free
Self-run
SKILL

Migration Safety

Safe database migrations in production — expand-and-contract, lock-safe DDL, timing estimation, rollback SQL.

0
15
Free
Self-run
SKILL

Cost Optimization

Identify and reduce cloud infrastructure costs — right-sizing, reserved capacity, waste detection, tagging for cost attribution.

0
17
Free
Self-run
SKILL

Distributed Tracing

Implement distributed tracing with OpenTelemetry, Tempo/Jaeger — instrumentation, sampling, and trace-to-log correlation. Use when the user asks about distributed tracing, OpenTelemetry setup, span instrumentation, trace propagation, or connecting traces to logs and metrics.

0
14
Free
Self-run
SKILL

Log Aggregation

Set up Loki or ELK log aggregation for K8s workloads — structured logging, log routing, and log-based alerting.

0
12
Free
Self-run
SKILL

Container Hardening

Harden container images and Kubernetes workload security contexts — distroless, multi-stage, minimal attack surface.

0
18
Free
Self-run
SKILL

Dbt Patterns

A Claude skill from sawrus/agent-guides.

0
16
Free