KEN3pei

Herdr Treehouse Pane — Development skill for Claude Code

Development community

Herdr の別 pane に Treehouse worktree 上で agent 作業を依頼する.

How to install Herdr Treehouse Pane

Installs to ~/.claude/skills/ken3pei-claude-code-skills-herdr-treehouse-pane/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ken3pei-claude-code-skills-herdr-treehouse-pane && curl -fsSL https://raw.githubusercontent.com/KEN3pei/claude-code-skills/HEAD/commands/herdr-treehouse-pane.md -o ~/.claude/skills/ken3pei-claude-code-skills-herdr-treehouse-pane/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Herdr Treehouse Pane does


name: herdr-treehouse-pane description: Herdr の別 pane に Treehouse worktree 上で agent 作業を依頼する

Herdr Treehouse Pane Command

Use `$herdr-treehouse-pane` to delegate the following request to another Herdr pane.

The delegated pane must start `treehouse` first and then start the requested coding agent inside the Treehouse subshell. Default to a sibling pane in the current tab. Use a new tab only if the user explicitly asks for tab-based delegation.

Do not use `treehouse get --lease` unles

Alternatives in Development

  • Clean Worktree (Interactive) — Interactive cleanup of worktrees: lists merged/stale branches and asks confirmation before deleting 25.5k ★
  • Worktree Cleanup — Remove worktrees and branches that have been merged: $ARGUMENTS 23.4k ★
  • Cancel Pua Loop — 取消当前活跃的 PUA Loop(原子级联:state + worktree + 记录) 19.5k ★

Full documentation available on GitHub

View Source Repository