Bazel Build Optimization
Helps with building, optimization as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ravinani02-bazel-build-optimization npx -- -y @trustedskills/ravinani02-bazel-build-optimization
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ravinani02-bazel-build-optimization": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ravinani02-bazel-build-optimization"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill optimizes Bazel build configurations to improve performance and efficiency. It analyzes existing Bazel build files, identifies potential bottlenecks, and suggests changes such as rule modifications or caching strategies. The goal is to reduce build times and resource consumption for projects using the Bazel build system.
When to use it
- You're experiencing slow build times in a Bazel project.
- Your Bazel builds are consuming excessive resources (CPU, memory).
- You want to improve the reproducibility of your Bazel builds.
- You need help understanding and optimizing complex Bazel rule configurations.
Key capabilities
- Bazel build file analysis
- Performance bottleneck identification
- Rule modification suggestions
- Caching strategy recommendations
Example prompts
- "Analyze my Bazel workspace for performance bottlenecks."
- "Suggest optimizations for this Bazel rule:
//path/to/my/rule." - "How can I improve the caching behavior of my Bazel builds?"
Tips & gotchas
- Requires access to the project's Bazel build files.
- The skill’s suggestions should be reviewed and tested thoroughly before implementation, as changes may impact build correctness.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.