doey-delegate — community doey-delegate, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

CLI tool for tmux-based multi-agent Claude Code teams

FRIKKern FRIKKern
[2]
[0]
Updated: 3/19/2026
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

doey-delegate

Install doey-delegate, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
  • Session config: !cat $(tmux show-environment DOEY_RUNTIME 2>/dev/null | cut -d= -f2-)/session.env 2>/dev/null || true
  • Team env: !cat $(tmux show-environment DOEY_RUNTIME 2>/dev/null | cut -d= -f2-)/team_${DOEY_WINDOW_INDEX:-0}.env 2>/dev/null || true
  • All panes: !tmux list-panes -s -t "$(grep SESSION_NAME $(tmux show-environment DOEY_RUNTIME 2>/dev/null | cut -d= -f2-)/session.env 2>/dev/null | cut -d= -f2)" -F '#{session_name}:#{window_index}.#{pane_index} #{pane_title} #{pane_pid}' 2>/dev/null|| true
  • My pane: !tmux display-message -t "$TMUX_PANE" -p '#{session_name}:#{window_index}.#{pane_index}'|| true

1. Identify idle panes from context above

2. Get target pane and task from user (if not provided)

3. Validate idle + unreserved

Check .reserved file and prompt via capture-pane -S -5.

4. Rename + dispatch

bash
1tmux select-pane -t "$TARGET_PANE" -T "<short-task-label>_$(date +%m%d)" 2TASKFILE=$(mktemp "${RUNTIME_DIR}/task_XXXXXX.txt") 3cat > "$TASKFILE" << 'TASK' 4<task prompt here> 5TASK 6tmux copy-mode -q -t "$TARGET_PANE" 2>/dev/null 7tmux load-buffer "$TASKFILE" && tmux paste-buffer -t "$TARGET_PANE" 8TASK_LINES=$(wc -l < "$TASKFILE" | tr -d ' ') 9if [ "$TASK_LINES" -gt 200 ]; then sleep 2; elif [ "$TASK_LINES" -gt 100 ]; then sleep 1.5; else sleep 0.5; fi 10tmux send-keys -t "$TARGET_PANE" Enter && rm "$TASKFILE"

5. Verify

sleep 5, grep for Read|Edit|Bash|thinking. If idle: Enter, 3s, re-check → unstick per /doey-dispatch.

Rules

  • Always tmpfile/load-buffer — never send-keys for task text
  • Never delegate to own pane; never kill/restart the worker

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is doey-delegate?

CLI tool for tmux-based multi-agent Claude Code teams

How do I install doey-delegate?

Run the command: npx killer-skills add FRIKKern/doey/doey-delegate. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

Which IDEs are compatible with doey-delegate?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add FRIKKern/doey/doey-delegate. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use doey-delegate immediately in the current project.

Related Skills

Looking for an alternative to doey-delegate or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI