원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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
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