Files
magnus919_agent-skills/traefik
Magnus Hedemark 738ec715e7 Add human-focused README.md to every skill and bundle directory
Each README is written for a human audience, explaining:
- What the skill does (not what format it follows)
- What benefit the user gets from installing it
- Quick setup and usage patterns
- When to load/trigger the skill
- What scripts, references, and templates it ships

data-scientist already had a README — left unchanged.

48 READMEs added across all skill and bundle directories.
2026-07-09 22:30:12 -04:00
..

Traefik v3 — Reverse Proxy & Load Balancer

Deploy, configure, secure, and maintain Traefik v3 reverse proxy. Covers Docker provider, routing, TLS/ACME, middlewares, observability, and production deployment.

Why Install This Skill

When your agent loads this skill, it becomes a Traefik infrastructure engineer who can:

  • Deploy Traefik — production-ready Docker Compose setup with Let's Encrypt
  • Configure routing — HTTP/TCP/UDP routers with Docker labels or file-based config
  • Set up TLS — ACME with HTTP-01, DNS-01, and TLS-ALPN-01 challenges
  • Use all 25+ middlewares — rate limiting, authentication, redirects, headers, circuit breakers
  • Monitor and observe — Prometheus/OpenTelemetry metrics, access logs, dashboard
  • Harden deployment — security best practices, production patterns

What You Get

Directory Purpose
SKILL.md Quick-start deployment, core concepts, reference index
templates/ Production-ready Docker Compose template
scripts/ Health check script with JSON output
references/ 10 reference files: static config, dynamic config, all providers, routing, TLS/ACME, middlewares, observability, production, TCP/UDP, troubleshooting

Triggers

Load this when setting up or debugging a Traefik instance for reverse proxy, load balancing, or TLS termination.

Requirements

Docker for containerized deployment. Standard Linux server for native installation.