This is for teams running multiple projects in a single repo who need to tame build times and dependency hell. It covers the major tools (Nx, Turborepo, Bazel, Lerna) and focuses on practical setup tasks like configuring build caching, setting up affected detection for CI, and designing workspace structure. The workflow is solid: assess your codebase, pick your tooling, implement caching strategies, and optimize pipelines. Best for greenfield monorepo setups or migrations from polyrepo. The emphasis on remote caching and task orchestration makes sense since that's where monorepos either fly or die. Not much here for debugging existing monorepo issues, but strong on initial architecture decisions.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill monorepo-architect