boot-local

Restart Worker, Edge Functions, and Dev Server on ports 8080 and 3001.

30|3|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/enbyaugust/zacs-claude-skills --skill boot-local
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: boot-local
Source: https://github.com/enbyaugust/zacs-claude-skills/tree/main/skills/boot-local
Command: npx skills add https://github.com/enbyaugust/zacs-claude-skills --skill boot-local

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill consolidates the shutdown and startup of local development services to recover a clean, up-to-date environment for development cycles.

Core Features & Use Cases

  • Single-step Boot: Shut down existing services on ports 8080 and 3001, then restart Worker, Edge Functions, and Dev Server in the background.
  • Port Collision Recovery: Automatically frees ports and validates startup success to prevent stuck dev sessions.
  • Status Reporting: Provides a final summary with service URLs so you can quickly verify the environment is ready.

Quick Start

Use the boot-local skill to stop any running local services and start them again in the background. The final status summary will show the health and URLs of Worker, Edge Functions, and Dev Server.

Frequently Asked Questions about boot-local

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I restart local development services to clear stuck processes and port conflicts?

To restart local development services, the skill terminates processes on ports 8080 and 3001 using standard Bash commands, then relaunches the Worker, Edge Functions, and Dev Server in the background to clear stuck processes and port conflicts.

What is the best way to free up occupied ports for local dev servers?

The best way to free occupied ports for local dev servers is to automatically terminate processes on ports 8080 and 3001 before starting the Worker, Edge Functions, and Dev Server in the background.

How do I boot Worker, Edge Functions, and Dev Server in the background with one command?

You can boot the Worker, Edge Functions, and Dev Server in the background with a single command that kills existing processes on ports 8080 and 3001 and then initializes the three local development services simultaneously.

Does boot-local require any dependencies to manage background services?

No, boot-local does not require external dependencies to manage background services, as it relies entirely on standard Bash commands to terminate stuck processes and restart the local development environment.

How do I verify my local development environment is ready after a restart?

To verify your local development environment is ready after a restart, the skill provides a final status report summarizing the health and service URLs of the Worker, Edge Functions, and Dev Server.

Why are my local dev servers stuck during development cycles?

Local dev servers get stuck during development cycles due to stale environments and port conflicts, which require terminating processes on ports 8080 and 3001 to achieve a clean restart.