bazel-expert

Keyword: bazel | Platforms: gemini,claude,codex

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bazel-expert" with this command: npx skills add kinhluan/rules-quarkus-skills/kinhluan-rules-quarkus-skills-bazel-expert

bazel-expert

Keyword: bazel | Platforms: gemini,claude,codex

General Bazel & Starlark Expert Skill - Expert guidance on writing idiomatic Bazel rules and optimizing build performance.

Architectural Mandates

  • Hermeticity: Actions must only depend on declared inputs

  • Granularity: Break large targets into smaller java_library or starlark rules

  • Bzlmod: Always use Bzlmod for external dependency management

Starlark Best Practices

  • Avoid Macros for Logic: Use rules for complex logic, macros for wrapping

  • Provider Pattern: Use custom Providers to pass complex information between rules

  • Depsets: Always use depsets instead of lists for transitive dependencies

Performance Optimization

  • Param Files: Use ctx.actions.args().use_param_file("@%s") for long command lines

  • Remote Execution: Ensure rules are compatible with remote execution

  • Action Mnemonics: Use descriptive mnemonic and progress_message for debugging

References

  • Bazel Documentation

  • Starlark Language Spec

  • Bzlmod Documentation

Skill Interoperability

The bazel-expert 🏗 skill provides the core build infrastructure for:

  • rules-quarkus 🔧: Integrates Quarkus build and augmentation logic into the Bazel ecosystem.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

quarkus-expert

No summary provided by upstream source.

Repository SourceNeeds Review
General

rules-quarkus

No summary provided by upstream source.

Repository SourceNeeds Review
General

vertx-expert

No summary provided by upstream source.

Repository SourceNeeds Review
General

gradle-expert

No summary provided by upstream source.

Repository SourceNeeds Review