env-setup

Configures a multi-service local dev stack with Docker Compose and environment variables.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Vivekmano27/agent-orchestrator --skill env-setup-vivekmano27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: env-setup
Source: https://github.com/Vivekmano27/agent-orchestrator/tree/main/plugins/project-orchestrator/skills/env-setup
Command: npx skills add https://github.com/Vivekmano27/agent-orchestrator --skill env-setup-vivekmano27

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure and bootstrap a complete local development environment for a multi-service stack, covering containerized services, environment variables, toolchain setup, IDE configuration, and pre-commit hooks.

Core Features & Use Cases

  • Onboard new developers with a consistent local stack.
  • Bring up Docker Compose-based services (Postgres, Redis, core-service, ai-service) with proper env configurations.
  • Automate environment tooling and language toolchains (Node.js, Python, Flutter), IDE settings, and pre-commit hooks for a reproducible workspace.

Quick Start

Bootstrap your local environment by running the standard setup script to install dependencies, configure services, and seed initial data.

Frequently Asked Questions about env-setup

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

FAQPage Schema
How do I set up a local dev environment for a multi-service Docker Compose stack?

This Skill provisions a local dev environment for a multi-service Docker Compose stack by configuring containers like Postgres and Redis and managing environment variables. It orchestrates the complete bootstrap process to ensure a consistent, reproducible local workspace.

What is the best way to onboard new developers with a consistent local stack?

The best way to onboard developers with a consistent local stack is to automate toolchain installation, IDE configuration, and pre-commit hooks. This Skill provisions a complete development environment to guarantee workstation consistency and eliminate manual setup errors.

Can I use this to configure environment variables across multiple services?

Yes, you can configure environment variables across multiple services. The Skill applies environment variable management and Docker Compose setup across multi-service platforms, ensuring proper configurations for core-service and ai-service components during the bootstrap process.

Does the local dev environment bootstrap include language toolchains like Node.js and Python?

Yes, the local dev environment bootstrap includes language toolchains like Node.js, Python, and Flutter. It automates toolchain installation alongside IDE settings and pre-commit hooks to establish a fully reproducible development workspace.

How do I automate pre-commit hooks and IDE configuration for my development workstation?

You can automate pre-commit hooks and IDE configuration for a development workstation by using this Skill to integrate toolchain setup with workspace consistency checks. It handles environment tooling to provide a turnkey local dev environment.