layout: documentation title: Extensions

Extensions

Skylark is the name of the extension mechanism in Bazel. It lets you add support for new languages and tools by writing custom build rules. You can also compose existing rules into macros.

Getting started

Read the concepts behind Skylark and try the cookbook examples. To go further, read about the standard library. -->