Source

ortus-boxlang/skills

132 skills · 1.5K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
bx-orm-relationships Use this skill when defining relationships between ORM entities: one-to-one, one-to-many, many-to-one, many-to-many, …
ortus-boxlang/skills
10
2
bx-web-support Use this skill for testing web-context code outside a web server in BoxLang with bx-web-support: mockServerGet/Post/P…
ortus-boxlang/skills
10
3
boxlang-runtime-aws-lambda Use this skill when building, deploying, or debugging BoxLang applications on AWS Lambda — including Lambda.bx struct…
ortus-boxlang/skills
9
4
boxlang-runtime-chromebook Use this skill when setting up or developing BoxLang on a Chromebook, including enabling Linux development environmen…
ortus-boxlang/skills
9
5
boxlang-runtime-compiled-native-binaries Use this skill when compiling BoxLang scripts to standalone native executables using MatchBox's --target native flag,…
ortus-boxlang/skills
9
6
boxlang-runtime-desktop-electron Use this skill when building BoxLang desktop applications with Electron and the BoxLang MiniServer, including process…
ortus-boxlang/skills
9
7
boxlang-runtime-github-actions Use this skill when setting up GitHub Actions CI/CD pipelines for BoxLang projects, including the setup-boxlang actio…
ortus-boxlang/skills
9
8
boxlang-runtime-matchbox Use this skill when using MatchBox, the Rust-based native implementation of BoxLang that requires no JVM, including i…
ortus-boxlang/skills
9
9
bx-ai-chatting Use this skill when writing BoxLang AI chat code: aiChat(), aiChatAsync(), aiChatStream(), parameters (temperature, m…
ortus-boxlang/skills
9
10
bx-ai-memory Use this skill when implementing memory in BoxLang AI: aiMemory() types (windowed, summary, session, file, cache, JDB…
ortus-boxlang/skills
9
11
bx-ai-models Use this skill when configuring AI models with aiModel(): selecting providers, setting default parameters, structured…
ortus-boxlang/skills
9
12
bx-ai-rag Use this skill when building RAG (Retrieval-Augmented Generation) systems with BoxLang AI: aiDocuments() for loading …
ortus-boxlang/skills
9
13
bx-ai-tools Use this skill when creating AI tools (function calling) with aiTool(): parameter descriptions, tool registries, usin…
ortus-boxlang/skills
9
14
bx-charts Use this skill to create charts and graphs in BoxLang with the bx-charts module: bx:chart, bx:chartseries, bx:chartda…
ortus-boxlang/skills
9
15
bx-compat-cfml Use this skill to migrate ColdFusion (Adobe CF) or Lucee CFML applications to BoxLang using the bx-compat-cfml module…
ortus-boxlang/skills
9
16
bx-docbox Use this skill to generate API documentation from BoxLang source code using DocBox: CLI usage, programmatic DocBox.ad…
ortus-boxlang/skills
9
17
bx-image Use this skill for image manipulation in BoxLang with the bx-image module: ImageNew, ImageRead, ImageWrite, ImageResi…
ortus-boxlang/skills
9
18
bx-orm-configuration Use this skill when configuring bx-orm in BoxLang: Application.bx ormSettings, enabling the ORM, datasource setup, db…
ortus-boxlang/skills
9
19
bx-orm-entities Use this skill when defining BoxLang ORM entities: the persistent annotation, entity names, table mapping, property a…
ortus-boxlang/skills
9
20
bx-orm-querying Use this skill when querying ORM entities: EntityLoad(), EntityLoadByPK(), EntityLoadByExample(), ORMExecuteQuery(), …
ortus-boxlang/skills
9
21
bx-orm-transactions Use this skill for ORM transactions and session management in BoxLang: transaction{} blocks, automatic flush/rollback…
ortus-boxlang/skills
9
22
boxlang-runtime-digitalocean-app Use this skill when deploying BoxLang applications to DigitalOcean App Platform using the official BoxLang starter ki…
ortus-boxlang/skills
8
23
boxlang-runtime-esp32 Use this skill when deploying BoxLang to ESP32 microcontrollers using MatchBox's --target esp32 flag, flashing firmwa…
ortus-boxlang/skills
8
24
boxlang-runtime-google-cloud-functions Use this skill when building, testing, or deploying BoxLang applications on Google Cloud Functions Gen 2, including h…
ortus-boxlang/skills
8
25
boxlang-runtime-jsr-223 Use this skill when embedding BoxLang into Java applications via the JSR-223 scripting API, evaluating BoxLang code f…
ortus-boxlang/skills
8
26
boxlang-runtime-spring-boot Use this skill when integrating BoxLang with Spring Boot applications, including the starter dependency, MVC view res…
ortus-boxlang/skills
8
27
boxlang-runtime-wasm-container Use this skill when compiling BoxLang applications to server-side WebAssembly (WASM) using MatchBox's --target wasm f…
ortus-boxlang/skills
8
28
boxlang-runtime-wasm-in-the-browser Use this skill when compiling BoxLang to WebAssembly or JavaScript ES modules for use in web browsers and Node.js usi…
ortus-boxlang/skills
8
29
bx-password-encrypt Use this skill for secure password hashing and verification in BoxLang with the bx-password-encrypt module: BCryptHas…
ortus-boxlang/skills
8
30
bx-jdbc Use this skill when selecting and installing JDBC driver modules for BoxLang database connectivity: bx-derby, bx-mysq…
ortus-boxlang/skills
7
31
bx-jython Use this skill when executing Python code inside BoxLang with the bx-jython module: jythonEval(), jythonEvalFile(), t…
ortus-boxlang/skills
7
32
bx-mail Use this skill when sending email in BoxLang with the bx-mail module: bx:mail component, attachments with bx:mailpara…
ortus-boxlang/skills
7
33
bx-oshi Use this skill when accessing OS and hardware information in BoxLang with the bx-oshi module: CPU usage, memory stats…
ortus-boxlang/skills
7
34
bx-unsafe-evaluate Use this skill when you need the evaluate() BIF in BoxLang for legacy CFML migration or dynamic expression evaluation…
ortus-boxlang/skills
7
35
bx-yaml Use this skill when serializing or deserializing YAML in BoxLang with the bx-yaml module: yamlSerialize(), yamlDeseri…
ortus-boxlang/skills
7
36
bx-esapi Use this skill for OWASP ESAPI encoding, decoding, and HTML sanitization in BoxLang: encodeFor(), encodeForHTML(), en…
ortus-boxlang/skills
6
37
bx-ftp Use this skill when working with FTP, FTPS, or SFTP operations in BoxLang: connecting to servers, uploading/downloadi…
ortus-boxlang/skills
6
38
bx-ini Use this skill when reading or writing INI configuration files in BoxLang with the bx-ini module: getIniFile(), getPr…
ortus-boxlang/skills
6
39
bx-jsoup Use this skill when parsing, querying, or sanitizing HTML in BoxLang with the bx-jsoup module: htmlParse(), htmlClean…
ortus-boxlang/skills
6
40
bx-pdf Use this skill when generating PDF documents in BoxLang with the bx-pdf module: bx:document component, headers/footer…
ortus-boxlang/skills
6
41
bx-rss Use this skill to parse and create RSS/Atom feeds in BoxLang with the bx-rss module: rss() BIF to fetch feeds, bx:fee…
ortus-boxlang/skills
6
42
bx-ui-forms Use this skill to render HTML forms in BoxLang using the bx-ui-forms module: bx:form, bx:input, bx:select, bx:slider,…
ortus-boxlang/skills
6
43
boxlang-cli-scripting Use this skill when writing BoxLang CLI scripts and classes, handling command-line arguments, using the BoxLang REPL,…
ortus-boxlang/skills
5
44
boxlang-github-actions Use this skill when setting up GitHub Actions CI/CD pipelines for BoxLang projects, including the setup-boxlang actio…
ortus-boxlang/skills
5
45
boxlang-miniserver Use this skill when running BoxLang as a lightweight web server using the BoxLang MiniServer (Undertow-based), config…
ortus-boxlang/skills
5
46
boxlang-async-tasks Use this skill when working with BoxLang asynchronous programming: BoxFuture (CompletableFuture extension), AsyncServ…
ortus-boxlang/skills
4
47
boxlang-bif-development Use this skill when creating custom BoxLang built-in functions (BIFs): @BoxBIF annotation, invoke() method, argument …
ortus-boxlang/skills
4
48
boxlang-component-development Use this skill when creating custom BoxLang components (tags): component file structure, attribute declarations, body…
ortus-boxlang/skills
4
49
boxlang-docker Use this skill when containerizing BoxLang applications with Docker, including choosing the right image variant, runn…
ortus-boxlang/skills
4
50
boxlang-matchbox Use this skill when using MatchBox, the Rust-based native implementation of BoxLang that requires no JVM, including i…
ortus-boxlang/skills
4
Page 2 · 132 total Previous Next