--- id: organvm/a-i--skills/monorepo-devops-pack version: "61d7d7c3" license: Apache-2.0 install: manual updated: 2026-07-22 --- # monorepo-devops-pack — This skill equips Claude Code with production-ready patterns for orchestrating monorepo environments through containerization and deployment automation. It streamlines infrastructure setup and scaling across distributed services, enabling faster iteration on complex multi-project architectures. Publisher: organvm · Stars: 14 · Updated: 2026-07-22 Install (manual): `git clone https://github.com/organvm/a-i--skills` ## 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: 1. **Structure:** Use monorepo-management to set up workspaces and build tooling 2. **Standards:** Use coding-standards-enforcer for consistent style across all packages 3. **Containerize:** Use docker-containerization for production-ready images 4. **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). [View on SkillFed](https://skillfed.io/organvm/a-i--skills/monorepo-devops-pack) · [View on GitHub](https://github.com/organvm/a-i--skills)