New Bif banner
ortus-boxlang ortus-boxlang

New Bif

Development community

Description

--- name: boxlang-cmd-new-bif description: Scaffold a new Java BIF for BoxLang. Usage: /boxlang-agent-skills:new-bif com.example.bifs.MyFunction category: scaffolding --- Create a new Java BoxLang Built-In Function (BIF) for the fully-qualified class `$ARGUMENTS`. ## Rules - Derive the Java package from the fully-qualified class name; the simple class name is the last segment - Add the Apache 2.0 file header — read `workbench/CodeHeader.txt` from the BoxLang source root for the exact text - E

Installation

Installs to ~/.claude/skills/ortus-boxlang-skills-new-bif/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ortus-boxlang-skills-new-bif && curl -fsSL https://raw.githubusercontent.com/ortus-boxlang/skills/HEAD/commands/new-bif.md -o ~/.claude/skills/ortus-boxlang-skills-new-bif/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository