doey-delegate — инструмент CLI doey-delegate, community, инструмент CLI, ide skills, мультиагентная разработка, конфигурирование сессий, управление средами, интеграция с tmux

v1.0.0

Об этом навыке

Идеально подходит для агентов ИИ на основе CLI, которым требуется продвинутая среда команды и управление конфигурацией сеанса в командах Claude Code на основе tmux. doey-delegate - это инструмент CLI для управления мультиагентными командами разработки

Возможности

Конфигурирование сессий команды
Управление средами команды
Интеграция с tmux
Поддержка нескольких окон
Конфигурирование переменных среды

# Core Topics

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

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
36
Canonical Locale
en
Detected Body Locale
en

Идеально подходит для агентов ИИ на основе CLI, которым требуется продвинутая среда команды и управление конфигурацией сеанса в командах Claude Code на основе tmux. doey-delegate - это инструмент CLI для управления мультиагентными командами разработки

Зачем использовать этот навык

Наделяет агентов возможностью управлять средами команды и конфигурациями сеанса с помощью tmux show-environment и переменных DOEY_RUNTIME, обеспечивая бесшовную интеграцию с командами Claude Code и поддержку совместных рабочих процессов разработки через файлы session.env и team_.env.

Подходит лучше всего

Идеально подходит для агентов ИИ на основе CLI, которым требуется продвинутая среда команды и управление конфигурацией сеанса в командах Claude Code на основе tmux.

Реализуемые кейсы использования for doey-delegate

Настройка сред команды для совместных проектов Claude Code
Управление конфигурациями сеанса для команд из нескольких агентов в tmux
Автоматизация настройки среды и сеанса команды с помощью переменных DOEY_RUNTIME

! Безопасность и ограничения

  • Требует установки и настройки tmux
  • Разработан специально для команд Claude Code и может быть несовместим с другими агентами ИИ
  • Зависит от переменных среды DOEY_RUNTIME и DOEY_WINDOW_INDEX

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

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

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, которым требуется продвинутая среда команды и управление конфигурацией сеанса в командах Claude Code на основе tmux. doey-delegate - это инструмент CLI для управления мультиагентными командами разработки

How do I install doey-delegate?

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

What are the use cases for doey-delegate?

Key use cases include: Настройка сред команды для совместных проектов Claude Code, Управление конфигурациями сеанса для команд из нескольких агентов в tmux, Автоматизация настройки среды и сеанса команды с помощью переменных DOEY_RUNTIME.

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.

Are there any limitations for doey-delegate?

Требует установки и настройки tmux. Разработан специально для команд Claude Code и может быть несовместим с другими агентами ИИ. Зависит от переменных среды DOEY_RUNTIME и DOEY_WINDOW_INDEX.

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

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

doey-delegate

Узнайте, как настроить и использовать doey-delegate, инструмент CLI для мультиагентных команд разработки на основе tmux

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Context

Session config: !cat $(tmux show-environment DOEY_RUNTIME 2>/dev/null | cut -d= -f2-)/session.env 2>/dev/null || true

Team environment: !cat $(tmux show-environment DOEY_RUNTIME 2>/dev/null | cut -d= -f2-)/team_$(tmux show-environment DOEY_WINDOW_INDEX 2>/dev/null | cut -d= -f2-).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

Prompt

Step 1: Identify panes

Review the context above to see all available panes and your own pane.

Step 2: Ask user for target pane and task if not provided

Step 3: Validate target

Use the user-supplied W.P pane address (e.g., 3.2), not hardcoded WINDOW_INDEX:

bash
1RUNTIME_DIR=$(tmux show-environment DOEY_RUNTIME 2>/dev/null | cut -d= -f2-) 2TARGET_PANE="${SESSION_NAME}:<W>.<P>" # from user input 3PANE_SAFE=$(echo "$TARGET_PANE" | tr ':.' '_') 4[ -f "${RUNTIME_DIR}/status/${PANE_SAFE}.reserved" ] && { echo "RESERVED — pick another"; exit 1; } 5tmux copy-mode -q -t "$TARGET_PANE" 2>/dev/null 6OUTPUT=$(tmux capture-pane -t "$TARGET_PANE" -p -S -5) 7echo "$OUTPUT" 8echo "$OUTPUT" | grep -q '❯' && echo "Idle — OK" || echo "May be busy"

Step 4: Send task

Follow /doey-dispatch Dispatch Sequence using TARGET_PANE as $PANE: rename pane (step 3), write+paste task via tmpfile (step 4), settle+submit (step 5), verify (step 6). Skip readiness check/kill+restart (steps 1-2) since worker is already idle.

Rules

  1. Always tmpfile/load-buffer for task text — never send-keys "" Enter
  2. Sleep between paste-buffer and Enter (scales by line count); verify after dispatch
  3. Never delegate to your own pane

Связанные навыки

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

Показать все

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Создание настраиваемых плагинов виджетов для системы ленты новостей prompts.chat

flags

Logo of vercel
vercel

Фреймворк React

138.4k
0
Браузер

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Разработчик