local-runtime-harness

Set up and run local development environments with scripts and documentation.

3|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/pax-k/pax-fullstack-harness --skill local-runtime-harness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-runtime-harness
Source: https://github.com/pax-k/pax-fullstack-harness/tree/main/skills/local-runtime-harness
Command: npx skills add https://github.com/pax-k/pax-fullstack-harness --skill local-runtime-harness

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that projects are reproducible and inspectable locally, making it easier for coding agents to develop, debug, and test applications.

Core Features & Use Cases

  • Local Runtime Scripts: Automates booting the app, reproducing bugs, inspecting behavior, and resetting state locally.
  • Environment Documentation: Generates .env.example and docs/development for setting up the local environment.
  • Service Management: Adds local services like Docker Compose for databases or queues.
  • Diagnostics: Provides health checks and logs to verify the main app or API is reachable and logs are inspectable.
  • Use Case: Ideal for projects requiring local dev server scripts, .env.example files, Docker Compose, seed/reset commands, health checks, local logs, or runtime debugging instructions.

Quick Start

Run the ./scripts/dev command to start the app locally.

Frequently Asked Questions about local-runtime-harness

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

FAQPage Schema
How do I set up a local development environment for reproducible testing?

To set up a local development environment for reproducible testing, run the `./scripts/dev` command, which automates app booting, environment configuration via `.env.example`, and local service management using Docker Compose.

What is the best way to manage local services like databases during development?

The best way to manage local services like databases during development is by using Docker Compose configurations, which this approach adds locally alongside health checks and logs to ensure service reachability and inspectability.

How do I add health checks and diagnostics to my dev server?

You add health checks and diagnostics to your dev server by utilizing runtime scripts that verify the main app or API is reachable, ensuring local logs are inspectable for runtime debugging and behavior verification.

Can I automate resetting state and reproducing bugs in a local runtime?

Yes, you can automate resetting state and reproducing bugs in a local runtime by executing the provided local runtime scripts, which are designed specifically for inspecting behavior and resetting state locally.

Does local runtime inspection require generating environment documentation?

Local runtime inspection requires generating environment documentation to ensure reproducibility, specifically producing a `.env.example` file and `docs/development` to guide local environment setup and configuration.

Why are my local development scripts failing to reproduce bugs consistently?

Local development scripts fail to reproduce bugs consistently when environment configuration is incomplete, making it necessary to use generated `.env.example` files and Docker Compose services to ensure a reproducible and inspectable local state.