AI Agent Hub
Back to plugins
⚙️

dsh-bazel-build-optimization

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install satan9394/dsh-bazel-build-optimization

Paste the following prompt into your AI chat to install this plugin:

Install the plugin in DeepSeek Harness by running dsh plugin install satan9394/dsh-bazel-build-optimization; the source code is available at https://github.com/satan9394/dsh-bazel-build-optimization

About this plugin

Tuning Bazel build configuration in large repositories often involves repeated trial-and-error, making manual optimization both time-consuming and error-prone. dsh-bazel-build-optimization brings Bazel build optimization into the DeepSeek Harness agent-workflow ecosystem, allowing the optimization process to be expressed as a composable and reusable workflow that reduces repetitive manual steps.

Categorized under agent-workflow, the plugin centers on the Bazel build optimization scenario. It helps developers chain optimization-related steps into a structured pipeline within the Harness ecosystem, providing a clearer execution path and fewer duplicated actions.

It is well suited for developers and engineering teams who build with Bazel daily and want to streamline and standardize their build optimization process using the DeepSeek Harness workflow capabilities.

Use Cases

  • Optimizing build speed in large Bazel repositories
  • Standardizing build configuration iteration workflows
  • Analyzing and pruning multi-target compilation paths

Best For

  • Developers who build with Bazel daily
  • Engineering teams streamlining build optimization
  • DeepSeek Harness workflow ecosystem users