bazel-build-optimization
Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.
Install
git clone https://github.com/wshobson/agents /tmp/agents && ln -s /tmp/agents/plugins/developer-essentials/skills/bazel-build-optimization ~/.claude/skills/bazel-build-optimization
From README
Bazel Build Optimization Production patterns for Bazel in large-scale monorepos. When to Use This Skill Setting up Bazel for monorepos Configuring remote caching/execution Optimizing build times Writing custom Bazel rules Debugging build issues Migrating to Bazel Core Concepts Bazel Architecture Key Concepts | Concept | Description | | ----------- | -------------------------------------- | | Target | Buildable unit (library, binary, test) | | Package | Directory with BUILD file | | Label | Target identifier //path/to:target | | Rule | Defines how to build a target | | Aspect | Cross-cutting build behavior | Templates and detailed worked examples Full template library and detailed worked examples live in references/details.md. Read that file when you need the concrete templates.
More from this repo
python-packaging
Used to create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to...
ai-debt-detector
Use after generating code, after accepting AI suggestions, or when reviewing AI-written modules.
market-sizing-analysis
Calculate TAM/SAM/SOM for market opportunities using top-down, bottom-up, and value theory methodologies.
