monorepo-devops-pack
Installation
SKILL.md
Monorepo DevOps Pack
A curated bundle for setting up and managing monorepo infrastructure with containerized deployment.
What's Included
- monorepo-management — Workspace tools, dependency management, selective builds, and change detection with Turborepo/pnpm
- docker-containerization — Multi-stage Dockerfiles, Docker Compose, image optimization, and container security
- deployment-cicd — CI/CD pipelines with GitHub Actions, deployment strategies, and infrastructure as code
- coding-standards-enforcer — Automated code style enforcement with linters, formatters, and pre-commit hooks
Getting Started
Install this bundle when setting up a monorepo with containerized deployment. The recommended sequence:
- Structure: Use monorepo-management to set up workspaces and build tooling
- Standards: Use coding-standards-enforcer for consistent style across all packages
- Containerize: Use docker-containerization for production-ready images
- Deploy: Use deployment-cicd to automate the build → test → deploy pipeline