dev-environment

Generate Docker Compose files and development scripts from a tech stack configuration.

6|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/vibbs/company-os --skill dev-environment-vibbs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-environment
Source: https://github.com/vibbs/company-os/tree/main/.claude/skills/dev-environment
Command: npx skills add https://github.com/vibbs/company-os --skill dev-environment-vibbs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of local development environments by generating Docker Compose files and essential scripts based on your project's tech stack configuration.

Core Features & Use Cases

  • Environment Generation: Creates docker-compose.dev.yml, .env.example, and utility scripts (start.sh, stop.sh, reset.sh).
  • Tech Stack Integration: Reads company.config.yaml to configure services like databases, caches, and queues.
  • Environment Specificity: Supports generation for dev, qa, and production environments with appropriate configurations.
  • Use Case: After setting up a new project or adding a new service (like Redis), run this Skill to quickly spin up the necessary infrastructure for local development.

Quick Start

Run the dev-environment skill to generate the local development environment files.

Frequently Asked Questions about dev-environment

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

FAQPage Schema
How do I generate Docker Compose files from a tech stack configuration?

To generate Docker Compose files, input your tech stack configuration to automatically create environment-specific infrastructure like docker-compose.dev.yml, .env.example, and utility scripts for local development, QA, or production.

What's the best way to automate local development environment setup for Docker?

Automating local development environment setup involves generating Docker Compose files and utility scripts directly from your project's tech stack configuration, which configures necessary databases, caches, and queues with default port detection.

Can I generate environment-specific Docker Compose configurations for QA and production?

Yes, you can generate environment-specific Docker Compose configurations for dev, QA, and production environments. The generation process reads your tech stack configuration to apply appropriate settings for each distinct environment.

Does this dev environment generation support adding new services like Redis to an existing project?

Yes, dev environment generation supports adding new services like Redis. When you add a new service to your tech stack configuration, it quickly spins up the necessary updated infrastructure for your local development setup.

Do I need a specific configuration file to generate Docker Compose and dev scripts?

You need a tech stack configuration file, such as company.config.yaml, to generate Docker Compose and dev scripts. This file specifies the databases, caches, and queues required to configure the environment infrastructure.