Official plugin marketplace for Pappardelle — the TUI for multi-clauding without losing your marbles. Includes skills for installing, updating, and configuring Pappardelle.
npx claudepluginhub chardigio/pappardelleInstall, update, and configure Pappardelle workspaces. Provides /init-pappardelle (interactive setup wizard), /update-pappardelle (update to latest version), and /configure-pappardelle (interactive config editor).
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Browser automation for AI agents
Share bugs, ideas, or general feedback.
A TUI for multi-clauding without losing your marbles.
You type a description, it reads or creates an issue in Linear/Jira, spawns a configured git worktree, builds a PR/MR, and starts a Claude Code session alongside a lazygit session — all wired together in a 3-pane tmux layout you can navigate with simple, customizable keystrokes.
Video:
https://github.com/user-attachments/assets/abeaf413-5a1e-448a-ac53-2956a8ada5bf
The fastest way to get set up is with /init-pappardelle.
Add the marketplace:
claude plugin marketplace add chardigio/pappardelle
Install the plugin. This installs four skills — /init-pappardelle (setup wizard), /update-pappardelle (update to latest), /configure-pappardelle (interactive config editor), and /sous-chef (optional workspace coordinator):
claude plugin install pappardelle@pappardelle-marketplace
Run the setup wizard from any repo where you want to use Pappardelle. This installs pappardelle configures your .pappardelle.yml:
claude /init-pappardelle
For manual installation, see Section 8: Reference. For the full config format, see the configuration reference.
pappardelle

When you launch pappardelle, it creates a tmux session with three panes:
Each workspace creates two independent tmux sessions:
claude-{repo}-{issue-key} — runs Claude Codelazygit-{repo}-{issue-key} — runs lazygitThe center and right panes in the Pappardelle session are "viewers" — they run nested tmux clients that attach to these independent sessions. When you highlight a different workspace in the list, Pappardelle uses tmux switch-client to instantly swap which session the viewer pane displays.
This means:
tmux attach -t claude-stardust-labs-STA-631.switch-client path — no process restart, no visible flash.Pappardelle works with any tmux configuration, but these settings improve the experience — mouse support, Ctrl+Shift+arrow pane navigation, and a clean status bar. See examples/tmux.conf and append to your ~/.tmux.conf. If you don't have one yet:
curl -fsSL https://raw.githubusercontent.com/chardigio/pappardelle/main/examples/tmux.conf -o ~/.tmux.conf
Press q in the workspace list pane to quit. This kills the Pappardelle tmux session and all its viewer panes, returning you to your original terminal. Your Claude and lazygit workspace sessions are not affected — they run in independent tmux sessions and will keep going after Pappardelle exits. To reattach, just run pappardelle again.
To also kill all workspace sessions, use Delete on each workspace from the TUI before quitting, or nuke everything with:
tmux kill-server
Press n in the workspace list to open the prompt dialog.

When you create a workspace, Pappardelle runs through these steps: