一键导入
run
Start the dev server in the background, or restart it if already running
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Start the dev server in the background, or restart it if already running
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Instantiate the rust-axum-template into a new project
Create a GitHub issue on the rust-axum-template repo from a description or current conversation context
Squash-merge the open PR, pull master, and reset dev branch
Show current branch, working tree status, and any open PR
Stop the running dev server
| name | run |
| description | Start the dev server in the background, or restart it if already running |
| disable-model-invocation | true |
| allowed-tools | Bash(just *), Bash(pgrep *), Bash(curl *), Bash(tail *), Read |
Run the dev server in the background:
just dev-agent
Report the output to the user.
If the command fails, check whether cargo is still compiling (pgrep -x cargo). If it is, the build is just slow — wait and poll until the server responds or the build process exits. You can read target/dev-agent.log for build output.