Claude Code plugin for setting up and using devproxy — local HTTPS dev subdomains for Docker Compose projects
This skill should be used when the user mentions "devproxy", "dev subdomain", "local HTTPS proxy", asks about HTTPS for Docker Compose, wants to route Docker services through HTTPS subdomains, needs to troubleshoot devproxy issues like certificate errors or daemon problems, or asks about devproxy commands like "devproxy up", "devproxy down", "devproxy ls", "devproxy status", "devproxy init", "devproxy open", "devproxy stop", "devproxy start", "devproxy restart", "devproxy daemon restart", or "devproxy update".
This skill should be used when the user asks to "set up devproxy", "install devproxy", "configure HTTPS for Docker", "set up local HTTPS subdomains", "get started with devproxy", "configure DNS for devproxy", or needs a guided walkthrough for first-time devproxy installation and configuration.
Use when you need to get the current project's devproxy HTTPS URL, check if the project is running behind devproxy, or need the proxy URL for testing, browser automation, or API calls. Triggers on "devproxy url", "proxy url", "get devproxy url", "what's my dev url", "current HTTPS url".
Local HTTPS dev subdomains for Docker Compose projects. One label, one command, real TLS.
# docker-compose.yml
services:
web:
build: .
labels:
- devproxy.port=3000
devproxy up
# → https://swift-penguin-myapp.mysite.dev
devproxy up --slug my-app
# → https://my-app-myapp.mysite.dev
rcgen (no mkcert)curl -fsSL https://raw.githubusercontent.com/foundra-build/devproxy/main/install.sh | sh
To install a specific version:
export DEVPROXY_VERSION=v0.0.1
curl -fsSL https://raw.githubusercontent.com/foundra-build/devproxy/main/install.sh | sh
# one-time setup (no sudo needed — uses launchd/systemd socket activation)
devproxy init --domain mysite.dev
# in any project with devproxy.port label
devproxy up
| Command | Description |
|---|---|
devproxy init | One-time setup: certs, CA trust, daemon |
devproxy up | Start project, assign slug, proxy it |
devproxy up --slug | Start project with a custom slug prefix |
devproxy down | Stop project, remove override and slug |
devproxy stop | Stop containers (preserves slug for restart) |
devproxy start | Start previously stopped containers |
devproxy restart | Restart app containers |
devproxy ls | List running projects with URLs |
devproxy open | Open project URL in browser |
devproxy status | Daemon health check |
devproxy daemon restart | Restart the background daemon |
devproxy update | Check for updates and self-update |
devproxy --version | Show installed version |
devproxy includes a Claude Code plugin with skills for guided setup and usage help.
/plugin marketplace add foundra-build/devproxy
/plugin install devproxy@devproxy
| Skill | Trigger | What it does |
|---|---|---|
devproxy | Mention "devproxy", Docker HTTPS, dev subdomains | Commands reference, troubleshooting, how-it-works |
setup | "set up devproxy", "install devproxy" | Guided interactive walkthrough for first-time setup |
Use /devproxy:setup for a step-by-step guided installation, or just ask about devproxy and the general skill will activate automatically.
just setup # bootstrap: cargo build
just dev # cargo watch for dev
just check # clippy + tests
See docs/spec.md for the full specification.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub foundra-build/devproxy --plugin devproxyPragmatic Rust coding guidelines based on Microsoft's Rust Guidelines — covers API design, error handling, safety, performance, and idiomatic patterns
Proof-driven QA skill that autonomously proves features and bugfixes work with visual evidence — screenshots, logs, and a self-contained HTML proof report
Docker and Docker Compose expert with complete documentation. Generates Dockerfiles, compose configs, database containers, SSL/TLS setup with Traefik or Nginx, and provides troubleshooting for common container issues.
Generate Docker Compose configurations for multi-container applications with best practices
Docker Compose validation and best practices
Teach Claude how to use the corgi CLI: author corgi-compose.yml, run services, interpret doctor/status output, debug common failures.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls