원클릭으로
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.