ワンクリックで
start-dev
Start the local Docker development environment, opening Docker if needed, and open the app in browser
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Start the local Docker development environment, opening Docker if needed, and open the app in browser
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Use when the user asks to take on, work on, or pick up a Linear issue - fetches issue details and sets up an isolated git worktree before starting implementation
Work on LeetCode problems in the ~/leetcode directory
Start the clawdbot gateway and show status
Open a new tab in iTerm, optionally start Claude with instructions
A simple hello world skill that demonstrates basic skill creation
Navigate to ~/kraken directory, initialize claude, and show local changes
SOC 職業分類に基づく
| name | start-dev |
| description | Start the local Docker development environment, opening Docker if needed, and open the app in browser |
| allowed-tools | Bash(docker:*), Bash(open:*) |
Start the local development environment:
Check if Docker is running:
docker info > /dev/null 2>&1
If Docker is not running, open it and wait:
open -a Docker
docker info every 2 seconds until it succeeds (max 30 seconds)Build and start the services:
docker compose build
docker compose up -d
Wait for services to be ready (3-5 seconds)
Open the app in browser:
open http://localhost:8080
Report status:
docker compose ps