Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

agent-guides

agent-guides에는 sawrus에서 수집한 skills 61개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
61
Stars
15
업데이트
2026-04-15
Forks
3
직업 범위
직업 카테고리 8개 · 98% 분류됨
저장소 탐색

이 저장소의 skills

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.

2026-04-15
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.

2026-04-15
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.

2026-04-15
component-design
웹 개발자

Design reusable React components with compound patterns, controlled/uncontrolled hybrids, typed prop APIs, async state handling, and ARIA accessibility. Use when the user creates, refactors, or reviews React components, or mentions props, hooks, .tsx files, component APIs, or accessible UI patterns.

2026-04-15
threat-modeling
정보 보안 분석가

Apply STRIDE threat modeling to system designs, identify IDOR and authorization vulnerabilities, and build threat matrices for security reviews. Use when the user designs a new system, reviews an architecture, prepares for a security audit, or asks about common API vulnerabilities like IDOR or broken access control.

2026-04-15
pipeline-security
정보 보안 분석가

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

2026-04-10
artifact-management
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
build-optimization
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
gitlab-ci-patterns
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
backup-restore
데이터베이스 관리자

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

2026-03-08
db-performance
데이터베이스 관리자

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

2026-03-08
migration-safety
데이터베이스 관리자

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

2026-03-08
postgres-operations
데이터베이스 관리자

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

2026-03-08
redis-operations
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
container-hardening
정보 보안 분석가

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

2026-03-08
opa-policies
정보 보안 분석가

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

2026-03-08
sbom-supply-chain
정보 보안 분석가

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

2026-03-08
secret-detection
정보 보안 분석가

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

2026-03-08
sigstore-signing
정보 보안 분석가

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

2026-03-08
ansible-playbooks
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
cost-optimization
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
drift-detection
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
state-management
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
terraform-modules
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
cluster-operations
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
helm-charts
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
network-policies
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
rbac-design
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
resource-tuning
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
dns-management
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
ingress-patterns
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
service-mesh
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
tls-termination
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
vpc-design
소프트웨어 개발자

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

2026-03-08
grafana-dashboards
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
log-aggregation
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
prometheus-alertmanager
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
slo-implementation
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
capacity-planning
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
chaos-engineering
네트워크·컴퓨터 시스템 관리자

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

2026-03-08
이 저장소에서 수집된 skills 61개 중 상위 40개를 표시합니다.