Agent SkillsQuixiAI/Hexis › delegation

delegation

GitHub

用于将独立任务委派给子Agent并行处理,避免主对话阻塞。适用于需读取大量文件、多任务并行或长耗时工作场景,通过管理会话实现任务分发与结果收集。

skills/installed/delegation/SKILL.md QuixiAI/Hexis

Trigger Scenarios

需要并行处理多个独立任务 任务会导致当前对话上下文过载 执行长时间运行的后台工作

Install

npx skills add QuixiAI/Hexis --skill delegation -g -y
More Options

Non-standard path

npx skills add https://github.com/QuixiAI/Hexis/tree/main/skills/installed/delegation -g -y

Use without installing

npx skills use QuixiAI/Hexis@delegation

指定 Agent (Claude Code)

npx skills add QuixiAI/Hexis --skill delegation -a claude-code -g -y

安装 repo 全部 skill

npx skills add QuixiAI/Hexis --all -g -y

预览 repo 内 skill

npx skills add QuixiAI/Hexis --list

SKILL.md

Frontmatter
{
    "name": "delegation",
    "aliases": [
        "delegate",
        "parallel",
        "background",
        "subagent",
        "spawn",
        "offload"
    ],
    "category": "productivity",
    "contexts": [
        "heartbeat",
        "chat"
    ],
    "requires": {
        "tools": [
            "manage_sessions"
        ]
    },
    "bound_tools": [
        "manage_sessions"
    ],
    "description": "Hand a self-contained piece of work to a sub-agent and collect the result — parallel work, long jobs, or anything that would flood this conversation"
}

Delegation

Spawn a sub-agent to carry out a scoped task in its own session, then collect what it found. The child gets a fresh context; only its summary comes back here.

When to Use

  • Work that would flood this conversation. Reading twenty files to answer one question is the child's job, not this turn's.
  • Genuinely parallel work. Several independent questions can run at once instead of in sequence.
  • Long-running work during a heartbeat. Spawn, let the beat end, collect on a later beat with action: "get".

When Not to Use

  • The task needs the thread of this conversation — a child cannot see it.
  • One tool call would do. Delegation costs a whole model run; do not spend it on something a single recall answers.

How

  • manage_sessions with action: "spawn" and a self-contained goal. The child inherits your tools but none of your history, so state everything it needs: what to produce, what "done" looks like, and any facts it cannot look up.
  • action: "list" and action: "get" to check on and collect results — free.
  • action: "cancel" if it is no longer needed. Do not leave work running that nobody will read.

Notes

  • Write the goal the way you would brief a competent stranger: they are capable and they know nothing about this conversation.
  • The child's intermediate reasoning is not returned. If you need the workings and not just the answer, ask for them in the goal.

Version History

  • 97f625f Current 2026-08-29 01:31

Same Skill Collection

plugins/installed/fathom/skills/fathom/SKILL.md
skills/installed/calendar/SKILL.md
skills/installed/code-execution/SKILL.md
skills/installed/connector-action-authorization/SKILL.md
skills/installed/core-memory/SKILL.md
skills/installed/cost-report/SKILL.md
skills/installed/council/SKILL.md
skills/installed/crm-lookup/SKILL.md
skills/installed/daily-briefing/SKILL.md
skills/installed/email-digest/SKILL.md
skills/installed/expense-capture/SKILL.md
skills/installed/github-issues/SKILL.md
skills/installed/gmail-actions/SKILL.md
skills/installed/gmail-connector-setup/SKILL.md
skills/installed/humanizer/SKILL.md
skills/installed/image-gen/SKILL.md
skills/installed/inbox-triage/SKILL.md
skills/installed/integration-connector-setup/SKILL.md
skills/installed/knowledge-ingest/SKILL.md
skills/installed/meeting-follow-up/SKILL.md
skills/installed/meeting-prep/SKILL.md
skills/installed/memory-exchange/SKILL.md
skills/installed/operations/SKILL.md
skills/installed/outreach/SKILL.md
skills/installed/personal-notes/SKILL.md
skills/installed/self-inspection/SKILL.md
skills/installed/self-reflection/SKILL.md
skills/installed/skill-authoring/SKILL.md
skills/installed/travel-prep/SKILL.md
skills/installed/twitter-x-actions/SKILL.md
skills/installed/twitter-x-connector-setup/SKILL.md
skills/installed/weekly-review/SKILL.md
plugins/installed/asana/skills/asana/SKILL.md
plugins/installed/hubspot/skills/hubspot/SKILL.md
plugins/installed/todoist/skills/todoist/SKILL.md
plugins/installed/youtube/skills/youtube/SKILL.md
skills/installed/research/SKILL.md
plugins/installed/twitter/skills/twitter/SKILL.md
plugins/installed/video_gen/skills/video_gen/SKILL.md

Metadata

Files
0
Version
97f625f
Hash
9ce39678
Indexed
2026-08-29 01:31

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-30 03:15
浙ICP备14020137号-1 $방문자$