Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:0
forks:0
updated:May 6, 2026 at 13:29
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | mill-terminal |
| description | open Claude Code in an active worktree. |
Scans the worktrees container for directories with an active.slug.md marker, presents a numbered picker, and launches claude --name <slug> in the selected worktree. When no active worktrees exist, auto-invokes mill-spawn to create one first. Auto-selects when only one active worktree exists.
uv run --project "$CLAUDE_PLUGIN_ROOT" "$CLAUDE_PLUGIN_ROOT/scripts/millpy-terminal.py"
Takes no arguments. Exits 0 (with a message) when no active worktrees exist and the backlog is empty after auto-spawn. Exits 1 on invalid selection or if the claude launcher is not on PATH.