dev-environment-setup

Validate and set up local ValueOS development environments with Supabase, Redis, ports, and dependencies.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automated validation and setup of local development environments for ValueOS, ensuring proper configuration of Supabase, Redis, ports, and dependencies.

Core Features & Use Cases

  • Environment file validation
  • Supabase and Redis connectivity checks
  • Port availability assessment
  • Dependency version checks and auto-fixes
  • End-to-end health checks for development services
  • Reproducible setup across machines

Quick Start

Run the dev-environment-setup command to perform a full validation and apply safe fixes for your local ValueOS development environment.

Frequently Asked Questions about dev-environment-setup

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

FAQPage Schema
How do I validate my local Supabase and Redis dev environment setup?

To validate your local dev environment setup, run an automated health check that tests Supabase and Redis connectivity, verifies environment variables, and confirms port availability. This ensures all development services are properly configured and reachable.

What is the best way to check port availability and dependencies for ValueOS?

The best way to check port availability and dependencies for ValueOS is to run an end-to-end validation script. It assesses active ports, validates dependency versions, and provides auto-fix recommendations to resolve any detected configuration conflicts.

Can I automatically fix environment variable and dependency issues during onboarding?

Yes, you can automatically fix environment variable and dependency issues during onboarding. The validation process enforces environment variable checks and provides safe auto-fix recommendations for dependency version conflicts to ensure reproducible setups.

Why does my dev environment validation fail when switching between projects?

Your dev environment validation fails when switching between projects due to conflicting ports, missing environment variables, or inactive Supabase and Redis services. Running a full health check identifies these exact connectivity and configuration blockers.

Does dev-environment-setup work without external dependencies installed?

Yes, dev-environment-setup works without external dependencies because it operates as a standalone validation tool. It checks your system for required services like Supabase and Redis and recommends safe fixes if dependencies are missing or invalid.