For teams running multi-language monorepos at scale, this handles the gnarly parts of Bazel configuration that usually take weeks to figure out. It covers remote caching setup, proper .bazelrc tuning for CI/CD, and cross-language dependency management between TypeScript, Python, and other ecosystems. The custom rule templates and query examples are especially useful when you're debugging why builds are slow or writing your own tooling. Most teams underestimate Bazel's complexity until they hit performance walls, and this gives you the production patterns that Google-scale companies actually use rather than basic tutorials.
npx skills add https://github.com/wshobson/agents --skill bazel-build-optimization