Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.
Scanned 5/27/2026
Install via CLI
openskills install H4D3ZS/vscodium-rust---
version: 4.1.0-fractal
name: bazel-build-optimization
description: Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.
---
# Bazel Build Optimization
Production patterns for Bazel in large-scale monorepos.
## Do not use this skill when
- The task is unrelated to bazel build optimization
- You need a different domain or tool outside this scope
## Instructions
- Clarify goals, constraints, and required inputs.
- Apply relevant best practices and validate outcomes.
- Provide actionable steps and verification.
- If detailed examples are required, open `resources/implementation-playbook.md`.
## Use this skill when
- Setting up Bazel for monorepos
- Configuring remote caching/execution
- Optimizing build times
- Writing custom Bazel rules
- Debugging build issues
- Migrating to Bazel
## Core Concepts
## 🧠 Knowledge Modules (Fractal Skills)
### 1. [1. Bazel Architecture](./sub-skills/1-bazel-architecture.md)
### 2. [2. Key Concepts](./sub-skills/2-key-concepts.md)
### 3. [Template 1: WORKSPACE Configuration](./sub-skills/template-1-workspace-configuration.md)
### 4. [Template 2: .bazelrc Configuration](./sub-skills/template-2-bazelrc-configuration.md)
### 5. [Template 3: TypeScript Library BUILD](./sub-skills/template-3-typescript-library-build.md)
### 6. [Template 4: Python Library BUILD](./sub-skills/template-4-python-library-build.md)
### 7. [Template 5: Custom Rule for Docker](./sub-skills/template-5-custom-rule-for-docker.md)
### 8. [Template 6: Query and Dependency Analysis](./sub-skills/template-6-query-and-dependency-analysis.md)
### 9. [Template 7: Remote Execution Setup](./sub-skills/template-7-remote-execution-setup.md)
### 10. [Do's](./sub-skills/dos.md)
### 11. [Don'ts](./sub-skills/donts.md)
No comments yet. Be the first to comment!