ag-preparar-ambiente

Provision local development and CI/CD environments with Docker and pipeline scaffolding.

19|4|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-preparar-ambiente
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ag-preparar-ambiente
Source: https://github.com/andregusman-raiz/a-gusman-claude/tree/main/skills/ag-preparar-ambiente
Command: npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-preparar-ambiente

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provision and configure a reproducible local development and CI/CD environment to reduce setup time and human error.

Core Features & Use Cases

  • Dockerfile generation: create multi-stage Dockerfiles optimized for development and testing.
  • docker-compose scaffolding: configure dev environments with services, networks, and volumes for quick starts.
  • CI/CD pipeline templates: provide ready-to-run pipelines for lint, test, build, and deploy.
  • Environment management: generate and validate a .env.example and assist with auditing environment variables.

Quick Start

Run the setup with your project path to generate a complete Dockerfile, docker-compose, and CI/CD templates.

Frequently Asked Questions about ag-preparar-ambiente

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

FAQPage Schema
How do I automate Docker and CI/CD environment setup for a new project?

Automating Docker and CI/CD environment setup involves generating multi-stage Dockerfiles, scaffolding docker-compose configurations, and creating ready-to-run pipeline templates. This process provisions a reproducible local development environment to minimize manual configuration and human error.

What is the best way to scaffold a docker-compose configuration for development?

Scaffolding a docker-compose configuration for development is done by generating files that define services, networks, and volumes. This approach provides a quick start for local environments, ensuring consistent infrastructure provisioning across development instances.

Do I need Docker and Node installed before generating CI/CD pipeline templates?

Yes, Docker, Node, and Python are enforced prerequisites required before generating CI/CD pipeline templates. The setup process validates these dependencies to ensure the generated Dockerfile and pipeline configurations function correctly in your local development and testing environments.

How does environment variable management work when provisioning a local development environment?

Environment variable management during local development environment provisioning works by generating and validating a .env.example file. It also assists with auditing environment variables to ensure required configurations are present and correctly formatted for the CI/CD pipeline.

Can I generate a multi-stage Dockerfile optimized for both development and testing?

Yes, you can generate a multi-stage Dockerfile optimized for both development and testing. The automation creates Dockerfiles specifically designed to support efficient local development workflows alongside reliable CI/CD testing and build processes.

What are the limitations of automating dev environment setup with generated templates?

Automating dev environment setup with generated templates requires specific prerequisites like Docker, Node, and Python to be pre-installed. The generated CI/CD pipeline scaffolding and docker-compose files provide baseline configurations that may require manual adjustments for complex infrastructure topologies.