bohay

Featured

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.

Code & Development 810 stars 52 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Bohay Use Bohay's JSON CLI to delegate work and control its workspaces, tabs, panes, and coding agents. The skill adds no service, event loop, or polling process. ## Route `=target` delegation first Treat `=target message` as Bohay delegation only when `=` is the first non-whitespace character on a line, `target` contains no spaces, and a message follows it. Do not treat equations, assignments, or `=` in prose as delegation. Codex skill invocations keep their `$skill-name` syntax. Examples: - `=reviewer inspect this diff` sends `inspect this diff` to the agent named `reviewer`. - `=7 run the migration` addresses pane 7. - `=codex add tests` addresses the unique agent named or kinded `codex`. For every delegation line: 1. Run `bohay agent send <target> "<message>"` directly without `--wait`. `agent send` resolves live names, numeric pane ids, and unique agent kinds authoritatively. Do not run `agent list` first. 2. On success, accept the returned pane, agent, name, and status, tell the user where the work was sent, and end the turn. Do not reread or poll. 3. Only after `not_found` or `ambiguous_target`, run `bohay agent list` once to show the live choices. Never guess or retry a different target without the user's choice. 4. For any other error, report it without listing agents. Never absorb or perform the delegated task locally after delivery fails. Start an agent only when the user clearly requested it. Plain-language delegation requests foll...

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

Code & Development Featured

luvus

Control Luvus through its local CLI and UHP. Use only for a line beginning with `=target message`, an explicit request naming Luvus, a request to delegate to a named live Luvus agent or pane, or an explicit Luvus operation involving sessions, workspaces, tabs, panes, agents, files, Git, DIFF, worktrees, tasks, leases, modules, themes, Luvus Bar, configuration, UI, integrations, or Luvus UHP. 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 Luvus. Being inside Luvus does not trigger this skill by itself. Inside Luvus use the inherited session; outside use the installed production Luvus command and configured session.

810 Updated today
RizRiyz
Code & Development Featured

bohay-module

Write 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.

810 Updated today
RizRiyz
AI & Automation Listed

local-agent-delegation

Use when Codex needs to delegate a bounded prompt to installed local agent CLIs or Hermes on the VPS, wait for their answers, collect artifacts, and compare results. Supports Claude Code, Mimo Code, Gemini CLI, Hermes VPS over SSH, and an Odysseus API placeholder. Do not use for web-only agents or for uncontrolled edits; use read-only mode by default and a fresh task worktree for edit scopes.

2 Updated 1 months ago
NeAGI