scaffold-compose

Official

Rapidly add Docker Compose services, save setup time.

Authorsemicolon-devteam
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the creation and modification of Docker Compose service definitions, significantly reducing manual configuration errors and accelerating the integration of new services into your infrastructure.

Core Features & Use Cases

  • Templated Service Creation: Generate Docker Compose service blocks based on predefined templates for common service types like Next.js, Spring Boot, or Node.js microservices.
  • Environment Variable Integration: Automatically adds necessary image tag variables to .env.dev and .env.stg files, ensuring consistent versioning.
  • Automated Validation: Includes a final docker-compose config check to ensure the newly added service definition is syntactically correct.
  • Use Case: Quickly add a new ms-notification Node.js microservice to your core-compose repository, complete with health checks, logging volumes, and environment variable placeholders.

Quick Start

Add a new 'ms-notification' service of type 'node' to the Docker Compose file.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: scaffold-compose
Download link: https://github.com/semicolon-devteam/sax-infra/archive/main.zip#scaffold-compose

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository