mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
refactor: prefix distributable skills with paseo- namespace
Rename handoff, committee, loop to paseo-handoff, paseo-committee, paseo-loop to avoid name collisions with other skill sources. Symlinked ~/.agents/skills/ and ~/.claude/skills/ to the repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: committee
|
||||
name: paseo-committee
|
||||
description: Form a committee of two high-reasoning agents to step back, do root cause analysis, and produce a plan. Use when stuck, looping, tunnel-visioning, or facing a hard planning problem.
|
||||
user-invocable: true
|
||||
---
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: handoff
|
||||
name: paseo-handoff
|
||||
description: Hand off the current task to another agent with full context. Use when the user says "handoff", "hand off", "hand this to", or wants to pass work to another agent (Codex or Claude).
|
||||
user-invocable: true
|
||||
---
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: loop
|
||||
name: paseo-loop
|
||||
description: Run a task in a worker→judge loop until acceptance criteria are met. Use when the user says "loop", "loop this", "keep trying until", or wants iterative autonomous execution.
|
||||
user-invocable: true
|
||||
---
|
||||
Reference in New Issue
Block a user