Installation
Claude Code
claude plugin marketplace add cloud-atlas-ai/ba
claude plugin install ba@ba
/ba initOpenCode
mkdir -p .opencode/plugin
curl -L -o .opencode/plugin/ba.js \
https://github.com/cloud-atlas-ai/ba/releases/latest/download/index.jsSee opencode-plugin/README.md for details.
Codex
- Enable skills in
~/.codex/config.toml:[features] skills = true
- Install the skill:
mkdir -p ~/.codex/skills/ba curl -o ~/.codex/skills/ba/SKILL.md \ https://raw.githubusercontent.com/cloud-atlas-ai/ba/master/codex-skill/SKILL.md
- Initialize in your project by asking the agent:
$ba init
See codex-skill/README.md for more details.