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:1,571
forks:112
updated:February 3, 2026 at 18:46
SKILL.md
Launch one or more tasks in new git worktrees using workmux.
Reference for the workmux CLI that manages git worktrees and tmux windows as isolated development environments. Use when the user mentions workmux, worktrees, or parallel agent workflows.
Orchestrate multiple worktree agents. Spawn, monitor, communicate, and merge.
Commit, rebase, and merge the current branch.
Write a PR description using conversation context and open PR creation in browser.
| name | rebase |
| description | Rebase the current branch with smart conflict resolution. |
| disable-model-invocation | true |
| allowed-tools | Read, Bash, Glob, Grep |
Rebase the current branch.
Arguments: $ARGUMENTS
Behavior:
Steps:
git fetch <remote>git rebase <target>Handling conflicts:
git log -p -n 3 <target> -- <file> to see
recent changes to that file in the target branchgit rebase --continue