local-dev

Manage local development environments with Docker, server, and testing commands.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jimmy071919/iiii-project --skill local-dev-jimmy071919
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-dev
Source: https://github.com/jimmy071919/iiii-project/tree/main/opik/.agents/skills/local-dev
Command: npx skills add https://github.com/jimmy071919/iiii-project --skill local-dev-jimmy071919

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill addresses the challenge of setting up and managing a local development environment, providing commands for server management, Docker operations, and local testing.

Core Features & Use Cases

  • Environment Setup: Automates the setup of local development environments.
  • Server Management: Offers commands for restarting, starting, stopping, and verifying the server.
  • Docker Operations: Includes Docker commands for local Docker container management.
  • Local Testing: Provides commands to build, test, and validate the application locally.

Quick Start

Run 'dev-runner.sh --start' to start the local development environment.

Frequently Asked Questions about local-dev

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

FAQPage Schema
How do I set up a local development environment with Docker?

You can set up a local development environment with Docker by running 'dev-runner.sh --start', which provides comprehensive commands for managing Docker container operations and automating environment configuration.

What commands are available for local server management?

Available commands for local server management include operations to start, stop, restart, and verify the server, ensuring your local development environment runs smoothly during full-stack development.

How can I test and validate my application locally?

To test and validate your application locally, use the provided build and test commands, which validate both frontend and backend work within your local development environment.

Does this local development setup support full-stack development?

This local development setup supports full-stack development by handling operations for both frontend and backend work, providing comprehensive commands for server management and Docker operations.

What is the best way to manage Docker containers during local testing?

Managing Docker containers during local testing is best achieved using integrated Docker commands that handle container setup and operations alongside local application validation commands.