dev
Installation
SKILL.md
Human usage
After setup, use these commands directly:
npm run dev/npm run dev:start— start server in background (detached via nohup)npm run dev:stop— stop server (Ctrl+C won't work since it's detached)npm run dev:status— check PID and log locationnpm run dev:restart— restart servertail -f logs/dev.log— stream live logsPORT=5173 npm run dev— override port
PID file: .dev/dev.pid — Log file: logs/dev.log
You are managing the dev server. The argument determines the action.
/dev setup
Related skills
More from rootspec/skills
commit
Use when the user wants to commit changes. Stages files, updates CHANGELOG.md, and creates a commit following project conventions.
8release
Use when the user wants to create a release. Guides through updating changelogs and running the release script.
7issues
Use when the user wants to view, add, update, or close issues. Manages ISSUES.md for this project.
6