setup-dev-environment

Clone the repository and configure a local ValueOS development environment.

Updated Nov 17, 2025
One-click install
npx skills add https://github.com/Valynt/ValueOS --skill setup-dev-environment-valynt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-dev-environment
Source: https://github.com/Valynt/ValueOS/tree/main/.windsurf/skills/setup-dev-environment
Command: npx skills add https://github.com/Valynt/ValueOS --skill setup-dev-environment-valynt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a guided, reproducible process to configure a local ValueOS development environment, including prerequisites, dependencies, and service orchestration.

Core Features & Use Cases

  • End-to-end setup: Clones the repo, installs dependencies, configures environment, and starts local services for development.
  • Environment validation: Verifies Node.js, pnpm, Docker, and database clients are correctly installed and configured.
  • Onboarding readiness: Ready-to-follow steps for new engineers, CI agents, and fresh machines to accelerate setup.

Quick Start

Follow the steps to clone the repository, install dependencies, configure local environment, and start the development services.

Frequently Asked Questions about setup-dev-environment

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

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

To set up a local ValueOS development environment, you need to clone the repository, install dependencies using pnpm, configure environment variables, and orchestrate local services. This guided process ensures your machine is ready for development and service execution.

What prerequisites do I need to install before developing ValueOS locally?

Before developing ValueOS locally, you must install Node.js, pnpm, Docker, PostgreSQL client, and Redis client. The environment validation step verifies these tools are correctly installed and configured to ensure smooth local service orchestration.

Can I use this setup process for CI agents and fresh machines?

Yes, this setup process applies to onboarding new engineers, configuring CI agents, and initializing fresh machines. It provides reproducible steps for prerequisites, installations, and local service orchestration to accelerate environment readiness.

Does the ValueOS local setup validate Docker and database client installations?

Yes, the ValueOS local setup includes environment validation to verify Docker, PostgreSQL client, and Redis client are correctly installed. This validation ensures all required dependencies are present before you start local development services.

What is the best way to orchestrate local services for ValueOS development?

The best way to orchestrate local services for ValueOS development is by following the guided setup to configure your environment and start the required services. This ensures all Node.js, pnpm, and Docker dependencies are properly coordinated.