Imported from organvm-iv-taxis/a-i--skills (
skills/development/monorepo-devops-pack/SKILL.md). Install upstream withnpx skills add organvm-iv-taxis/a-i--skills --skill monorepo-devops-pack. Copyright stays with the author (MIT).
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
This pack serves ORGAN-II (generative art multi-package repos) and ORGAN-III (commercial product monorepos).