一键导入
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