[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"workflow-dmux-git-worktree-multiplexer-for-coding-agents-f43203cf":3,"seo:featured-workflow:f43203cf-973c-52ce-8cba-ba9d646c018a:fr":40,"workflow-related-dmux-git-worktree-multiplexer-for-coding-agents-f43203cf-f43203cf-973c-52ce-8cba-ba9d646c018a":87},{"id":4,"uuid":5,"slug":6,"title":7,"description":8,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":14,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":16,"files":23,"tags":24,"has_voted":30,"visibility":19,"share_token":13,"is_featured":12,"content_hash":31,"asset_kind":28,"target_tools":32,"install_mode":37,"entrypoint":38,"risk_profile":39,"dependencies":41,"verification":48,"agent_metadata":51,"agent_fit":62,"trust":74,"provenance":83,"created_at":85,"updated_at":86},3629,"f43203cf-973c-52ce-8cba-ba9d646c018a","dmux-git-worktree-multiplexer-for-coding-agents","dmux — Git Worktree Multiplexer for Coding Agents","dmux multiplexes coding agents with tmux + isolated git worktrees, so parallel tasks never collide. Verified 1,552★; setup ~5–10 minutes.","8a910e34-3180-11f1-9bc6-00163e2b0d79","Script Depot","https:\u002F\u002Ftokrepo.com\u002Fapple-touch-icon.png",0,"",12,"en",[17],{"id":18,"step_order":19,"title":20,"description":13,"prompt_template":21,"variables":13,"depends_on":22,"expected_output":13},4199,1,"Asset","## Quick Use\n\n```bash\nnpm install -g dmux\ncd \u002Fpath\u002Fto\u002Fyour\u002Fproject\ndmux\n# Press `n` to open a new pane (worktree + agent) and run tasks in parallel.\n```\n\n## Intro\n\ndmux multiplexes coding agents with tmux + isolated git worktrees, so parallel tasks never collide. Verified 1,552★; setup ~5–10 minutes.\n\n**Best for:** Solo devs or teams running multiple coding agents in parallel on the same repo\n\n**Works with:** tmux, Git worktrees, Node.js 18+, many agent CLIs (Claude Code\u002FCodex\u002FGemini\u002FCursor)\n\n**Setup time:** 5-10 minutes\n\n### Key facts (verified)\n\n- GitHub: 1552 stars · 118 forks · pushed 2026-05-13.\n- License: MIT · owner avatar + repo URL verified via GitHub API.\n- README-verified entrypoint: `npm install -g dmux && dmux`.\n\n## Main\n\n- Use worktree isolation to prevent agent conflicts: each pane is a full working copy with its own branch as described in README.\n\n- Adopt the built-in merge\u002FPR flow: finish a task, then merge back or open a PR from the pane menu (README documents shortcuts).\n\n- Keep it lightweight: start with plain terminal panes, then progressively enable agent CLIs once your team’s auth and policies are set.\n\n### Source-backed notes\n\n- README says each pane gets its own git worktree + branch so multiple agents can run in parallel safely.\n- README lists supported agents including Claude Code, Codex, OpenCode, Cline CLI, Gemini CLI, Cursor CLI, and Copilot CLI.\n- README documents install via `npm install -g dmux` and a quick start with `dmux` inside a repo.\n\n### FAQ\n\n- **Do I need an agent CLI to use dmux?**: No — README says you can create plain terminal panes; agents are optional.\n- **What are the minimum requirements?**: README lists tmux 3.0+, Git 2.20+, and Node.js 18+.\n- **How does it avoid merge conflicts?**: By isolating work per pane into separate worktrees\u002Fbranches, as described in README.\n\n## Source & Thanks\n\n> Source: https:\u002F\u002Fgithub.com\u002Fstandardagents\u002Fdmux\n> License: MIT\n> GitHub stars: 1552 · forks: 118\n\n---\n\n\u003C!-- ZH -->\n\n## Quick Use\n\n```bash\nnpm install -g dmux\ncd \u002Fpath\u002Fto\u002Fyour\u002Fproject\ndmux\n# Press `n` to open a new pane (worktree + agent) and run tasks in parallel.\n```\n\n## Intro\n\ndmux 用 tmux + git worktree 隔离多路编码 agent，让并行任务互不干扰，并支持 Claude Code\u002FCodex\u002FCursor 等 CLI。已验证 1,552★；约 5–10 分钟可上手。\n\n**Best for:** 需要在同一仓库并行跑多个编码 agent 的个人或团队\n\n**Works with:** tmux、Git worktree、Node.js 18+，以及多种 agent CLI（Claude Code\u002FCodex\u002FGemini\u002FCursor）\n\n**Setup time:** 5-10 minutes\n\n### Key facts (verified)\n\n- GitHub：1552 stars · 118 forks；最近更新 2026-05-13。\n- 许可证：MIT；作者头像与仓库链接均已通过 GitHub API 复核。\n- README 中核对过的入口命令：`npm install -g dmux && dmux`。\n\n## Main\n\n- 用 worktree 隔离解决冲突：README 描述每个 pane 都是独立工作副本 + 分支，agent 互不踩踏。\n\n- 利用内置的 merge\u002FPR 流程：任务完成后在 pane 菜单里合并回主分支或创建 PR（README 有快捷键）。\n\n- 先轻量再增强：可以先开纯终端 pane，确认权限\u002F鉴权策略后再逐步开启各类 agent CLI。\n\n### Source-backed notes\n\n- README 表示每个 pane 都有独立 git worktree + 分支，从而安全并行运行多个 agent。\n- README 列出支持的 agent：Claude Code、Codex、OpenCode、Cline CLI、Gemini CLI、Cursor CLI、Copilot CLI 等。\n- README 给出安装 `npm install -g dmux` 与在仓库内直接运行 `dmux` 的 quick start。\n\n### FAQ\n\n- **不用 agent CLI 也能用吗？**：能。README 说明可以创建纯终端 pane，agent 是可选项。\n- **最低要求是什么？**：README 列出 tmux 3.0+、Git 2.20+、Node.js 18+。\n- **它如何减少冲突？**：通过每个 pane 独立 worktree\u002F分支实现隔离（README 有说明）。\n\n## Source & Thanks\n\n> Source: https:\u002F\u002Fgithub.com\u002Fstandardagents\u002Fdmux\n> License: MIT\n> GitHub stars: 1552 · forks: 118\n","0",[],[25],{"id":26,"name":27,"slug":28,"icon":29},14,"CLI Tools","cli","🖥️",false,"ccb22161f4cb9db4891744d87dd06ee78ad4b132c71f02ea7bc3e410ae5f49aa",[33,34,35,36],"claude_code","codex","cursor","gemini_cli","npm","npm install -g dmux && dmux",{"executes_code":30,"modifies_global_config":30,"requires_secrets":40,"uses_absolute_paths":30,"network_access":30},null,{"npm":42,"pip":45,"brew":46,"system":47},[43,44],"&&","dmux",[],[],[],{"commands":49,"expected_files":50},[],[20],{"asset_kind":28,"target_tools":52,"install_mode":37,"entrypoint":38,"risk_profile":53,"dependencies":54,"content_hash":31,"verification":59},[33,34,35,36],{"executes_code":30,"modifies_global_config":30,"requires_secrets":40,"uses_absolute_paths":30,"network_access":30},{"npm":55,"pip":56,"brew":57,"system":58},[43,44],[],[],[],{"commands":60,"expected_files":61},[],[20],{"target":34,"score":63,"status":64,"policy":65,"why":66,"asset_kind":28,"install_mode":37},94,"native","allow",[67,68,69,70,71,72,73],"target_tools includes codex","asset_kind cli","install_mode npm","markdown-only","policy allow","safe markdown-only Codex install","trust established",{"author_trust_level":75,"verified_publisher":30,"asset_signed_hash":31,"signature_status":76,"install_count":12,"report_count":12,"dangerous_capability_badges":77,"review_status":78,"signals":79},"established","hash_only",[],"unreviewed",[80,81,82],"author has published assets","content hash available","no dangerous capability badges",{"owner_uuid":9,"owner_name":10,"source_url":84,"content_hash":31,"visibility":19,"created_at":85,"updated_at":86},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fdmux-git-worktree-multiplexer-for-coding-agents","2026-05-13 22:10:12","2026-05-14 00:46:27",[88,141,189,233],{"id":89,"uuid":90,"slug":91,"title":92,"description":93,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":94,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":95,"files":40,"tags":96,"has_voted":30,"visibility":19,"share_token":13,"is_featured":12,"content_hash":98,"asset_kind":28,"target_tools":99,"install_mode":100,"entrypoint":101,"risk_profile":102,"dependencies":103,"verification":108,"agent_metadata":111,"agent_fit":122,"trust":125,"provenance":128,"created_at":130,"updated_at":131,"__relatedScore":132,"__relatedReasons":133,"__sharedTags":139},3638,"4c48b5c8-15c1-5e0f-93b3-9a1bf60b1a79","crit-github-style-inline-comments-for-agents","Crit — GitHub-style Inline Comments for Agents","Crit opens files and git diffs in a browser for GitHub-style inline comments and round diffs; verified 322★ and includes `\u002Fcrit` integrations for agents.",11,[],[97],{"id":26,"name":27,"slug":28,"icon":29},"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",[33,34,36],"brew","crit",{"executes_code":30,"modifies_global_config":30,"requires_secrets":40,"uses_absolute_paths":30,"network_access":30},{"npm":104,"pip":105,"brew":106,"system":107},[],[],[],[],{"commands":109,"expected_files":110},[],[],{"asset_kind":28,"target_tools":112,"install_mode":100,"entrypoint":101,"risk_profile":113,"dependencies":114,"content_hash":98,"verification":119},[33,34,36],{"executes_code":30,"modifies_global_config":30,"requires_secrets":40,"uses_absolute_paths":30,"network_access":30},{"npm":115,"pip":116,"brew":117,"system":118},[],[],[],[],{"commands":120,"expected_files":121},[],[],{"target":34,"score":63,"status":64,"policy":65,"why":123,"asset_kind":28,"install_mode":100},[67,68,124,70,71,72,73],"install_mode brew",{"author_trust_level":75,"verified_publisher":30,"asset_signed_hash":98,"signature_status":76,"install_count":12,"report_count":12,"dangerous_capability_badges":126,"review_status":78,"signals":127},[],[80,81,82],{"owner_uuid":9,"owner_name":10,"source_url":129,"content_hash":98,"visibility":19,"created_at":130,"updated_at":131},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fcrit-github-style-inline-comments-for-agents","2026-05-13 22:48:22","2026-05-14 10:49:38",133.61877186907142,[134,135,136,137,138],"shared-tag","topic-match","same-kind","same-target","same-author",[28,140],"cli-tools",{"id":142,"uuid":143,"slug":144,"title":145,"description":146,"author_id":147,"author_name":148,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":149,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":150,"files":40,"tags":151,"has_voted":30,"visibility":19,"share_token":13,"is_featured":12,"content_hash":98,"asset_kind":28,"target_tools":153,"install_mode":154,"entrypoint":155,"risk_profile":156,"dependencies":157,"verification":162,"agent_metadata":165,"agent_fit":176,"trust":179,"provenance":182,"created_at":184,"updated_at":185,"__relatedScore":186,"__relatedReasons":187,"__sharedTags":188},3473,"0c91e357-65d1-528d-91fa-f3e581629195","orca-multi-agent-ide-for-cli-agents","Orca — Multi-Agent IDE for CLI Agents","IDE for running multiple CLI coding agents with worktree isolation, diff review, and notifications. Works with Claude Code, Codex, OpenCode, and more.","8a910fec-3180-11f1-9bc6-00163e2b0d79","Agent Toolkit",15,[],[152],{"id":26,"name":27,"slug":28,"icon":29},[33,34,36],"download|brew","brew install --cask stablyai\u002Forca\u002Forca",{"executes_code":30,"modifies_global_config":30,"requires_secrets":40,"uses_absolute_paths":30,"network_access":30},{"npm":158,"pip":159,"brew":160,"system":161},[],[],[],[],{"commands":163,"expected_files":164},[],[],{"asset_kind":28,"target_tools":166,"install_mode":154,"entrypoint":155,"risk_profile":167,"dependencies":168,"content_hash":98,"verification":173},[33,34,36],{"executes_code":30,"modifies_global_config":30,"requires_secrets":40,"uses_absolute_paths":30,"network_access":30},{"npm":169,"pip":170,"brew":171,"system":172},[],[],[],[],{"commands":174,"expected_files":175},[],[],{"target":34,"score":63,"status":64,"policy":65,"why":177,"asset_kind":28,"install_mode":154},[67,68,178,70,71,72,73],"install_mode download|brew",{"author_trust_level":75,"verified_publisher":30,"asset_signed_hash":98,"signature_status":76,"install_count":12,"report_count":12,"dangerous_capability_badges":180,"review_status":78,"signals":181},[],[80,81,82],{"owner_uuid":147,"owner_name":148,"source_url":183,"content_hash":98,"visibility":19,"created_at":184,"updated_at":185},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Forca-multi-agent-ide-for-cli-agents","2026-05-13 09:19:12","2026-05-14 10:33:05",131.8061799739839,[134,135,136,137],[28,140],{"id":190,"uuid":191,"slug":192,"title":193,"description":194,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":195,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":196,"files":40,"tags":197,"has_voted":30,"visibility":19,"share_token":13,"is_featured":12,"content_hash":98,"asset_kind":28,"target_tools":199,"install_mode":100,"entrypoint":200,"risk_profile":201,"dependencies":202,"verification":207,"agent_metadata":210,"agent_fit":221,"trust":223,"provenance":226,"created_at":228,"updated_at":229,"__relatedScore":230,"__relatedReasons":231,"__sharedTags":232},3480,"d8db3227-d8f6-5691-9bbf-e2f72f1aa7a3","entire-cli-git-native-ai-session-capture","Entire CLI — Git-Native AI Session Capture","Entire CLI captures AI agent sessions next to Git commits, making prompts, tools, files, and resume points searchable across real repo history in minutes.",13,[],[198],{"id":26,"name":27,"slug":28,"icon":29},[33,34,36],"brew tap entireio\u002Ftap && brew install --cask entire",{"executes_code":30,"modifies_global_config":30,"requires_secrets":40,"uses_absolute_paths":30,"network_access":30},{"npm":203,"pip":204,"brew":205,"system":206},[],[],[],[],{"commands":208,"expected_files":209},[],[],{"asset_kind":28,"target_tools":211,"install_mode":100,"entrypoint":200,"risk_profile":212,"dependencies":213,"content_hash":98,"verification":218},[33,34,36],{"executes_code":30,"modifies_global_config":30,"requires_secrets":40,"uses_absolute_paths":30,"network_access":30},{"npm":214,"pip":215,"brew":216,"system":217},[],[],[],[],{"commands":219,"expected_files":220},[],[],{"target":34,"score":63,"status":64,"policy":65,"why":222,"asset_kind":28,"install_mode":100},[67,68,124,70,71,72,73],{"author_trust_level":75,"verified_publisher":30,"asset_signed_hash":98,"signature_status":76,"install_count":12,"report_count":12,"dangerous_capability_badges":224,"review_status":78,"signals":225},[],[80,81,82],{"owner_uuid":9,"owner_name":10,"source_url":227,"content_hash":98,"visibility":19,"created_at":228,"updated_at":229},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fentire-cli-git-native-ai-session-capture","2026-05-13 11:58:56","2026-05-14 00:52:27",124.71919205351736,[134,135,136,137,138],[28,140],{"id":234,"uuid":235,"slug":236,"title":237,"description":238,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":239,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":240,"files":40,"tags":241,"has_voted":30,"visibility":19,"share_token":13,"is_featured":12,"content_hash":98,"asset_kind":28,"target_tools":243,"install_mode":100,"entrypoint":244,"risk_profile":245,"dependencies":246,"verification":251,"agent_metadata":254,"agent_fit":265,"trust":267,"provenance":270,"created_at":272,"updated_at":273,"__relatedScore":274,"__relatedReasons":275,"__sharedTags":276},3585,"5dd7868f-2b86-555e-b417-6841b45ea0c1","llxprt-code-multi-provider-ai-coding-cli","LLxprt Code — Multi-Provider AI Coding CLI","LLxprt Code is an open-source AI coding CLI that switches across providers (Anthropic, Gemini, Codex, local). Install via brew or npm.",20,[],[242],{"id":26,"name":27,"slug":28,"icon":29},[33,34,36],"npm install -g @vybestack\u002Fllxprt-code",{"executes_code":30,"modifies_global_config":30,"requires_secrets":40,"uses_absolute_paths":30,"network_access":30},{"npm":247,"pip":248,"brew":249,"system":250},[],[],[],[],{"commands":252,"expected_files":253},[],[],{"asset_kind":28,"target_tools":255,"install_mode":100,"entrypoint":244,"risk_profile":256,"dependencies":257,"content_hash":98,"verification":262},[33,34,36],{"executes_code":30,"modifies_global_config":30,"requires_secrets":40,"uses_absolute_paths":30,"network_access":30},{"npm":258,"pip":259,"brew":260,"system":261},[],[],[],[],{"commands":263,"expected_files":264},[],[],{"target":34,"score":63,"status":64,"policy":65,"why":266,"asset_kind":28,"install_mode":100},[67,68,124,70,71,72,73],{"author_trust_level":75,"verified_publisher":30,"asset_signed_hash":98,"signature_status":76,"install_count":12,"report_count":12,"dangerous_capability_badges":268,"review_status":78,"signals":269},[],[80,81,82],{"owner_uuid":9,"owner_name":10,"source_url":271,"content_hash":98,"visibility":19,"created_at":272,"updated_at":273},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fllxprt-code-multi-provider-ai-coding-cli","2026-05-13 16:22:02","2026-05-14 10:30:39",121.98332894210088,[134,135,136,137,138],[28,140]]