diff --git a/skills/committee/SKILL.md b/skills/paseo-committee/SKILL.md similarity index 99% rename from skills/committee/SKILL.md rename to skills/paseo-committee/SKILL.md index 3cfe47942..9d8a96f12 100644 --- a/skills/committee/SKILL.md +++ b/skills/paseo-committee/SKILL.md @@ -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 --- diff --git a/skills/handoff/SKILL.md b/skills/paseo-handoff/SKILL.md similarity index 99% rename from skills/handoff/SKILL.md rename to skills/paseo-handoff/SKILL.md index 3aff1147a..51ae241da 100644 --- a/skills/handoff/SKILL.md +++ b/skills/paseo-handoff/SKILL.md @@ -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 --- diff --git a/skills/loop/SKILL.md b/skills/paseo-loop/SKILL.md similarity index 99% rename from skills/loop/SKILL.md rename to skills/paseo-loop/SKILL.md index 4a32ea776..a7e034387 100644 --- a/skills/loop/SKILL.md +++ b/skills/paseo-loop/SKILL.md @@ -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 --- diff --git a/skills/loop/bin/loop.sh b/skills/paseo-loop/bin/loop.sh similarity index 100% rename from skills/loop/bin/loop.sh rename to skills/paseo-loop/bin/loop.sh