paseo

Installation
SKILL.md

Paseo is a daemon that supervises AI coding agents on your machine. Control it through tools or a CLI.

Worktrees

create_worktree — three modes:

  • From a PR: { githubPrNumber: 503 }.
  • Branch off a base: { action: "branch-off", branchName: "fix/foo", baseBranch: "main" }.
  • Checkout an existing ref: { action: "checkout", refName: "feat/bar" }.

Returns { branchName, worktreePath }. Pass cwd to target a specific repo.

list_worktrees — current repo (or pass cwd). archive_worktree{ worktreePath } or { worktreeSlug }. Removes worktree and branch.

Agents

create_agent — required: title, provider (claude/opus, codex/gpt-5.4, …), initialPrompt. Common: cwd (often a worktreePath), background (default false — blocks until completion or permission), notifyOnFinish, features. Returns { agentId, … }.

Related skills
Installs
844
Repository
getpaseo/paseo
GitHub Stars
6.2K
First Seen
Mar 15, 2026