# Run Dev

> Launch the PeakyPanes dev workflow by running scripts/dev-run in the current repo. Use when the user says "run dev" or asks to open a fresh Ghostty dev session that go installs, restarts the daemon, and launches peakypanes.

- Skill: `majiayu000/run-dev` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/run-dev`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/run-dev/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/run-dev

---


# Run Dev

## Overview
Run the repo's `scripts/dev-run` to open a fresh Ghostty window that installs the CLI, restarts the daemon, and launches PeakyPanes.

## Workflow
1) Ensure the current working directory is the PeakyPanes repo root (look for `scripts/dev-run`).
2) If not in the repo, ask for the correct path or `cd` into it.
3) Run `scripts/dev-run` with any user-provided args (e.g. `scripts/dev-run start --layout dev-3`).
4) If Ghostty is missing or the OS is not macOS, report that `scripts/dev-run` will fail and ask how to proceed.

## Notes
- Default to no args if the user just says "run dev".
- If the user wants a specific layout or command, append those args to `scripts/dev-run`.

