Portable setup for Edi's coding-agent command line tools. This repository is
public and contains only reusable instructions, installers, optional MCP
launchers, and broadly useful skills. Private operations stay in the sibling
manager repository.
macOS:
./scripts/setup-macos.shLinux:
./scripts/setup-linux.shWindows PowerShell:
.\scripts\setup-windows.ps1Setup detects installed agent CLIs, links AGENTS.MD, registers public skills,
and reconciles private MCP entries when the manager repository is present. The
macOS and Linux entry points also install abx when needed and link
bin/committer into ~/.local/bin/committer. Re-running setup is safe; use
--check to report drift without changing machine state.
AGENTS.MD— shared working rulesbin/— stable command entry pointsdocs/— focused setup and runtime notesscripts/— setup, synchronization, and maintenanceskills/— public, owned skillstest/— setup regression tests
Private skills and MCP configuration may be loaded from ../manager/skills
and ../manager/configs/mcps.json. Use --public-only to exclude them.
./scripts/test-agent-setup.sh
./scripts/setup-macos.sh --check
./bin/agent doctorSee docs/mcp-profiles.md for MCP behavior and docs/windows.md for Windows
setup details.