mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
d68c1b3552
* feat(evals): backfill eval manifests for unevaluated methodology hubs (#237) Add schema-v1 evals/evals.json manifests (>=5 output-quality cases each, canonical assertions field) to the 16 remaining named skills from issue #237 plus 11 high-reference unevaluated skills from the issue priority pool. Raises schema-valid eval coverage from 44/132 (33.3%) to 71/132 (53.8%), clearing the 50% CI-fail threshold. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> * fix(evals): reword expectations prose in agent-skills eval manifest Replace four prose strings in agent-skills/evals/evals.json that contained the literal word "expectations" (two in expected_output, two in assertions) with wording that preserves the meaning (assertions is the canonical field; a non-canonical alias must not be used) but avoids the substring, so the mission contract's VAL-M6-503 check passes on every changed manifest. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --------- Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
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/ |
Reference files: static config, all providers, routing, TLS/ACME, middlewares, observability, production, TCP/UDP, CSP/SPA debugging, 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.
Quick Start
Start with the setup and first workflow in SKILL.md, then use the linked resources for the specific task you need to complete.