Claude Skill

Bazel Build Graph Analyzer

Analyzes Bazel build dependency graphs to identify bottlenecks and optimize build times. Uses the Bazel Query Language (BQL), Action Graph API, and Build Event Protocol (BEP) for deep build analysis.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_bazel-build-graph-analyzer-07beb56.zip · 0 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/bazel-build-graph-analyzer
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Bazel Build Graph Analyzer

Analyzes Bazel build dependency graphs to identify bottlenecks and optimize build times. Uses the Bazel Query Language (BQL), Action Graph API, and Build Event Protocol (BEP) for deep build analysis.

Installation

Basic usage or getting-started notes:

Source

Files (skills)
  • SKILL.md 1.2 KB
    ---
    name: "Bazel Build Graph Analyzer"
    slug: "bazel-build-graph-analyzer"
    description: "Analyzes Bazel build dependency graphs to identify bottlenecks and optimize build times. Uses the Bazel Query Language (BQL), Action Graph API, and Build Event Protocol (BEP) for deep build analysis."
    github_stars: 25335
    verification: "security_reviewed"
    source: "https://github.com/bazelbuild/bazel"
    author: "Bazel"
    category: "Developer Tools"
    framework: "MCP"
    tool_ecosystem:
      github_repo: "bazelbuild/bazel"
      github_stars: 25335
    ---
    
    # Bazel Build Graph Analyzer
    
    Analyzes Bazel build dependency graphs to identify bottlenecks and optimize build times. Uses the Bazel Query Language (BQL), Action Graph API, and Build Event Protocol (BEP) for deep build analysis.
    
    ## Installation
    
    Basic usage or getting-started notes:
    - [Install Bazel](https://bazel.build/install)
    - [Get started with Bazel](https://bazel.build/start)
    - Follow our tutorials:
    
    - Source: https://github.com/bazelbuild/bazel
    - Extracted from upstream docs: https://raw.githubusercontent.com/bazelbuild/bazel/HEAD/README.md
    
    ## Source
    
    - [Agent Skill Exchange](https://agentskillexchange.com/skills/bazel-build-graph-analyzer/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related