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

envoy-skills

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

수집된 skills
50
Stars
3
업데이트
2026-04-16
Forks
0
직업 범위
직업 카테고리 6개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

eg-client-policy
네트워크·컴퓨터 시스템 관리자

Configure client-facing traffic policies -- timeouts, connection limits, TLS settings, HTTP behavior

2026-04-16
eg-enterprise
네트워크·컴퓨터 시스템 관리자

Production-grade Envoy Gateway setup with comprehensive security, observability, high availability, and operational best practices

2026-04-16
eg-service-mesh
네트워크·컴퓨터 시스템 관리자

Integrate Envoy Gateway with Istio ambient mesh or Cilium for unified ingress and service mesh

2026-04-16
eg-version
소프트웨어 개발자

Envoy Gateway version information, compatibility matrix, and upgrade readiness checks

2026-04-16
aigw-contrib-orchestrator
소프트웨어 개발자

Envoy AI Gateway contribution orchestrator — interviews you about your contribution and guides you through the correct workflow using contributor skills

2026-03-10
eg-contrib-orchestrator
소프트웨어 개발자

Envoy Gateway contribution orchestrator — interviews you about your contribution and guides you through the correct workflow using contributor skills

2026-03-10
k8s-controller-ops
네트워크·컴퓨터 시스템 관리자

Operational patterns for Kubernetes controllers — leader election, RBAC, finalizer safety, Server-Side Apply, extension hooks, credential rotation, and drift detection

2026-03-10
k8s-controller-perf
네트워크·컴퓨터 시스템 관리자

Performance tuning for Kubernetes controllers — field indexers, predicate filters, cache optimization, work queue tuning, and observability

2026-03-10
k8s-controller-reconcile
네트워크·컴퓨터 시스템 관리자

Idempotent reconciliation patterns for Kubernetes controllers — event handling, error classification, requeue semantics, status management, and ownership

2026-03-10
k8s-controller-testing
소프트웨어 품질 보증 분석가·테스터

Testing strategies for Kubernetes controllers — envtest, CEL validation testing, integration patterns, goroutine leak detection, and anti-patterns

2026-03-10
k8s-crd-lifecycle
네트워크·컴퓨터 시스템 관리자

CRD type definitions, kubebuilder markers, CEL validation, code generation, and versioning for Kubernetes control planes

2026-03-10
aigw-auth
정보 보안 분석가

Configure BackendSecurityPolicy for AI provider authentication — API key, AWS, Azure, GCP credentials

2026-03-10
aigw-backend
소프트웨어 개발자

Create an AIServiceBackend and Envoy Gateway Backend for an AI provider

2026-03-10
aigw-fundamentals
소프트웨어 개발자

Envoy AI Gateway fundamentals — CRDs, resource hierarchy, API schemas, and provider authentication

2026-03-10
aigw-install
네트워크·컴퓨터 시스템 관리자

Install Envoy AI Gateway and Envoy Gateway with production-ready configuration for AI workloads

2026-03-10
aigw-orchestrator
소프트웨어 개발자

Orchestrate a complete Envoy AI Gateway setup — interview user and compose aigw-install, aigw-route, aigw-backend, aigw-auth

2026-03-10
aigw-route
소프트웨어 개발자

Create an AIGatewayRoute to bind AI backends to a Gateway with model-based routing

2026-03-10
aigw-contrib-add-api
소프트웨어 개발자

Add or extend CRD types in envoyproxy/ai-gateway — type definition, validation, code generation, and filterapi update

2026-03-10
aigw-contrib-add-translator
소프트웨어 개발자

Add a new LLM provider translator to envoyproxy/ai-gateway — the most common contribution type

2026-03-10
aigw-contrib-architecture
소프트웨어 개발자

Envoy AI Gateway codebase architecture — two-level ExtProc, file-based config, controller reconcilers, directory layout, and key types for navigating the envoyproxy/ai-gateway repository

