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:
Mohamed Boudra
2026-03-07 22:35:58 +07:00
parent 870d95f35e
commit 0c44e7db80
4 changed files with 3 additions and 3 deletions

View File

@@ -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
---

View File

@@ -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
---

View File

@@ -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
---