caddy
Installation
SKILL.md
Caddy Local Proxy Manager
Manage local development reverse proxies via Caddy's Admin API at localhost:2019.
Session Naming
When registering a proxy, use one of these approaches:
- User provides name: Use exactly what they specify
- Generate from context: Use project directory name + short random suffix (e.g.,
myapp-x7k2)
Example generation:
NAME="$(basename "$PWD" | tr '[:upper:]' '[:lower:]' | sed 's/[^a-z0-9]/-/g')-$(head -c4 /dev/urandom | xxd -p | head -c4)"
Quick Reference
| Task | Command |
|---|
Related skills