paseo
SolidPaseo reference for managing workspaces, workspace scripts, agents, schedules, and heartbeats.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- getpaseo
- Repository
- getpaseo/paseo
- Created
- 9 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- NOASSERTION
Similar Skills
Semantically similar based on skill content — not just same category
shiploop
Self-improving multi-agent harness that ships the code while you do the specs and systems engineering. Wraps N independent git repos as one workspace and grinds a ticket backlog across them — a fresh right-sized headless agent per ticket (brain-decided haiku/sonnet/opus), guarded auto-merge on green CI, every resolved ticket promotes a durable lesson into the git-tracked CLAUDE.md so the next run is smarter and cheaper. Use as reference when (a) working inside an existing meta-repo workspace (any workspace where sub-folders each have their own .git and the root holds scripts/ + queue/tickets.md + a governor/), or (b) deciding whether the pattern fits a new project. Carries the operating commands, the parallel-worktree model, the ticket queue + /resolve flow, the governor (autonomous ticket loop), the SessionStart/End/Stop hooks, the CLI-vs-MCP autonomy guidance, and the load-bearing anti-patterns. For scaffolding or upgrading a workspace, invoke the /shiploop:setup slash command.
paseo-loop
Run an agent loop until an exit condition is met. Use when the user says "loop", "babysit", "keep trying until", "check every X", "watch", or wants iterative autonomous execution.
spawn
当要唤起一个 subagent(in-session 跑完汇报,或起一个持久可交互的 Paseo 标签页 agent)时用;串起「发现有哪些 agent → 选型/packet → 人+主 agent 两层交代 → 出生即好名并入 roster」,替代凭直觉直接开 general-purpose worker。