2026-03-10
aigw-contrib-e2e
소프트웨어 품질 보증 분석가·테스터

Write end-to-end tests for envoyproxy/ai-gateway — kind cluster setup, test manifests, mock providers, streaming assertions

2026-03-10
aigw-contrib-extproc-internals
소프트웨어 개발자

Envoy AI Gateway ExtProc internals — request lifecycle, translator pattern, EndpointSpec, streaming SSE, backend auth, and common data plane mistakes

2026-03-10
aigw-contrib-go-style
소프트웨어 개발자

Go best practices as demonstrated by lead maintainer @mathetake — performance patterns, JSON handling, error style, naming, streaming, and test structure that determine PR acceptance

2026-03-10
aigw-contrib-pr-guide
소프트웨어 개발자

PR conventions, commit format, mandatory import aliases, banned packages, review expectations, and common mistakes to avoid when contributing to envoyproxy/ai-gateway

2026-03-10
aigw-contrib-testing
소프트웨어 품질 보증 분석가·테스터

Test hierarchy, go-vcr recording, testcontainers, func-e data plane tests, coverage thresholds, and anti-patterns for envoyproxy/ai-gateway

2026-03-10
eg-extend
소프트웨어 개발자

Build custom Envoy Gateway extensions using ExtProc, Wasm, or Lua for request/response processing

2026-03-08
eg-multi-tenant
네트워크·컴퓨터 시스템 관리자

Set up Envoy Gateway for multi-tenant SaaS with namespace isolation, per-tenant gateways, and tenant-specific policies

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

Configure access logging, metrics, and distributed tracing for Envoy Gateway

2026-03-08
eg-contrib-add-api
소프트웨어 개발자

Step-by-step guide to add or extend a CRD API type in envoyproxy/gateway — type definitions, validation, code generation, and API design rules

2026-03-08
eg-contrib-architecture
소프트웨어 개발자

Envoy Gateway codebase architecture — translation pipeline, directory layout, runner pattern, and key types for navigating the envoyproxy/gateway repository

2026-03-08
eg-contrib-e2e
소프트웨어 품질 보증 분석가·테스터

Step-by-step guide to write an end-to-end test for an Envoy Gateway feature — test manifests, conformance framework, traffic assertions

2026-03-08
eg-contrib-envoy-internals
소프트웨어 개발자

Envoy Proxy internals for EG contributors — request lifecycle, xDS resource types, filter chain ordering, go-control-plane imports, and common xDS translation mistakes

2026-03-08
eg-contrib-pr-guide
소프트웨어 개발자

PR conventions, commit format, review expectations, and common mistakes to avoid when contributing to envoyproxy/gateway

2026-03-08
eg-contrib-testing
소프트웨어 품질 보증 분석가·테스터

Testing patterns in envoyproxy/gateway — golden file tests for translators, e2e tests, conformance tests, CEL validation tests, and common pitfalls

2026-03-08
eg-contrib-translate
통역사·번역가

Step-by-step guide to implement Gateway API to IR and IR to xDS translation for a new feature in envoyproxy/gateway

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

Install Envoy Gateway via Helm with production-ready configuration

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

Migrate Envoy Gateway between versions with pre-flight checks, step-by-step upgrade procedures, and rollback guidance

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

Envoy Gateway setup guide — interviews you about your use case and guides you to the right skills and configuration

2026-03-08
eg-production-guide
네트워크·컴퓨터 시스템 관리자

Envoy Gateway production deployment — deployment modes, performance tuning, observability, operational guidance

2026-03-08
eg-api-gateway
네트워크·컴퓨터 시스템 관리자

Set up Envoy Gateway as an API gateway with authentication, rate limiting, and backend resilience

2026-03-08
이 저장소에서 수집된 skills 50개 중 상위 40개를 표시합니다.
envoy-skills GitHub Agent Skills | SkillsMP