Agent skill · magnus919
traefik
Deploy, configure, and troubleshoot Traefik v3 reverse proxy — covers
What it needs
About 6k tokens when loaded.
What this skill does
Traefik Agent Skill Comprehensive reference for deploying, configuring, and maintaining Traefik v3 as a reverse proxy and load balancer. This skill covers every major feature of Traefik Proxy OSS with production-ready YAML configuration examples. Quick Start — Minimal Docker Deployment A production-ready Docker Compose template is available at templates/docker-compose.yml. For a quick test: One-Line Health Check Core Concepts Traefik has two configuration layers: Static configuration — set at startup via YAML file, CLI args, or env vars. Defines entryPoints, providers, API, metrics, TLS resolvers. Dynamic (routing) configuration — changes at runtime. Defined via providers (Docker labels, File provider YAML, Kubernetes CRDs). The request flow: EntryPoint → Router → (Middlewares) → Service → Backend Reference Files Topic Load When File ------- ----------- ------ Static Config Setting up Traefik for the first time, adding entryPoints, providers, or global settings references/static-configuration.md Docker Provider Labeling containers for routing, configuring multiple networks, port detection references/docker-provider.md HTTP Routing Writing Host/Path matchers, understanding priority, rule syntax references/http-routing.md Middleware Catalog Adding auth, rate limiting, header manipulation, path rewriting, error pages references/middleware-catalog.md TLS & ACME Configuring Let's Encrypt, wildcard certs, DNS-01/HTTP-01 challenges, mTLS references/tls-acme.md TCP & UDP Routing Routing non-HTTP traffic, SNI matching, TLS termination for TCP references/tcp-routing.md API & Dashboard Securing the dashboard, API endpoints, debugging routes references/api-dashboard.md Observability Prometheus/OTel metrics, access logs, tracing, health checks references/observability.md v2→v3 Migration Breaking changes, rule syntax update, deprecated options references/migration-v2-to-v3.md Production Patterns Docker Compose template, security hardening, HA, monitoring references/production-dep …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills magnus919/traefik