Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

claude-multipane

claude-multipane에는 more-io에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
5
Stars
0
업데이트
2026-07-10
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

send-to-pane
소프트웨어 개발자

Use this skill when you need to send a prompt or instruction to another Claude Code instance running in a sibling tmux pane — the orchestrator handing work to a worker pane. Triggered by phrases like "send to pane2", "tell pane4", "sag pane2", "schick an pane4", "pane1 soll", or when delegating work to a colleague pane. The tmux session/window is read from panes.conf.

2026-07-10
orchestrate-panes
기타 컴퓨터 관련 직업

Use this skill when acting as the ORCHESTRATOR pane in a multi-pane Claude Code setup — dispatching issues/tasks to worker panes, collecting their results, verifying and merging their work centrally. Triggered by phrases like "verteilen", "dispatch to panes", "orchestrate", "orchestrator mode", when the user asks to hand several issues to the worker panes, or when a worker pane reports back ("[paneN] ... fertig/blocked"). Complements send-to-pane (the messaging primitive) with the full operating protocol.

2026-07-10
focus-worktree
소프트웨어 개발자

Use this skill when the user says "fokus zurück", "context zurück", "focus pane4" (or any other pane name), "zurück in den branch", "context auf <worktree>", or similar phrases about resetting Claude's tracked active-context (shown in the status bar as "→ branch [worktree]") back to the current session's worktree. Triggered after running cross-worktree commands (e.g. merging into the main worktree, deploying) that made the status bar display a different branch than where the user actually wants to work.

2026-07-09
merge-to-develop
소프트웨어 개발자

Use this skill when the user asks to merge the current worktree's branch into the project's integration branch checked out in the main worktree — phrases like "merge to develop", "merge into main", "local in develop übernehmen", "in develop mergen", "nach develop mergen", or similar. The integration branch and its worktree are read from panes.conf, so this works whether your integration branch is `develop`, `main`, or anything else.

2026-07-09
sync-panes-with-develop
소프트웨어 개발자

Use this skill when the user asks to bring the pane worktrees up to date with the integration branch — phrases like "sync panes", "panes mit develop syncen", "alle panes aktualisieren", "sync worktrees with main". Reads the project layout (integration branch, pane count, worktree paths) from panes.conf, so it works for any integration branch (develop/main).

2026-07-09