Plugins Best Practices This page is intended primarily for sbt plugin authors. This page assumes you’ve read using plugins and Plugins. A plugin developer should strive for consistency and ease of use. Specifically: Plugins should play well with other plugins. Avoiding namespace clashes (in both sbt and Scala) is paramount. Plugins should follow consistent conventions. The experiences of an sbt us