scaffold-compose
OfficialRapidly add Docker Compose services, save setup time.
Software Engineering#automation#devops#microservices#scaffolding#configuration#docker compose#service creation
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.devand.env.stgfiles, ensuring consistent versioning. - Automated Validation: Includes a final
docker-compose configcheck to ensure the newly added service definition is syntactically correct. - Use Case: Quickly add a new
ms-notificationNode.js microservice to yourcore-composerepository, 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 requiredComponents
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.