بنقرة واحدة
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 المهني
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
| 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