🧩
FrontendSwift

Cmux Custom Sidebar

by manaflow-ai

Cmux Custom Sidebar is a Frontend skill for Claude Code, published by manaflow-ai in cmux.

26K stars2.2K forkson manaflow-ai/cmuxAdded 2026/08/14Repository updated 2026/08/14
ampclaude-codeclicodexcoding-agentsgeminighosttymacosmultiplexermultitaskingopencodeorganizationparallel-agentsprogrammabilityterminalterminal-multiplexertmuxworkspace-manager
Install in seconds
Install Cmux Custom Sidebar
Copy Cmux Custom Sidebar into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/manaflow-ai/cmux/tree/main/skills/cmux-custom-sidebar ~/.claude/skills/cmux-custom-sidebar

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/manaflow-ai/cmux.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/cmux-custom-sidebar/SKILL.md in manaflow-ai/cmux
Installs to
~/.claude/skills/cmux-custom-sidebar
Collection
One of 20 skills cataloged from this repository
Category
Frontend567 skills

What Cmux Custom Sidebar does

Cmux Custom Sidebar builds a custom cmux sidebar from a plain-language request. It writes a hot-reloading SwiftUI-style file that binds to live workspaces, tabs, PRs, and clock data, and runs cmux commands on tap.

Cmux Custom Sidebar is cataloged under Frontend on DirSkills. Cmux Custom Sidebar comes from a repository tagged amp, claude-code, cli, codex and coding-agents.

Documentation

README

cmux Custom Sidebar

cmux renders custom sidebars from a small SwiftUI-style file at runtime: no Xcode, no build step, no signing. The file hot-reloads on save, binds to live cmux state (workspaces, tabs, git, PRs, clock), and runs real cmux commands on tap.

The person asking is describing a result ("a sidebar that shows my workspaces and lets me jump between them"), not an implementation. Make the engineering decisions for them; do not ask them about SwiftUI, files, or syntax.

This skill is the workflow summary. Read the complete authoring contract (every supported view, modifier, language feature, and data field) before writing a non-trivial sidebar:

cmux docs sidebars
curl -fsSL https://raw.githubusercontent.com/manaflow-ai/cmux/main/docs/custom-sidebars.md

Workflow

This is the opening of the README. Read the full README on GitHub.

Commands Cmux Custom Sidebar provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /layout

Frequently asked about Cmux Custom Sidebar

  • What else does manaflow-ai publish alongside Cmux Custom Sidebar?

    Cmux Custom Sidebar is one of 20 skills that DirSkills catalogs from manaflow-ai/cmux, the repository it ships in. Its siblings there include CMUX Architecture, CMUX Billing and CMUX Shared Behavior. Each one is a separate skill with its own page in this directory, installs the same way Cmux Custom Sidebar does, and is maintained by manaflow-ai in that same repository. The rest of the collection is listed on the manaflow-ai/cmux page.

  • How does Cmux Custom Sidebar compare to other Frontend skills?

    Cmux Custom Sidebar ranks #72 by stars among the 567 Frontend skills in this catalog. The most-starred ones next to it are Angular Developer, Android Clean Architecture and Accessibility. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Cmux Custom Sidebar against them. Open each page to compare what they document and how they install.

More from manaflow-ai/cmux

Cmux Custom Sidebar is one of 20 skills cataloged on DirSkills from manaflow-ai/cmux.

See all 20 skills
🏗️
2w ago

CMUX Architecture

CMUX Architecture defines the cmux package structure, layering model, dependency inversion, and Swift 6 concurrency rules. Use it before adding or meaningfully rewriting Swift files, packages, coordinators, services, repositories, or public package APIs.
Quality
26K2.2K
💳
2w ago

CMUX Billing

CMUX Billing is a runbook for editing and debugging cmux billing code, covering Stripe checkout, pricing, subscriptions, webhooks, and Pro entitlement.
DevOps
26K2.2K
🧩
2w ago

CMUX Shared Behavior

CMUX Shared Behavior enforces a single shared action and mutation path across all entrypoints (shortcuts, command palette, context menu, CLI, settings, debug menu) with consistent optimistic updates and rollback; use it when adding entrypoints or when tests missed a bug.
Quality
26K2.2K
🐞
2w ago

CMux Debugging

CMux Debugging instruments debug events, provides a Debug menu, and avoids runtime pitfalls in the cmux terminal multiplexer. Use it when adding debug probes, diagnosing UI/runtime issues, or touching terminal rendering and list views.
Quality
26K2.2K
🚀
2w ago

CMux Release

CMux Release manages the cmux release workflow, including version bumping, changelog updates, pretag guard, release tags, and asset expectations. Use it when preparing or troubleshooting a cmux release.
DevOps
26K2.2K
🖥️
2w ago

Cmux

Cmux controls the topology and routing of a multi-pane terminal layout, including windows, workspaces, panes, surfaces, focus, moves, reorder, identify, and trigger flash. Use it when automation needs deterministic placement and navigation in a cmux environment.
Automation
26K2.2K