boxlang-module-development

Installation
SKILL.md

BoxLang Module Development

Overview

A BoxLang module is a packaged unit of functionality that extends the runtime with new built-in functions (BIFs), components, interceptors, and Java libraries. Modules are auto-discovered by the runtime on startup and managed through the ModuleService. The official module template is the recommended starting point.

Module Directory Structure

Installs
3
First Seen
Apr 15, 2026
boxlang-module-development — ortus-boxlang/skills