什么是 dev-serve?
启动并管理通过 Caddy 在通配符子域公开的 tmux 支持的开发服务器。 来源:tychohq/agent-skills。
启动并管理通过 Caddy 在通配符子域公开的 tmux 支持的开发服务器。
通过命令行快速安装 dev-serve AI 技能到你的开发环境
来源:tychohq/agent-skills。
Start a dev server in a tmux session and expose it via Caddy at .YOURDOMAIN. One command up, one command down.
| DEVSERVEDOMAIN | (must be set) | Your wildcard domain (e.g. mini.example.com) | | DEVSERVESTATEDIR | /.config/dev-serve | Where state JSON is stored | | CADDYFILE | /.config/caddy/Caddyfile | Path to your Caddyfile | | CADDYADMIN | http://localhost:2019 | Caddy admin API address | | DEVCMD | (auto-detected) | Override the dev server command |
Vite blocks requests from unrecognized hostnames. dev-serve up automatically patches vite.config.ts (or .js/.mts/.mjs) to add the subdomain. If auto-patching fails, it prints the manual fix.
启动并管理通过 Caddy 在通配符子域公开的 tmux 支持的开发服务器。 来源:tychohq/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/tychohq/agent-skills --skill dev-serve启动并管理通过 Caddy 在通配符子域公开的 tmux 支持的开发服务器。 来源:tychohq/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/tychohq/agent-skills --skill dev-serve 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/tychohq/agent-skills