ワンクリックで
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 ページを確認してインストールできます。
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
SOC 職業分類に基づく
| 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.