openchamberopenchamberOfficialยท18 Agent Skills Included

openchamber

Run, supervise, and review AI coding agents from any device

Runs AI coding agents across desktop, browser, VS Code, and mobile from one shared workspace. Keeps sessions alive after you close the app, compares parallel model runs, and turns large diffs into guided walkthroughs. Connects devices through encrypted private relay without opening ports, and links GitHub issues and pull requests directly to agent sessions.
npx skills add openchamber/openchamber --all -g -y
Available:

Tells the AI agent which project skills to load for each type of change, enforces runtime boundaries and correctness rules, and defines how to validate and hand off work.

All Skills in This Repository (18)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
openchamberopenchamber

clack-cli-patterns

Enforce Clack UX standards for OpenChamber CLI commands and output modes.

Official
Advanced
๐Ÿ“ฆ In Repo
openchamberopenchamber

settings-ui-patterns

Define UI design patterns for OpenChamber settings interfaces.

Official
Intermediate
๐Ÿ“ฆ In Repo
openchamberopenchamber

theme-system

Enforce theme token usage for UI styling in OpenChamber.

Official
Intermediate
๐Ÿ“ฆ In Repo
openchamberopenchamber

triage-prs

Triage open GitHub pull request queues into maintainer-approved verdicts and batch actions.

Official
Advanced
๐Ÿ“ฆ In Repo
openchamberopenchamber

sync-state-invariants

Enforces invariants for session synchronization, event reducers, optimistic updates, and cache lifecycle.

Official
Advanced
๐Ÿ“ฆ In Repo
openchamberopenchamber

writing-for-agents

Guides writing and editing of agent-facing documents such as skills and AGENTS.md files.

Official
Intermediate
๐Ÿ“ฆ In Repo
openchamberopenchamber

relay-transport

Guides changes to WebSocket, SSE, and encrypted relay transport internals in OpenChamber.

Official
Advanced
๐Ÿ“ฆ In Repo
openchamberopenchamber

ui-api-decoupling

Enforces runtime-agnostic API access boundaries between shared UI code and OpenCode SDK or OpenChamber routes.

Official
Advanced
๐Ÿ“ฆ In Repo
openchamberopenchamber

performance-engineering

Diagnose and optimize interaction, rendering, and data-path performance through measurement-driven workflows.

Official
Advanced
๐Ÿ“ฆ In Repo
openchamberopenchamber

desktop-shell

Guides changes to Electron main, preload, IPC, and native desktop behavior.

Official
Advanced
๐Ÿ“ฆ In Repo
openchamberopenchamber

drag-to-reorder

Implements @dnd-kit sortable drag-to-reorder behavior for desktop and touch layouts.

Official
Intermediate
๐Ÿ“ฆ In Repo
openchamberopenchamber

changelog-authoring

Drafts user-facing changelog entries for the Unreleased section from git history and PR metadata.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’