ops-run-local

Manage local Expo and serverless backend development environments with start, stop, restart, and status operations.

3|3|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/CodySwannGT/lisa --skill ops-run-local
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops-run-local
Source: https://github.com/CodySwannGT/lisa/tree/main/plugins/lisa-expo/skills/ops-run-local
Command: npx skills add https://github.com/CodySwannGT/lisa --skill ops-run-local

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of local development environments for Expo and serverless backend projects, ensuring a consistent and efficient setup.

Core Features & Use Cases

  • Full Stack Management: Start, stop, restart, and check the status of both frontend and backend services.
  • Individual Service Control: Start or stop only the frontend or backend as needed.
  • Use Case: When starting your workday, use this Skill to bring up your entire local development stack with a single command, ensuring all services are running and accessible.

Quick Start

Use the ops-run-local skill to start the full local development environment.

Frequently Asked Questions about ops-run-local

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

FAQPage Schema
How do I manage my local development environment for Expo and serverless projects?

To manage your local development environment, this Skill starts, stops, restarts, and checks the status of both Expo frontend and serverless backend services. It discovers start scripts from package.json files to ensure your full stack runs consistently.

Do I need bun installed to run my local dev environment?

Yes, you need bun installed to run your local dev environment. This Skill verifies prerequisites like bun installation, directory existence, and port availability before executing start, stop, or restart operations for your stack.

Can I start only the frontend or backend instead of the full stack?

Yes, you can start only the frontend or backend instead of the full stack. This Skill supports individual service control, allowing you to start, stop, or check the status of specific components independently as needed.

How does this Skill discover start scripts for my local services?

This Skill discovers start scripts for your local services by reading your project's package.json files. It uses these discovered scripts to execute commands that bring up your Expo frontend and serverless backend environment.

What happens if required directories or ports are unavailable when starting local dev?

If required directories or ports are unavailable when starting local dev, the Skill identifies these missing prerequisites during its verification phase. It checks directory existence and port availability to prevent startup failures before attempting to run your services.