openchamber
Run, supervise, and review AI coding agents from any device
All Skills in This Repository (18)
Pure Emerald Level Indicatorsclack-cli-patterns
Enforce Clack UX standards for OpenChamber CLI commands and output modes.
settings-ui-patterns
Define UI design patterns for OpenChamber settings interfaces.
theme-system
Enforce theme token usage for UI styling in OpenChamber.
triage-prs
Triage open GitHub pull request queues into maintainer-approved verdicts and batch actions.
sync-state-invariants
Enforces invariants for session synchronization, event reducers, optimistic updates, and cache lifecycle.
writing-for-agents
Guides writing and editing of agent-facing documents such as skills and AGENTS.md files.
relay-transport
Guides changes to WebSocket, SSE, and encrypted relay transport internals in OpenChamber.
ui-api-decoupling
Enforces runtime-agnostic API access boundaries between shared UI code and OpenCode SDK or OpenChamber routes.
performance-engineering
Diagnose and optimize interaction, rendering, and data-path performance through measurement-driven workflows.
desktop-shell
Guides changes to Electron main, preload, IPC, and native desktop behavior.
drag-to-reorder
Implements @dnd-kit sortable drag-to-reorder behavior for desktop and touch layouts.
changelog-authoring
Drafts user-facing changelog entries for the Unreleased section from git history and PR metadata.
Frequently Asked Questions
FAQPage SchemaHow to install OpenChamber?โผ
Run `npx skills add openchamber/openchamber --all -g -y` in your terminal to install all skills in this suite globally.
What does OpenChamber do?โผ
It is an open-source workspace for running and supervising AI coding agents. You can start sessions, compare up to five model runs, review changes, and ship code from desktop, web, VS Code, or mobile.
Can I check on agent work from my phone?โผ
Yes. OpenChamber has iOS and Android apps that connect to your running instance through an end-to-end encrypted private relay, paired with a one-time QR code.
Does OpenChamber work with GitHub pull requests?โผ
Yes. You can start a session from an issue or pull request, send failed checks back to the agent, and update or merge the PR without leaving the app.
Do agent sessions stop when I close the app?โผ
No. Session Goals keep the agent working toward a defined finish line even after you close the app or switch devices.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core