bohay-module
FeaturedWrite a bohay module (an extension for bohay, mission control for your AI coding agents). Use when the user is building or debugging a bohay module: authoring bohay-module.toml, adding a sidebar dock, a right-click action, an event hook, a module pane, or module settings, or calling bohay back over its socket API.
Install
Quality Score: 90/100
Skill Content
Details
- Author
- RizRiyz
- Repository
- RizRiyz/bohay
- Created
- 2 months ago
- Last Updated
- today
- Language
- Rust
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
luvus-module
Write a luvus module (an extension for luvus, mission control for your AI coding agents). Use when the user is building or debugging a luvus module: authoring luvus-module.toml, adding a sidebar dock, Luvus Bar widget, right-click action, event hook, module pane, module settings, or calling luvus back over its UHP.
bohay
Control Bohay through its local CLI. Use only for a line beginning with `=target message`, an explicit request naming Bohay, a request to delegate to a named live Bohay agent or pane, or an explicit Bohay session operation on a workspace, tab, pane, agent, worktree, task, lease, module, dock, or Bohay UI. Do not use for ordinary coding, file edits, Git operations, tests, task planning, generic agent work, or parallelization unless the user explicitly connects the request to Bohay. Being inside Bohay does not trigger this skill by itself. Inside Bohay use the inherited session; outside use the installed production Bohay command and configured session.
boxlang-core-dev-module-development
Use this skill when creating a BoxLang module: ModuleConfig.bx structure, lifecycle methods (configure/onLoad/onUnload), module metadata, registering interceptors and BIFs, Gradle build setup, publishing to ForgeBox, or using the official module template.