disler

256 mods across 25 repositories, 15k stars between them.

cmux-fresh

217

disler/learning-cmux-with-agents

Command Claude Code

Clear cmux's persisted session so the next launch opens with fresh/blank windows. Quits cmux first (so the clear sticks), backs up, then empties the saved window tree (and its -previous sibling).

108 2mo ago A 45 tokens original MIT

prime

218

disler/learning-cmux-with-agents

Command Claude Code

Onboard onto the cmux capabilities guide — what cmux is, what we're studying, and the three use cases this repo proves cmux can satisfy.

108 2mo ago A 31 tokens original MIT

spawn-fs-team

219

disler/learning-cmux-with-agents

Command Claude Code

Boot a 5-agent full-stack Flotion team as a new workspace in the cmux window (reuse the open window; only create one if none exists) — lead on the left half, plan/build-be/build-fe/test in a 2×2 on the right, each a pi agent loaded with its role. You drive cmux yourself in natural language; no scripts.

108 2mo ago A 76 tokens original MIT

cmux

221

disler/learning-cmux-with-agents

Skill Claude CodeCodex

Drive cmux — the terminal multiplexer / agent-surface control CLI — from natural language. Use this whenever a prompt asks you to open, inspect, prompt, read, or tear down cmux windows, workspaces, panes, surfaces, or agent sessions. Prefix orchestration prompts with /cmux.

108 2mo ago B 65 tokens original MIT

cmux-architecture

222

disler/learning-cmux-with-agents

Skill Claude CodeCodex

We are migrating cmux from a single app target into Swift Packages under Packages/. Every new package must satisfy three rules.

108 2mo ago A 63 tokens original MIT

cmux-backend

223

disler/learning-cmux-with-agents

Skill Claude CodeCodex

Backend TypeScript and Cloud VM development rules for cmux. Use when editing web/app/api, web/services, backend scripts, Cloud VM lifecycle, provider integrations, Postgres, Stack Auth pricing gates, migrations, or provider image build scripts.

108 2mo ago A 53 tokens original MIT

cmux-browser

224

disler/learning-cmux-with-agents

Skill Claude CodeCodex

End-user browser automation with cmux. Use when you need to open sites, interact with pages, wait for state changes, and extract data from cmux browser surfaces.

108 2mo ago A 38 tokens original MIT

cmux-custom-sidebar

225

disler/learning-cmux-with-agents

Skill Claude CodeCodex

Build a custom cmux sidebar from a plain-language request. Use when the user asks for a custom sidebar, a sidebar that shows their workspaces/tabs/PRs/clock, a vibe-coded sidebar, or anything involving files in /.config/cmux/sidebars/. Covers authoring the interpreted SwiftUI-style file, enabling the beta flag…

108 2mo ago A 85 tokens original MIT

cmux-customization

226

disler/learning-cmux-with-agents

Skill Claude CodeCodex

Customize cmux for an end user. Use when changing cmux.json actions, custom commands, workspace layouts, plus-button behavior, surface tab bar buttons, Command Palette entries, Dock controls, sidebar and app settings, shortcuts, notifications, browser routing, examples-library presets, or Ghostty-backed terminal…

108 2mo ago A 66 tokens original MIT

cmux-debugging

227

disler/learning-cmux-with-agents

Skill Claude CodeCodex

Debug logging, Debug menu, runtime pitfalls, typing-latency-sensitive paths, SwiftUI list snapshot boundaries, OS-version repros, and local visual iteration for cmux. Use when adding debug probes, diagnosing UI/runtime issues, touching terminal rendering, tab/sidebar list views, drag/drop UTTypes, or using the Debug…

108 2mo ago A 71 tokens original MIT

cmux-dev-workflow

228

disler/learning-cmux-with-agents

Skill Claude CodeCodex

Contributor workflow rules for cmux setup, Xcode project normalization, tagged sidebar ExtensionKit development, and dev builds. Use when setting up the cmux repo, changing Xcode project files, adding sidebar extensions, or working with tagged debug builds.

108 2mo ago A 55 tokens original MIT

cmux-diagnostics

229

disler/learning-cmux-with-agents

Skill Claude CodeCodex

Run end-user cmux diagnostics. Use when cmux hooks, notifications, session restore, settings, browser automation, socket access, CLI control, or agent resume behavior is not working, or when the user asks for a cmux health check, doctor report, or support-safe debug summary.

108 2mo ago A 63 tokens original MIT

cmux-ghostty

230

disler/learning-cmux-with-agents

Skill Claude CodeCodex

Ghostty submodule and GhosttyKit workflow rules for cmux. Use when modifying the ghostty submodule, rebuilding GhosttyKit.xcframework, updating the parent submodule pointer, or documenting fork conflict notes.

108 2mo ago A 50 tokens original MIT

disler/learning-cmux-with-agents

Skill Claude CodeCodex

Guide and apply cmux keyboard shortcut customization. Use when the user asks to customize, rebind, unbind, reset, audit, or create shortcut templates for cmux, including tmux-style, Vim-style, terminal-first, browser-heavy, iTerm/Terminal-like, or agent-triage layouts.

108 2mo ago A 69 tokens original MIT

cmux-localization

232

disler/learning-cmux-with-agents

Skill Claude CodeCodex

Localization rules and audit workflow for cmux UI strings, settings rows, menus, shortcuts, schema/config text, docs, command/help text, alerts, tooltips, and web messages. Use whenever changing user-facing text.

108 2mo ago A 49 tokens original MIT

cmux-markdown

233

disler/learning-cmux-with-agents

Skill Claude CodeCodex

Open markdown files in a formatted viewer panel with live reload. Use when you need to display plans, documentation, or notes alongside the terminal with rich rendering (headings, code blocks, tables, lists).

108 2mo ago A 46 tokens original MIT

cmux-settings

235

disler/learning-cmux-with-agents

Skill Claude CodeCodex

View and edit cmux settings in /.config/cmux/cmux.json. Use when the user wants to change cmux preferences (appearance, sidebar, notifications, automation, browser, shortcuts), set a value by JSON path, validate the file, open it in an editor, or look up which keys cmux recognizes. Triggers on '/cmux-settings'…

108 2mo ago B 110 tokens original MIT

cmux-shared-behavior

236

disler/learning-cmux-with-agents

Skill Claude CodeCodex

Shared behavior and mutation-path rules for cmux. Use when a behavior is exposed through multiple entrypoints such as keyboard shortcuts, command palette, context menu, CLI, settings, debug menu, optimistic UI, or tests that previously missed a bug.

108 2mo ago A 57 tokens original MIT

cmux-socket-policy

237

disler/learning-cmux-with-agents

Skill Claude CodeCodex

Socket command threading and focus policy for cmux CLI/socket work. Use when adding or changing socket commands, CLI commands, telemetry commands, focus/select/open/close/send-key behavior, or automation that could steal app focus.

108 2mo ago A 50 tokens original MIT

cmux-testing

238

disler/learning-cmux-with-agents

Skill Claude CodeCodex

When adding a regression test for a bug fix, use a two-commit structure so CI proves the test catches the bug.

108 2mo ago A 44 tokens original MIT

cmux-workspace

239

disler/learning-cmux-with-agents

Skill Claude CodeCodex

Work inside the current cmux workspace and terminal. Use for cmux workspace, current workspace, caller surface, panes, surfaces, socket targeting, and non-interfering cmux automation.

108 2mo ago A 43 tokens original MIT

build

240

disler/live-bench

Command Claude Code

Follow the Workflow to implement the PATHTOPLAN then Report the completed work.

97 4mo ago A 3 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: