Files
vscode/.agents/skills/launch
Tyler James Leonhardt 09df607c61 docs: enhance SKILL.md with screenshot guidance and restart workflow (#300564)
* docs: enhance SKILL.md with screenshot guidance and restart workflow

seems to work well

* fix: guard kill commands and remove npm run compile from SKILL.md

Address PR review feedback:
- Make `kill $(lsof -t -i :9224)` resilient to empty PIDs by checking
  before killing, so cleanup/restart instructions don't fail when Code
  OSS is already stopped.
- Replace `npm run compile` with a comment directing users to let
  `./scripts/code.sh` handle the build or use `npm run watch`, aligning
  with repo guidance that prohibits `npm run compile` for TS validation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 15:32:29 -07:00
..