cmux-custom-sidebar

Generate SwiftUI-style cmux sidebars from plain-language prompts with live updates.

25.8k|2.2k|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/manaflow-ai/cmux --skill cmux-custom-sidebar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cmux-custom-sidebar
Source: https://github.com/manaflow-ai/cmux/tree/main/skills/cmux-custom-sidebar
Command: npx skills add https://github.com/manaflow-ai/cmux --skill cmux-custom-sidebar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

cmux custom sidebars translate plain-language prompts into live, native-looking sidebars that reflect workspaces, tabs, PRs, clock, and related state.

Core Features & Use Cases

  • Generates a SwiftUI-style sidebar from user intent without manual UI coding.
  • Binds to live cmux state (workspaces, tabs, git/PRs, clock) and updates on save.
  • Supports enabling the feature via the beta flag, per-user iteration with hot-reload.

Quick Start

Create a named SwiftUI-style file under ~/.config/cmux/sidebars/ and cmux will hot-reload it as your live interactive sidebar.

Frequently Asked Questions about cmux-custom-sidebar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a custom sidebar that displays live cmux workspace and PR data?

Generate a SwiftUI-style sidebar from plain-language prompts to display live cmux state like workspaces, tabs, and PRs. The sidebar updates automatically on save without manual UI coding.

How do I enable hot-reload for custom sidebars in cmux?

Enable hot-reload by activating the beta flag and saving a named SwiftUI-style file under ~/.config/cmux/sidebars/. Cmux hot-reloads the file as your live interactive sidebar upon saving changes.

Can I create a cmux sidebar from a plain-language prompt without manual SwiftUI coding?

Yes, you can generate a native-looking sidebar from plain-language prompts without manual UI coding. The generated view binds to live cmux state including workspaces, tabs, git PRs, and clock.

What cmux state data can I display in a custom hot-reloading sidebar?

You can display workspaces, tabs, git PRs, clock, and related cmux state in a custom sidebar. The sidebar binds to this live state and reflects updates automatically upon file save.

Do I need a beta flag to use custom sidebars in cmux?

Yes, you must enable a beta flag to activate the custom sidebar feature. Once enabled, cmux validates and loads your SwiftUI-style view file from ~/.config/cmux/sidebars/.