[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"workflow-dmux-git-worktree-multiplexer-for-coding-agents-f43203cf":3,"seo:featured-workflow:f43203cf-973c-52ce-8cba-ba9d646c018a:en":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,185,231],{"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":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":147,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":148,"files":40,"tags":149,"has_voted":30,"visibility":19,"share_token":13,"is_featured":12,"content_hash":98,"asset_kind":28,"target_tools":151,"install_mode":100,"entrypoint":152,"risk_profile":153,"dependencies":154,"verification":159,"agent_metadata":162,"agent_fit":173,"trust":175,"provenance":178,"created_at":180,"updated_at":181,"__relatedScore":182,"__relatedReasons":183,"__sharedTags":184},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,[],[150],{"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":155,"pip":156,"brew":157,"system":158},[],[],[],[],{"commands":160,"expected_files":161},[],[],{"asset_kind":28,"target_tools":163,"install_mode":100,"entrypoint":152,"risk_profile":164,"dependencies":165,"content_hash":98,"verification":170},[33,34,36],{"executes_code":30,"modifies_global_config":30,"requires_secrets":40,"uses_absolute_paths":30,"network_access":30},{"npm":166,"pip":167,"brew":168,"system":169},[],[],[],[],{"commands":171,"expected_files":172},[],[],{"target":34,"score":63,"status":64,"policy":65,"why":174,"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":176,"review_status":78,"signals":177},[],[80,81,82],{"owner_uuid":9,"owner_name":10,"source_url":179,"content_hash":98,"visibility":19,"created_at":180,"updated_at":181},"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],{"id":186,"uuid":187,"slug":188,"title":189,"description":190,"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":191,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":192,"files":40,"tags":193,"has_voted":30,"visibility":19,"share_token":13,"is_featured":12,"content_hash":98,"asset_kind":28,"target_tools":195,"install_mode":196,"entrypoint":197,"risk_profile":198,"dependencies":199,"verification":204,"agent_metadata":207,"agent_fit":218,"trust":221,"provenance":224,"created_at":226,"updated_at":227,"__relatedScore":228,"__relatedReasons":229,"__sharedTags":230},3604,"42bb7d1b-7879-54af-b319-83ecb7d9b53a","reasonix-deepseek-native-coding-agent-cli","Reasonix — DeepSeek-Native Coding Agent CLI","Reasonix is a DeepSeek-native coding agent CLI for the terminal; README reports a 99.82% cache hit in a real-day case study.",15,[],[194],{"id":26,"name":27,"slug":28,"icon":29},[33,34,36],"npx","npx reasonix code # paste a DeepSeek API key on first run; persists after",{"executes_code":30,"modifies_global_config":30,"requires_secrets":40,"uses_absolute_paths":30,"network_access":30},{"npm":200,"pip":201,"brew":202,"system":203},[],[],[],[],{"commands":205,"expected_files":206},[],[],{"asset_kind":28,"target_tools":208,"install_mode":196,"entrypoint":197,"risk_profile":209,"dependencies":210,"content_hash":98,"verification":215},[33,34,36],{"executes_code":30,"modifies_global_config":30,"requires_secrets":40,"uses_absolute_paths":30,"network_access":30},{"npm":211,"pip":212,"brew":213,"system":214},[],[],[],[],{"commands":216,"expected_files":217},[],[],{"target":34,"score":63,"status":64,"policy":65,"why":219,"asset_kind":28,"install_mode":196},[67,68,220,70,71,72,73],"install_mode npx",{"author_trust_level":75,"verified_publisher":30,"asset_signed_hash":98,"signature_status":76,"install_count":12,"report_count":12,"dangerous_capability_badges":222,"review_status":78,"signals":223},[],[80,81,82],{"owner_uuid":9,"owner_name":10,"source_url":225,"content_hash":98,"visibility":19,"created_at":226,"updated_at":227},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Freasonix-deepseek-native-coding-agent-cli","2026-05-13 20:46:05","2026-05-14 10:30:54",121.80617997398389,[134,135,136,137,138],[28,140],{"id":232,"uuid":233,"slug":234,"title":235,"description":236,"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":237,"parent_id":12,"parent_uuid":13,"lang_type":15,"steps":238,"files":40,"tags":239,"has_voted":30,"visibility":19,"share_token":13,"is_featured":12,"content_hash":98,"asset_kind":28,"target_tools":241,"install_mode":242,"entrypoint":243,"risk_profile":244,"dependencies":245,"verification":250,"agent_metadata":253,"agent_fit":264,"trust":267,"provenance":270,"created_at":180,"updated_at":272,"__relatedScore":273,"__relatedReasons":274,"__sharedTags":275},3584,"2835c10e-b15f-59c0-a42c-268c4d3769be","dingtalk-workspace-cli-agent-ready-dingtalk-cli","dingtalk-workspace-cli — Agent-Ready DingTalk CLI","dingtalk-workspace-cli (dws) is DingTalk’s open-source CLI for humans and AI agents, with OAuth login and `--dry-run` request previews.",13,[],[240],{"id":26,"name":27,"slug":28,"icon":29},[33,34,36],"curl","curl -fsSL https:\u002F\u002Fraw.githubusercontent.com\u002FDingTalk-Real-AI\u002Fdingtalk-workspace-cli\u002Fmain\u002Fscripts\u002Finstall.sh | sh",{"executes_code":30,"modifies_global_config":30,"requires_secrets":40,"uses_absolute_paths":30,"network_access":30},{"npm":246,"pip":247,"brew":248,"system":249},[],[],[],[],{"commands":251,"expected_files":252},[],[],{"asset_kind":28,"target_tools":254,"install_mode":242,"entrypoint":243,"risk_profile":255,"dependencies":256,"content_hash":98,"verification":261},[33,34,36],{"executes_code":30,"modifies_global_config":30,"requires_secrets":40,"uses_absolute_paths":30,"network_access":30},{"npm":257,"pip":258,"brew":259,"system":260},[],[],[],[],{"commands":262,"expected_files":263},[],[],{"target":34,"score":63,"status":64,"policy":65,"why":265,"asset_kind":28,"install_mode":242},[67,68,266,70,71,72,73],"install_mode curl",{"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":180,"updated_at":272},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fdingtalk-workspace-cli-agent-ready-dingtalk-cli","2026-05-14 10:49:48",110.71919205351736,[134,135,136,137,138],[28,140]]