delegate

Installation
SKILL.md

What this skill does

Provides a quick delegation interface to the three I/O sub-agents. Use when you need to offload an operational task without loading a full workflow skill.

When to use

  • "Read src/auth.ts and summarize" → delegate to @reader
  • "Write this config file" → delegate to @writer
  • "Run the tests and tell me what failed" → delegate to @executor
  • Any quick I/O task that doesn't need a full skill

Delegation routing

Task Agent Model
Read/search files, return summary @reader Lightweight (DS Flash)
Write/edit files precisely @writer Lightweight (DS Flash)
Run commands, summarize output @executor Lightweight (DS Flash)
Installs
1
Repository
lalulali/vespyr
GitHub Stars
4
First Seen
Jun 23, 2026
delegate — lalulali/vespyr